create_oracle_database

Use this script to create the back end NCIM relational database schemas in an Oracle database. This script must be run as the Oracle system user.

Running the script

To run the script, use a command line similar to the following:
$NCHOME/precision/scripts/sql/oracle/create_oracle_database.sh user_name password [-asm] [-pdb pluggable_database_name]

Command line options

The following table describes the command line options for the create_oracle_database.sh script.

Table 1. create_oracle_database command line options
Command-line option Description
user_name Mandatory; the Oracle user used to create the ncadmin user. This is usually the system user.
password Mandatory; the password of the system user.
-asm Optional; include this flag if the Oracle database is using Oracle Automatice Storage Manager (ASM).
-pdb pluggable_database_name Required only when running the script with Oracle 12c with RAC. Specifies the Oracle 12c pluggable database name.