-
Notifications
You must be signed in to change notification settings - Fork 289
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
DBCA operation failed... not sure why, can't seem to view the log :( #16
Comments
got the same issue. It shows:
my problem is that I have difficulties investigating further. when I run |
It should be fixed already |
Facing same issue today. What is the fix ? $ more xe.log Unique database identifier check passed. /u01/app/oracle/ has enough space. Required space is 6140 MB , available space is 7955 MB. DBCA_PROGRESS : 4% ORA-01034: ORACLE not available DBCA_PROGRESS : DBCA Operation failed. ****** UPDATE |
I solved the problem simply by adding RAM to Docker VM. I increased it from 1024M to 2048M. |
@MaksymBilenko This is a common issue when building your image. @ppapaj 's answer is exactly to the point and I think you should put it into your README to highlight the issue. Quick commands:
|
Thank you guys, |
When I try to run in swarm mode (i.e. docker service create) I get the same error message. |
not working this command. 'docker-machine' is not recognized as an internal or external command, |
would you please give me exact commands to stop and run machine and how to increase the memory to 4096 iam working on aws instance |
for those of you who cannot run the command, just simply open your oracle vm virtual box, and change the settings of the container. (mainboard memory -> 4096MB) |
The text was updated successfully, but these errors were encountered: