The srvctl convert database
command converts a database either to or from an Oracle RAC One Node database.
Use the srvctl convert database
command with one of the following syntax models:
srvctl convert database -db db_unique_name -dbtype RACONENODE [-instance instance_name] [-timeout timeout] srvctl convert database -db db_unique_name -dbtype RAC [-node node_name]
Table A-30 srvctl convert database Parameters
Parameter | Description |
---|---|
-db db_unique_name |
Unique name for the database. Note: If you specify a noncluster database, then command returns an error instructing you to use |
-dbtype RACONENODE | RAC |
The type of database to which you are converting, either Oracle RAC One Node or Oracle RAC. Note: If there is an ongoing or failed online database relocation, then the command returns an error instructing you to first complete or abort the online database relocation and then rerun the command. |
-instance instance_name |
Instance name prefix for Oracle RAC One Node databases. The default value for this parameter is the first 12 characters of the global unique name of the database. Notes:
|
-timeout timeout |
Online database relocation timeout, in minutes, for Oracle RAC One Node databases. The default is |
-node node_name |
Name of the node for administrator-managed Oracle RAC database. The default is the first candidate. Note: If you do not specify a node name or you specify a node name where the database is not running, then the command returns an error instructing you specify the correct node. |