You can use DBCA in silent mode to add instances to nodes on which you have extended an Oracle Clusterware home and an Oracle Database home. Before you run the dbca
command, ensure that you have set the ORACLE_HOME
environment variable correctly on the existing nodes. Run DBCA, supplying values for the variables described in Table 10-1,as follows:
dbca -silent -nodeList node_name -gdbName gdb_name [-instanceName instance_name -sysDBAUserName sysdba -sysDBAPassword password]
Table 10-1 Variables in the DBCA Silent Mode Syntax
Variable | Description |
---|---|
|
The node on which you want to add (or delete) the instance. |
|
Global database name. |
|
Name of the instance. Provide an instance name only if you want to override the Oracle naming convention for Oracle RAC instance names. |
|
Name of the Oracle user with |
|
Password for the |
Perform any necessary service configuration procedures, as described in Workload Management with Dynamic Database Services.