Sean Scott

Results 54 comments of Sean Scott

The volume configuration you've defined creates an anonymous volume. Running `compose down` doesn't drop the volume, but it doesn't have a name that subsequent `compose up` commands recognize, so compose...

There's one subtle thing missing from the volume creation command: ``` docker volume create --opt type=none --opt o=bind \ --opt device=/c/Users/MYUSER/Documents/dev/common/oracle/oradata ``` That creates a volume, but not a _named_...

Hmm. OK, let me take a look and see if I can duplicate this locally (hopefully over the weekend). Do you mind sharing your `compose.yaml` file?

Sorry, also the output of `docker info` and the version of compose you're running. Thanks!

The failure happens before the controlfile error message during the datafile restore: ``` [ 2024-12-23 08:25:24.247 UTC ] Prepare for db operation DBCA_PROGRESS : 8% [ 2024-12-23 08:25:24.344 UTC ]...

The CDB and PDB names for the 23ai Free Edition are fixed in the RPM and can't be customized when starting the container. You could work around this (if you...

The documentation applies to the non-23ai Free builds and probably hasn't been updated to reflect this. The code block you see is the workaround for the fixed SID/PDB names. If...

I updated the documentation to clarify the limitation in the 23ai and 11g/18c XE sections, added a note on defaults to the documentation of the `ORACLE_SID` and `PDB_NAME` parameters, and...

Will you please post the full error in a comment, along with information about your system and Docker version? Also, please share the contents of the ../SingleInstance/dockerfiles/19.3.0 directory?

Older database software versions are no longer available on the public-facing database software download page. They are still available on the Oracle Technology Network (OTN) site: https://edelivery.oracle.com/osdc/faces/Home.jspx