Running Oracle 19c with ARM Binaries in Standalone mode #2720
Replies: 1 comment
-
By standalone, do you mean a non-CDB database? If so, there are several things to consider. I assume the database you're trying to start is also a 19c database. If so, this is a high-level set of steps. I recommend creating the container with volumes for the default Next, tell the container about the new database via its metadata and configuration. This includes some files your original database stores in Once those files are there, you must create soft-links in the container's Then, add an entry for the new database in Now you can call Another option is to alter the repository files by modifying the dbca template to create a non-CDB database, change the You can achieve similar results via RMAN, a Data Pump export/import, or even a PDB plug-in operation. |
Beta Was this translation helpful? Give feedback.
-
The DockerFile provided spins up and bootstraps a pluggable database. I have a current database using standalone in OFA that i would like to mount into the container. I copy all of my database files into a u02 directory, but oracle only detects the newly created pluggable database. What is the process to have oracle detect my standalone database?
Beta Was this translation helpful? Give feedback.
All reactions