Skip to Main Content

Oracle Database Free

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

23c Free on M1 Mac never starts using Colima and -v option

ATael-OracleApr 14 2023 — edited Apr 14 2023

Howdy, I m trying to run a 23c Free on my M1 Mac using colima and it works great if I don't use the option -v If I start the container like this docker run -d --name 23cfree -p 1521:1521 -e ORACLE_PASSWORD=Welcome1234## -v oracle-volume:/opt/oracle/oradata gvenzl/oracle-free the container never comes up, and the docker logs gives this:

CONTAINER: starting up... 
CONTAINER: first database startup, initializing... 
CONTAINER: uncompressing database data files, please wait... 
replace /opt/oracle/oradata/FREE/FREEPDB1/sysaux01.dbf? [y]es, [n]o, [A]ll, [N]one, [r]ename:  NULL 
(EOF or read error, treating as "[N]one" ...)

And it seems that never moves on or get stuck somewhere, any clue what I might be doing wrong?

This post has been answered by ATael-Oracle on Apr 17 2023
Jump to Answer
Comments
Post Details
Added on Apr 14 2023
4 comments
2,727 views