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:

  1. Log in to the following:

    https://container-registry.oracle.com
  2. Select Oracle Database Enterprise Edition.

  3. Accept the license agreement.

  4. Enter the login command and supply your single sign-on (SSO) credentials:

    docker login container-registry.oracle.com
  5. 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.