Creating an Oracle Database for the Shopping Cart User

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

Procedure

  1. Open the oracle_shoppingcart_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_SHOPPINGCART_USER

New shopping cart user

ORCL_SHOPPINGCART_PASSWORD

Password for the shopping cart user

ORCL_SHOPPINGCART_TABLESPACE

shopping cart tablespace

ORCL_TABLESPACE_SIZE shopping cart tablespace size
ORCL_MINSIZE shopping cart table minimum size
ORCL_MAXSIZE shopping cart 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.