Hello,
My oracle datafiles are located outside the container. Due to a hardware issue I had to transfer the container to another machine (by commit/save/load).
The datafiles, control files etc, was moved by copy/paste to the shared volume. The images was transferd correctly but the control file is under root and not under oracle user and the database is not mounted.
I need to change the owner for thoses files but the oracle user hasn't the sudo rights.
Can you please tell me what is the root password?
Thank you very much.
Dana
Found this 馃憤 docker exec -u 0 -it mycontainer bash
Most helpful comment
Found this 馃憤 docker exec -u 0 -it mycontainer bash