Setting Up Oracle Database
This topic is part of Setting Up the Siebel Containers in Docker.
In this task, the content from the database image is unpacked to a directory accessible to Oracle Database, after which the Oracle Database is instructed to plug in that supplied database. Oracle Database refers to any viable Oracle Database instance that can plug in the supplied database. The Oracle Database instance could be running in a container or could represent a standard installed database instance.
To set up Oracle Database, do the following:
-
Log in to the following:
https://container-registry.oracle.com
-
Select Oracle Database Enterprise Edition.
-
Accept the license agreement.
-
Enter the login command and supply your single sign-on (SSO) credentials:
docker login container-registry.oracle.com
-
Enter the
pull
command. The command for Oracle Database 19c is:docker pull container-registry.oracle.com/database/enterprise:19.3.0.0
This completes the Oracle Database setup.