Hello all Oracle developers, I have a question about the installation and deployment of Oracle on docker.
I was using the Apple silicon, and then downloaded oracle 23c using docker, and then I started it with the following instructions.
docker run -d \
-p 1521:1521 \
-e ORACLE_PWD=Abcd1234 \
-v /Users/wjwlyoko/DevelopTools/docker/oracle/database:/opt/oracle/oradata \
--name oracle23c oracle23c
But it cannot be started and an error is reported.
The picture is the content of the error report。
I don’t know why. Can you help me analyze it?
