Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container for Oracle 19.3.0 fails upon docker-compose up #2717

Open
ArminBeda opened this issue Oct 17, 2023 · 1 comment
Open

Container for Oracle 19.3.0 fails upon docker-compose up #2717

ArminBeda opened this issue Oct 17, 2023 · 1 comment

Comments

@ArminBeda
Copy link

I have more than 24 GB of free memory:

image

docker info:
image

Still I receive this error message upon docker-compose up:

image
image

Any ideas?

@oraclesean
Copy link

Without the compose specification, it's going to be hard to tell for sure, but I suspect you're mounting /opt/oracle/oradata to a directory on a Linux system, and permissions are not correct on the directory. The mounted filesystem/directory must be owned by the oinstall (or 54321) group or oracle (or 54321) user, else the oracle process running inside the container cannot mkdir -p /opt/oracle/oradata/ORCLCDB (or any other files).

I have a free chapter available here that covers persistence that may help further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants