Creating an Oracle Database for the Admin User
- Procedure
- Open
$OM_HOME/db/dbscripts/oracle/admin/oracle_admin_db.properties file in a suitable editor and update the following values:
Property Update the Value for ORCL_HOST
Oracle database host ORCL_PORT
Oracle port ORCL_USERNAME
Oracle superuser name ORCL_PASSWORD
Oracle superuser password ORCL_SERVICENAME
Service name of the database ORCL_ADMIN_USER
New admin user ORCL_ADMIN_PASSWORD
Password for the admin user ORCL_ADMIN_TABLESPACE
Admin tablespace ORCL_TABLESPACE_SIZE
Size of the tablespace ORCL_MINSIZE
Minimum tablespace size ORCL_MAXSIZE
Maximum tablespace size ORCL_DATAFILE_PATH
data file path of Oracle IS_CLOUD_PLATFORM
Default value is false. You need to set it to true if the user wants to create a database on a cloud platform. EXECUTE_DDL_DML_ONLY
Default value is false. You need to set it to true if you want to execute only DDL/DML. BASE_INSTALLATION_SCRIPTS
database_ddl.sql,proc_app_properties_change.sql:true,proc_get_timestamp.sql:true,blobConvertorFunction.sql:true 5.1.0_TO_6.0.0HF0_SCRIPTS
blobConvertorFunction.sql:true,proc_app_properties_change.sql:true,proc_get_timestamp.sql:true - Save and close the file.
- Run the
$OM_HOME/db/dbscripts/oracle/admin/db-setup.sh
script.