Creating an Oracle Database for the Catalog User

Create an Oracle database for the catalog user by running the provided script.

Procedure

  1. Open the oracle_catalog_db.properties file in a suitable editor and update the following values in the script:

Property

Value

ORCL_HOST

Oracle database host

ORCL_PORT

Oracle port

ORCL_SERVICENAME Oracle service name

ORCL_USERNAME

Oracle user name

ORCL_PASSWORD

Oracle user password

ORCL_CATALOG_USER

New catalog user

ORCL_CATALOG_PASSWORD

Password for the catalog user

ORCL_CATALOG_TABLESPACE

catalog tablespace

ORCL_TABLESPACE_SIZE catalog tablespace size
ORCL_MINSIZE catalog table minimum size
ORCL_MAXSIZE catalog table maximum size
ORCL_DATAFILE_PATH Oracle datafile path
ORCL_HOME -
IS_CLOUD_PLATFORM false
EXECUTE_DDL_DML_ONLY false
  1. Save and close the file.

  2. Run the db-setup.sh script.