Using Enterprise Edition in the Docker Image #2193
-
Hello, i have trouble to start a Oracle 19.3 Enterprise in the Docker image. the Docker image Build is done with: ./buildContainerImage.sh -e -v 19.3.0 docker run -d --name ORACLEDB The Binaries should also have the Oracle Enterprise in it. but after the Startup i got the following. "The datafiles being used were created with standard edition software home. Please pass -e ORACLE_EDITION=standard to the docker run cmd" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@gaedemischwarz your volume ora_data has datafiles that were created with standard edition. Pass the same edition or specify a new SID to create a new enterprise edition DB |
Beta Was this translation helpful? Give feedback.
-
ah my fault. thanks, i was using docker volumes. And where not seeing the Files. |
Beta Was this translation helpful? Give feedback.
ah my fault. thanks, i was using docker volumes. And where not seeing the Files.