-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
DB oracle error [FATAL] ORA-03114: not connected to ORACLE #2781
Comments
@skmar2 I assume you are trying XE which is not supported on Mac M2. However you can get Oracle Free working following the instructions here |
Can I use docker instead of podman? |
Yes, docker should also work with Lima/Colima though we haven't tested it. Basically you need a cross architecture virtualisation that Lima provides since XE/Free images are amd64 based and not arm64 used in Mac M2 |
Now I am getting the below error.... Enter SYSTEM user password: Enter PDBADMIN User Password: Prepare for db operation |
@skmar2 it looks like the error is caused by this line:
The log output indicates that the database creation process could not add a directory under |
I updated the exposed volume path and it worked. But now I am getting this error |
@skmar2 I just ran this successfully (OEL 8.8, Docker 24.0.6). Will you please try running this same command without assigning the volume?
I suspect there's a script in the entrypoint directory that's attempting to do something that's causing the error. If it still fails without the entrypoint, please share the full output of the |
same problem |
I am using Mac M2 and getting below error while running the docker image.
2024-04-11 09:53:45 Specify a password to be used for database accounts. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9]. Note that the same password will be used for SYS, SYSTEM and PDBADMIN accounts:
2024-04-11 09:53:45 Confirm the password:
2024-04-11 09:53:45 Configuring Oracle Listener.
2024-04-11 09:53:48 Listener configuration succeeded.
2024-04-11 09:53:48 Configuring Oracle Database XE.
2024-04-11 09:53:59 Enter SYS user password:
2024-04-11 09:53:59*************
2024-04-11 09:53:59 Enter SYSTEM user password:
2024-04-11 09:53:59***********
2024-04-11 09:53:59 Enter PDBADMIN User Password:
2024-04-11 09:53:59 **************
2024-04-11 09:53:59 Prepare for db operation
2024-04-11 09:53:59 7% complete
2024-04-11 09:53:59 Copying database files
2024-04-11 09:54:07 8% complete
2024-04-11 09:54:07 [WARNING] ORA-03113: end-of-file on communication channel
2024-04-11 09:54:07
2024-04-11 09:54:07 9% complete
2024-04-11 09:54:07 [FATAL] ORA-03114: not connected to ORACLE
2024-04-11 09:54:07
2024-04-11 09:54:07 29% complete
2024-04-11 09:54:07 100% complete
2024-04-11 09:54:07 [FATAL] ORA-03114: not connected to ORACLE
2024-04-11 09:54:07
2024-04-11 09:54:09 7% complete
2024-04-11 09:54:09 0% complete
2024-04-11 09:54:09 Look at the log file "/opt/oracle/cfgtoollogs/dbca/XE/XE.log" for further details.
2024-04-11 09:54:09
2024-04-11 09:54:09 Database configuration failed. Check logs under '/opt/oracle/cfgtoollogs/dbca'.
2024-04-11 09:54:09
2024-04-11 09:54:09 Executing user defined scripts
Anyone can help here?
The text was updated successfully, but these errors were encountered: