gvenzl / oci-oracle-xe

Build scripts for Oracle Database XE container/docker images
Apache License 2.0
270 stars 76 forks source link

Mac M2 Oracle-XE, both latest and 18.4.0, does not start, ORA-03113: end-of-file on communication channel #245

Closed bartvdt closed 8 months ago

bartvdt commented 8 months ago

I know this issue has been raised earlier, increasing memory did the job. But I am running on Mac M2 with 7.9GB memory, should that not be sufficient?

Error log of container - last line, log file attached: Container.log ORA-03113: end-of-file on communication channel

Further logfile (alert_XE.log) reports error reported in XE_ora_152.trc And trace file (XE_ora_152.trc) give some additional information

ORA-27167: Attempt to determine if Oracle binary image is stored on remote server failed ORA-27300: OS system dependent operation:parse_df failed with status: 2

I have installed docker / dockerDesktop on MacBook Pro, M2, Sonoma 14.1.2, 32GB memory Steps carried out is running container with colima, 0.6.7, as described in https://hub.docker.com/r/gvenzl/oracle-xe

$ colima start --arch x86_64 --memory 4 $ docker run -d -p 1521:1521 -e ORACLE_PASSWORD=MyPassword -v oracle-volume:/opt/oracle/oradata gvenzl/oracle-xe

After steps above container starts and stops after a few seconds with ORA-03113

Did I miss something?

Container.log alert_XE.log XE_ora_152.trc.log

bartvdt commented 8 months ago

Issue occurs also while running without persistent data (no -v option)

eudson commented 8 months ago

@bartvdt am not sure but I think this might be related to Sonoma, I had this working last week and this week I've updated from Ventura to Sonoma and started having this issue. Let me know if you find a solution.

eudson commented 8 months ago

@bartvdt for me upgrading colima to the latest version worked.

bartvdt commented 8 months ago

@eudson re-installing colima (version 0.6.7) did the job.