gvenzl / oci-oracle-free

Build scripts for Oracle Database FREE container/docker images
Apache License 2.0
130 stars 35 forks source link

Changing the SID causes a error on startup #40

Closed drmaniac closed 7 months ago

drmaniac commented 8 months ago

Add new ORACLE_SID environment to the Dockerfile

ENV ORACLE_SID=NEWSID

If I start this container

Attaching to db-1
db-1  | CONTAINER: starting up...
db-1  | CONTAINER: first database startup, initializing...
db-1  | mv: cannot stat '/opt/oracle/product/23c/dbhomeFree/dbs/spfileNEWSID.ora': No such file or directory
gvenzl commented 7 months ago

Hi @drmaniac,

Thanks a lot for your interest in these images.

The ORACLE_SID is not configurable for Oracle Database Free and hence also not for these images.

drmaniac commented 7 months ago

Hi @gvenzl , Thanks for the clarification