drop_oracle_database
Use this script to remove the back end NCIM relational database implemented using Oracle. 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/drop_oracle_database.sh user_name password [-pdb pluggable_database_name]Command-line options
The following table describes the command-line options for the drop_oracle_database script.
| Command-line option | Description |
|---|---|
| user_name | Mandatory; the name of the Oracle database user. This is usually the system user. |
| password | Mandatory; the password of the database user. |
-pdb pluggable_database_name |
Required only when running the script with Oracle 12c with RAC only. Specifies the Oracle 12c pluggable database name. |