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!

[FATAL] [DBT-05509] Failed to connect to the specified database (FREE). In Docker

lyoko wjwFeb 4 2024

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?

This post has been answered by Loïc Lefèvre-Oracle on Jun 3 2024
Jump to Answer
Comments
Post Details
Added on Feb 4 2024
3 comments
794 views