19 DBCA Silent Mode Commands
This section lists all the DBCA silent mode commands along with their syntax and parameter description.
- addInstance
TheaddInstance
command adds a database instance to an administrator-managed Oracle RAC database. - configureDatabase
TheconfigureDatabase
command configures a database. - configurePluggableDatabase
TheconfigurePluggableDatabase
command configures a pluggable database (PDB). - createCloneTemplate
ThecreateCloneTemplate
command creates a clone (seed) database template from an existing database. - createDatabase
ThecreateDatabase
command creates a database. - createDuplicateDB
ThecreateDuplicateDB
command creates a duplicate of an Oracle database. - createPluggableDatabase
ThecreatePluggableDatabase
command creates a pluggable database (PDB) in a multitenant container database (CDB). - createTemplateFromDB
ThecreateTemplateFromDB
command creates a database template from an existing database. - createTemplateFromTemplate
ThecreateTemplateFromTemplate
command creates a database template from an existing database template. - deleteDatabase
ThedeleteDatabase
command deletes a database. - deleteInstance
ThedeleteInstance
command deletes a database instance from an administror-managed Oracle RAC database. - deletePluggableDatabase
ThedeletePluggableDatabase
command deletes a PDB. - deleteTemplate
ThedeleteTemplate
command deletes a database template. - executePrereqs
TheexecutePrereqs
command executes the prerequisites checks and reports the results. This command can be used to check the environment before runningdbca
to create a database. - generateScripts
ThegenerateScripts
command generates scripts, which can be used to create a database. - relocatePDB
TherelocatePDB
command relocates a PDB from a remote CDB to a local CDB. - unplugDatabase
TheunplugDatabase
command unplugs a pluggable database (PDB) from a multitenant container database (CDB).
addInstance
The addInstance
command adds a database instance to an administrator-managed Oracle RAC database.
Syntax and Parameters
Use the dbca -addInstance
command with the following syntax:
dbca -addInstance
-gdbName global_database_name
-nodeName database_instance_node_name
[-updateDirService {true | false}
-dirServiceUserName directory_service_user_name
-dirServicePassword directory_service_user_password]
[-instanceName database_instance_name]
[-sysDBAUserName SYSDBA_user_name]
[-sysDBAPassword SYSDBA_user_password]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
Table 19-1 addInstance Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Global database name in the form database_name.domain_name. |
|
Required |
Node name of the database instance. |
|
Optional |
Database instance name. |
|
Optional |
User name of the database user having the |
|
Optional |
Password of the database user having the |
|
Optional |
Specify When
|
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
configureDatabase
The configureDatabase
command configures a database.
Syntax and Parameters
Use the dbca
-configureDatabase
command with the following syntax:
dbca -configureDatabase -sourceDB database_sid [-addDBOption database_options] [-configureOML4PY [-oml4pyConfigTablespace tablespace_for_OML4PY_configuration] [-enableOml4pyEmbeddedExecution {true | false}]] [-configureOracleR -oracleRConfigTablespace tablespace_for_Oracle_R_configuration] [-dvConfiguration {true | false} -dvUserName Database_Vault_owner_name -dvUserPassword Database_Vault_owner_password [-dvAccountManagerName Database_Vault_account_manager_name] [-dvAccountManagerPassword Database_Vault_account_manager_password]] [-moveDatabaseFiles -datafileDestination data_files_directory -sourceDB database_sid [-initParams initialization_parameters_list [-initParamsEscapeChar initialization_parameters_escape_character]] [-recoveryAreaDestination fast_recovery_area_directory [-recoveryAreaSize fast_recovery_area_size]] [-useOMF {true | false}] [-olsConfiguration {true | false} -configureWithOID configure_with_OID_flag] [-regenerateDBPassword {true | false}] [-registerWithDirService {true | false} -dirServiceUserName directory_service_user_name [-databaseCN database_common_name] [-dirServiceCertificatePath certificate_file_path] [-dirServiceUser directory_service_user_name] [-dirServicePassword directory_service_password] [-ldapDirectoryAccessType ldap_directory_access_type] [-useSYSAuthForLDAPAccess use_sys_user_for_ldap_access_flag] [-walletPassword wallet_password]] [-sysDBAPassword SYSDBA_user_password] [-sysDBAUserName SYSDBA_user_name] [-unregisterWithDirService {true | false} -dirServiceUserName directory_service_user_name [-dirServicePassword directory_service_password] [-walletPassword wallet_password]] [-useWalletForDBCredentials {true | false} -dbCredentialsWalletPassword wallet_account_password -dbCredentialsWalletLocation wallet_files_directory]
Table 19-2 configureDatabase Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
The database system identifier (SID) of the database being configured. |
|
Optional |
Specify one or more of the following Oracle Database options in the form of a comma separated list:
Example:
|
-configureOML4PY |
Optional |
Specify this parameter to configure Oracle Machine Learning for Python in the database. Additionally, you specify the following parameters:
|
|
Optional |
Specify this parameter to configure Oracle R in the database. Additionally, you can specify the
|
|
Optional |
Specify When
|
|
Optional |
Specify this parameter to move database files from one storage location to another storage location. For example, to move database files from ASM to FS, or from FS to ASM. Specify the following additional parameters:
|
|
Optional |
Specify When |
|
Optional |
Specify |
|
Optional |
Specify When
|
|
Optional |
Password of a user having |
|
Optional |
User name of a user having |
|
Optional |
Specify When
|
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
configurePluggableDatabase
The configurePluggableDatabase
command configures a pluggable database (PDB).
Syntax and Parameters
Use the dbca
-configurePluggableDatabase
command with the following syntax:
dbca -configurePluggableDatabase
-pdbName pdb_name
-sourceDB cdb_sid
[-configureOML4PY
[-oml4pyConfigTablespace tablespace_for_OML4PY_configuration]
[-enableOml4pyEmbeddedExecution {true | false}]]
[-configureOracleR
[-oracleRConfigTablespace tablespace_for_Oracle_R_configuration]]
[-dvConfiguration {true | false}
-dvUserName Database_Vault_owner_name
-dvUserPassword Database_Vault_owner_password
[-dvAccountManagerName Database_Vault_account_manager_name]
[-dvAccountManagerPassword Database_Vault_account_manager_password]]
[-lbacsysPassword LBACSYS_user_password]]
[-olsConfiguration {true | false}
[-configureWithOID configure_with_OID_flag]]
[-pdbTimezone {{+|-}hh:mi|time_zone_region}]
[-registerWithDirService {true | false}
-dirServiceUserName directory_service_user_name
[-dirServicePassword directory_service_user_password]
[-walletPassword wallet_password]
[-databaseCN database_common_name]
[-dirServiceCertificatePath certificate_file_path]
[-dirServiceUser active_directory_account_user_name]]
[-unregisterWithDirService {true | false}
-dirServiceUserName directory_service_user_name
[-dirServicePassword directory_service_user_password]
[-walletPassword wallet_password]]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
Table 19-3 configurePluggableDatabase Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Name of the PDB. |
|
Required |
The database system identifier (SID) of the CDB. |
-configureOML4PY |
Optional |
Specify this parameter to configure Oracle Machine Learning for Python in the database. Additionally, you specify the following parameters:
|
|
Optional |
Specify this parameter to configure Oracle R for the PDB. Additionally, you can specify the
|
|
Optional |
Specify When
|
|
Optional |
Specify the |
|
Optional |
Specify When |
-pdbTimezone {{+|-}hh:mi|time_zone_region} |
Optional |
Use this parameter to specify the time zone of the PDB. You can specify the time zone in two ways:
|
|
Optional |
Specify When
|
|
Optional |
Specify When
|
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
createCloneTemplate
The createCloneTemplate
command creates a clone (seed) database template from an existing database.
Syntax and Parameters
Use the dbca
-createCloneTemplate
command with the following syntax:
dbca -createCloneTemplate
-sourceSID source_database_sid | -sourceDB source_database_name
-templateName new_database_template_name
[-promptForWalletPassword]
[-rmanParallelism parallelism_integer_value]
[-maxBackupSetSizeInMB maximum_backup_set_size_in_MB]
[-dataFileBackup {true | false}]
[-datafileJarLocation data_files_backup_directory]
[-sysDBAUserName SYSDBA_user_name]
[-sysDBAPassword SYSDBA_user_password]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
[-uploadToCloud
-opcLibPath OPC_library_path
-opcConfigFile OPC_configuration_file_name
[-rmanEncryptionPassword rman_encryption_password ]
[-compressBackup { true | false } ]
[-walletPassword database_wallet_password]
Table 19-4 createCloneTemplate Parameters
Parameter | Required/Optional | Description |
---|---|---|
or
|
Required |
Specify either the source database system identifier (SID) or the source database name. |
|
Required |
Name of the new database template. |
|
Optional |
User name of a user having the |
|
Optional |
Password of the user having the |
|
Optional |
Maximum backup set size in megabytes. |
|
Optional |
Parallelism integer value for RMAN operations. |
|
Optional |
Complete directory path to store data files as a backup in a compressed format. |
|
Optional |
Specify |
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
-uploadToCloud |
Optional |
Creates a clone template and uploads it to Oracle Cloud Infrastructure. The structure and data of the database is stored in the template. DBCA can then use this template to create new databases. To create a template to Oracle Cloud Infrastructure, you must subscribe to the Oracle Database Backup Cloud Service and install the Oracle Database Cloud Backup Module for OCI. Recovery Manager (RMAN) creates a backup containing the details of the clone template. The backup must be encrypted, so you must provide the RMAN encryption password to encrypt backups. This option is only supported on Linux.
See Administering Oracle Database Backup Cloud Service for information about installing and configuring the backup module. |
-compressBackup |
Optional |
Compresses the backup containing the clone template files. |
-walletPassword |
Optional |
Password of the TDE wallet that contains the keys used to encrypt backups. Specify this parameter if Transparent Data Encryption (TDE) must be used to encrypt backups. |
Parent topic: DBCA Silent Mode Commands
createDatabase
The createDatabase
command creates a database.
Syntax and Parameters
Use the dbca
-createDatabase
command with the following syntax:
dbca -createDatabase -gdbName global_database_name -responseFile | (-gdbName,-templateName) -responseFile response_file_directory -templateName database_template_name [-adminManaged] [-characterSet database_character_set] [-configureTDE {true | false} [-primaryDBTdeWallet value] [-sourceTdeWalletPassword value] [-tdeWalletRoot tde_wallet_root_init_parameter] [-pdbTDEPassword pdb_tde_wallet_password] [-tdeWalletModeForPDB pdb_keystore_type] [-tdeAlgorithm TDE_algorithm] [-tdeWalletLoginType type_of_wallet_login] [-sourcePdbTDEPassword source_pdb_TDE_wallet_password] [-tdeWalletPassword TDE_wallet_password]] [-createAsContainerDatabase {true | false} [-numberOfPDBs number_of_pdbs] [-pdbName pdb_name] [-pdbStorageMAXSizeInMB maximum_storage_size_of_the_pdb] [-pdbStorageMAXTempSizeInMB maximum_temporary_storage_size_of_the_pdb] [-useLocalUndoForPDBs {true | false}] [-pdbAdminPassword pdb_administrator_password] [-pdbOptions pdb_options]] [-createListener new_database_listener] [-customScripts list_of_custom_sql_scripts] [-databaseConfigType {SINGLE | RAC | RACONENODE} [-RACOneNodeServiceName service_name_for_RAC_One_Node_database]] [-databaseType {MULTIPURPOSE | DATA_WAREHOUSING | OLTP}] [-datafileDestination data_files_directory] [-datafileJarLocation data_files_backup_directory] [-dbOptions database_options] [-dvConfiguration {true | false} -dvUserName Database_Vault_owner_name -dvUserPassword Database_Vault_owner_password [-dvAccountManagerName Database_Vault_account_manager_name -dvAccountManagerPassword Database_Vault_account_manager_password]] [-emConfiguration {DBEXPRESS | CENTRAL | BOTH | NONE} [-dbsnmpPassword DBSNMP_user_password] [-omsHost Oracle_Management_Server_host_name] [-omsPort Oracle_Management_Server_port_number] [-emUser EM_administrator_user_name] [-emPassword EM_administrator_user_password] [-emExpressPort EM_Express_port] [-emExpressPortAsGlobalPort EM_Express_global_port]] [-enableArchive {true | false} [-archiveLogMode {AUTO | MANUAL}] [-archiveLogDest archive_log_files_directory]] [-encryptPDBTablespaces ALL|tablespace_name:{true | false}] [-encryptTablespaces ALL|tablespace_name:{true | false}] [-initParams initialization_parameters_list [-initParamsEscapeChar initialization_parameters_escape_character]] [-listeners listeners_list] [-managementPolicy [AUTOMATIC|RANK]] [-memoryMgmtType {AUTO | AUTO_SGA | CUSTOM_SGA}] [-memoryPercentage | -totalMemory] [-memoryPercentage percentage_of_total_memory_to_assign_to_oracle_database] [-nationalCharacterSet database_national_character_set] [-nodelist database_nodes_list] [-olsConfiguration {true | false} [-configureWithOID configure_with_OID_flag]] [-oracleHomeUserName Oracle_Home_user_name] [-oracleHomeUserPassword Oracle_Home_user_password] [-policyManaged -serverPoolName server_pool_names [-pqPoolName pq_pool_name] [-createServerPool new_server_pool_name] [-pqPoolName new_pq_pool_name] [-force] [-pqCardinality pq_cardinality_of_the_new_server_pool] [-cardinality cardinality_of_the_new_server_pool]] [-recoveryAreaDestination recovery_files_directory [-recoveryAreaSize fast_recovery_area_size]] [-redoLogFileSize maximum_redo_log_file_size] [-registerWithDirService {true | false} [-dirServiceUserName directory_service_user_name] [-dirServicePassword directory_service_password] [-databaseCN database_common_name] [-dirServiceCertificatePath certificate_file_path] [-dirServiceUser directory_service_user_name] [-ldapDirectoryAccessType ldap_directory_access_type] [-useSYSAuthForLDAPAccess use_sys_user_for_ldap_access_flag] [-walletPassword wallet_password]] [-runCVUChecks {true | false}] [-sampleSchema {true | false}] [-sid database_system_identifier] [-storageType {FS | ASM } [-asmsnmpPassword ASMSNMP_password] -datafileDestination database_files_directory] [-sysPassword SYS_user_password] [-systemPassword SYSTEM_user_password] [-templateFromCloud -opcLibPath OPC_library_path -opcConfigFile OPC_config_file_name [-rmanDecryptionPassword rman_decryption_password]] [-totalMemory total_memory_to_assign_to_oracle_database_in_MB] [-useOMF {true | false}] [-useWalletForDBCredentials { true | false} -dbCredentialsWalletLocation directory_containing_wallet_files [-dbCredentialsWalletPassword password_to_open_wallet]] [-variables variables_list] [-variablesFile variables_file]
Table 19-5 createDatabase Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Global database name in the form database_name.domain_name. |
|
Required |
Absolute directory path of the response file. |
|
Required |
Name of an existing database template in the default location or the complete path to a database template that is not in the default location. |
|
Optional |
Administrator-managed database. |
|
Optional |
Character set of the database. |
|
Optional |
Specify
Note: Isolated wallets are supported only in Oracle Cloud or Exadata environments. |
|
Optional |
Specify When
|
|
Optional |
Database listener to register the database in the form listener_name:port. |
|
Optional |
Specify a comma separated list of SQL scripts that needs to be run after the database creation. The scripts are run in the order they are listed. |
|
Optional |
Specify one of the following database configuration types:
|
|
Optional |
Specify Specify Specify |
|
Optional |
Complete path to the location of the database data files. |
|
Optional |
Absolute directory path of the database backup data files stored in a compressed RMAN backup format (files with .dfb extensions). |
|
Optional |
Specify database options as comma separated list of
Example: |
|
Optional |
Specify When
|
|
Optional |
Enterprise Manager configuration settings. Oracle Enterprise Manager Database Express (EM Express) is deprecated, and will be removed in a future Oracle Database release. When
|
|
Optional |
Specify When
|
-encryptPDBTablespaces |
Optional |
If you have configured TDE using Specify the following additional parameters:
|
-encryptTablespaces |
Optional |
If you have configured TDE using Specify the following additional parameters:
|
|
Optional |
A comma-separated list of You can additionally provide the
|
|
Optional |
A comma-separated list of listeners for the database. |
-managementPolicy |
Optional |
Use this parameter to set the database management policy. Optionally, specify the management policy type:
If |
|
Optional |
Specify one of the following memory management types:
Note: If the total physical
memory of a database instance is greater than 4 GB, then you cannot
specify the Automatic Memory Management option |
or
|
Optional |
Specify either
|
|
Optional |
National character set of the database. |
|
Optional |
List of database nodes separated by comma. |
|
Optional |
Specify When |
|
Optional |
Oracle Home user name and password. |
|
Optional |
Policy-managed database. You can specify the following additional parameters:
|
|
Optional |
Destination directory for the Fast Recovery Area, which
is a backup and recovery area. Specify Additionally, you can specify the Fast Recovery Area
size in megabytes using the parameter
|
|
Optional |
Size of each online redo log in megabytes. |
|
Optional |
Specify When
|
|
Optional |
Specify |
|
Optional |
Specify Specify |
|
Optional |
Database system identifier (SID). The SID uniquely identifies the instance that runs the database. If it is not specified, then it defaults to the database name. |
|
Optional |
Specify the storage type of either
|
|
Optional |
|
|
Optional |
|
|
Optional |
Creates a database using the clone template that is stored in Oracle Cloud Infrastructure. This option is supported only for Linux.
See Administering Oracle Database Backup Cloud Service for information about installing and configuring the backup module. |
|
Optional |
Specify |
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
|
Optional |
A comma-separated list of |
|
Optional |
Name of the variables file with the complete directory path in the database template. |
See Also:
Oracle Database Sample SchemasParent topic: DBCA Silent Mode Commands
createDuplicateDB
The
createDuplicateDB
command creates a duplicate of an Oracle
database.
Prerequisites
The following are the prerequisites for using the createDuplicateDB
command:
-
The database to be duplicated is in the archivelog mode.
-
If the database to be duplicated is in a remote server, then there must be connectivity from the system where DBCA is running to the remote server.
Syntax and Parameters
Use the dbca
-createDuplicateDB
command with the following syntax:
dbca -createDuplicateDB -gdbName global_database_name -primaryDBConnectionString easy_db_connection_string -sid database_system_identifier [-initParams initialization_parameters [-initParamsEscapeChar initialization_parameters_escape_character]] [-sysPassword SYS_user_password] [-policyManaged | -adminManaged] [-policyManaged -serverPoolName server_pool_names [-pqPoolName pq_pool_name] [-createServerPool new_server_pool_name [-pqPoolName new_pq_pool_name] [-force] [-pqCardinality pq_cardinality_of_the_new_server_pool] [-cardinality cardinality_of_the_new_server_pool]]] [-adminManaged] [-nodelist database_nodes_list] [-datafileDestination data_files_directory] [-recoveryAreaDestination recovery_files_directory [-recoveryAreaSize fast_recovery_area_size]] [-databaseConfigType {SINGLE | RAC | RACONENODE} [-RACOneNodeServiceName service_name_for_RAC_One_Node_database]] [-useOMF {true | false}] [-storageType {FS | ASM} [-asmsnmpPassword ASMSNMP_password] -datafileDestination database_files_directory] [-createListener new_database_listener] [-createAsStandby [-dbUniqueName db_unique_name_for_standby_database]] [-customScripts custom_sql_scripts_to_run_after_database_creation] [-useWalletForDBCredentials {true | false} -dbCredentialsWalletPassword wallet_account_password -dbCredentialsWalletLocation wallet_files_directory] [-configureTDE <true | false> ] [-primaryDBTdeWallet value] [-sourceTdeWalletPassword value] [-tdeWalletRoot tde_wallet_root_init_parameter] [-pdbTDEPassword pdb_tde_wallet_password] [-tdeWalletModeForPDB pdb_keystore_type] [-tdeAlgorithm TDE_algorithm] [-tdeWalletLoginType type_of_wallet_login] [-sourcePdbTDEPassword source_pdb_TDE_wallet_password] [-tdeWalletPassword TDE_wallet_password]
Table 19-6 createDuplicateDB Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Global database name of the duplicate database in the form database_name.domain_name. |
|
Required |
Easy connection string to connect to the database to be duplicated. Easy connection string must be in the following format:
|
|
Required |
Database system identifier (SID) of the duplicate database. The SID uniquely identifies the instance that runs the database. If it is not specified, then it defaults to the database name. |
|
Optional |
A comma-separated list of You can additionally provide the |
|
Optional |
|
|
Optional |
Policy-managed database. Note: You can specify either policy-managed database or administrator-managed database. You can specify the following additional parameters:
|
|
Optional |
Administrator-managed database. Note: You can specify either policy-managed database or administrator-managed database. |
|
Optional |
For administrator-managed database, specify database nodes separated by comma. |
|
Optional |
Complete directory path for database data files. |
|
Optional |
Destination directory for the Fast Recovery Area, which is a backup and recovery area. Specify Additionally, you can specify the Fast Recovery Area size in megabytes using the parameter |
|
Optional |
Specify one of the following database configuration types:
|
|
Optional |
Specify |
|
Optional |
Specify the storage type of either
|
|
Optional |
Database listener to register the database in the form listener_name:port. |
|
Optional |
Specifies that the duplicate database is a standby database for the primary database. Optionally, use the |
|
Optional |
A comma separated list of SQL scripts that should be run after the duplicate database is created. The scripts are run in the order listed. |
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
|
Optional |
Specify true to configure TDE during the database creation. Only software wallets are supported. You can create a wallet for the entire CDB or for a PDB.
Note: Isolated wallets are supported only in Oracle Cloud or Exadata environments. |
Related Topics
Parent topic: DBCA Silent Mode Commands
createPluggableDatabase
The
createPluggableDatabase
command creates a pluggable database (PDB) in a
multitenant container database (CDB).
Syntax and Parameters
Use the dbca
-createPluggableDatabase
command with the following syntax:
dbca -createPluggableDatabase
-pdbName name_of_the_pdb_to_create
-sourceDB cdb_sid
[-configureTDE {true | false}
[-primaryDBTdeWallet value]
[-sourceTdeWalletPassword value]
[-tdeWalletRoot tde_wallet_root_init_parameter]
[-pdbTDEPassword pdb_tde_wallet_password]
[-tdeWalletModeForPDB pdb_keystore_type]
[-tdeAlgorithm TDE_algorithm]
[-tdeWalletLoginType type_of_wallet_login]
[-sourcePdbTDEPassword source_pdb_TDE_wallet_password]
[-tdeWalletPassword TDE_wallet_password]]
[-createAsClone {true | false}]
[-createFromRemotePDB
-pdbName name_of_the_local_pdb_to_create
-sourceDB database_name_of_the_local_pdb
-remotePDBName name_of_the_remote_pdb
-remoteDBConnString db_connection_string_of_the_remote_pdb
-sysDBAUserName name_of_the_sysdba_user
-sysDBAPassword password_of_the_sysdba_user
-dbLinkUsername name_of_the_dblink_user_of_the_remote_pdb
-dbLinkUserPassword password_of_the_dblink_user_of_the_remote_pdb]
[-createPDBFrom {DEFAULT | FILEARCHIVE | RMANBACKUP | USINGXML | PDB}
[-pdbArchiveFile pdb_archive_file_name_with_directory_path]
[-PDBBackUpfile pdb_backup_file_name_with_directory_path]
[-PDBMetadataFile pdb_metadata_file_name_with_directory_path]
[-pdbAdminUserName pdb_administrator_name]
[-pdbAdminPassword pdb_administrator_password]
[-createNewPDBAdminUser {true | false}]
[-sourceFileNameConvert method_to_locate_pdb_files]
[-fileNameConvert names_of_pdb_files]
[-pdbStorageMAXSizeInMB maximum_storage_size_for_the_pdb_in_MB]
[-pdbStorageMAXTempSizeInMB maximum_temporary_storage_size_for_the_pdb_in_MB]
[-workArea directory_to_unzip_PDB_archive_files_for_FILEARCHIVE_option]
[-copyPDBFiles {true | false}]
[-sourcePDB name_of_the_pdb_to_clone]
[-createUserTableSpace {true | false)]
[-customScripts custom_sql_scripts_to_run_after_PDB_creation]
[-dvConfiguration {true | false}
-dvUserName Database_Vault_owner_name
-dvUserPassword Database_Vault_owner_password
[-dvAccountManagerName Database_Vault_account_manager_name]
[-dvAccountManagerPassword Database_Vault_account_manager_password]]
[-encryptPDBTablespaces ALL|tablespace_name:{true | false}]
[-encryptTablespaces ALL|tablespace_name:{true | false}]
[-lbacsysPassword LBACSYS_user_password]
[-pdbDatafileDestination pdb_data_files_directory]
[-pdbStorageMAXSizeInMB maximum_storage_size_for_the_pdb_in_MB]
[-pdbStorageMAXTempSizeInMB maximum_temporary_storage_size_for_the_pdb_in_MB]
[-pdbTimezone {{+|-}hh:mi|time_zone_region}]
[-pdbUseMultipleBackup number_of_pdb_backups_to_create]
[-registerWithDirService {true | false}
-dirServiceUserName directory_service_user_name
[-dirServicePassword directory_service_user_password]
[-databaseCN directory_service_database_common_name]
[-dirServiceCertificatePath certificate_file_directory_path]
[-dirServiceUser active_directory_account_user_name]
[-walletPassword wallet_password]]
[-useMetaDataFileLocation {true | false}]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
Table 19-7 createPluggableDatabase Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Name of the new PDB to create. Note: For Oracle RAC databases, the PDB name must be unique in the cluster. |
|
Required |
The database system identifier (SID) of the CDB. |
|
Optional |
Specify
Note: Isolated wallets are supported only in Oracle Cloud or Exadata environments. |
|
Optional |
Specify Specify |
|
Optional |
Create a PDB by cloning a remote PDB. Specify the following parameters:
Note:
|
|
Optional |
Specify
Specify
Specify
Specify
Specify
Specify the following optional parameters, if required:
|
|
Optional |
Specify |
|
Optional |
Specify a list of custom SQL scripts to run after the PDB creation. |
|
Optional |
Specify When
|
-encryptPDBTablespaces |
Optional |
If you have configured TDE using Specify the following additional parameters:
|
-encryptTablespaces |
Optional |
If you have configured TDE using
Specify the following additional parameters:
|
|
Optional |
Specify the |
|
Optional |
Compete directory path to the new PDB data files. When this parameter is not specified, either Oracle Managed Files or the When this parameter is not specified, Oracle Managed Files is not enabled, and the |
|
Optional |
Specify the maximum storage size for the PDB in megabytes. |
|
Optional |
Specify the maximum temporary storage size for the PDB in megabytes. |
-pdbTimezone {{+|-}hh:mi|time_zone_region} |
Optional |
Use this parameter to specify the time zone of the PDB. You can specify the time zone in two ways:
|
|
Optional |
Specify the number of PDB backups to create. |
|
Optional |
Specify When
|
|
Optional |
Specify Specify |
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
createTemplateFromDB
The createTemplateFromDB
command creates a database template from an existing database.
Syntax and Parameters
Use the dbca -createTemplateFromDB
command with the following syntax:
dbca -createTemplateFromDB
-sourceDB source_database_sid
-templateName new_database_template_name
-sysDBAUserName SYSDBA_user_name
-sysDBAPassword SYSDBA_user_password
[-maintainFileLocations {true | false}]
[-connectionString easy_connect_string]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
Table 19-8 createTemplateFromDB Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
The source database system identifier (SID). |
|
Required |
Name of the new database template. |
|
Required |
User name of a user that has |
|
Required |
Password of the user that has |
|
Optional |
Specify Specify |
|
Optional |
Easy connect string for connecting to a remote database in the following format:
|
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
createTemplateFromTemplate
The createTemplateFromTemplate
command creates a database template from an existing database template.
Syntax and Parameters
Use the dbca -createTemplateFromTemplate
command with the following syntax:
dbca -createTemplateFromTemplate
-sourcetemplateName existing_template_name
-templateName new_template_name
[-variables variables_list]
[-characterSet database_character_set]
[-nationalCharacterSet database_national_character_set]
[-recoveryAreaDestination fast_recovery_area_directory]
-recoveryAreaSize fast_recovery_area_size]
[-datafileDestination data_files_directory]
[-useOMF {true | false}]
[-datafileJarLocation database_backup_files_directory]
[-memoryPercentage percentage_of_total_memory_to_assign_to_oracle_database]
[-totalMemory total_memory_to_assign_to_oracle_database]
[-dbOptions database_options]
[-variablesFile variables_file]
[-redoLogFileSize redo_log_file_size]
[-initParams initialization_parameters_list]
[-initParamsEscapeChar escape_character_for_initialization_parameters]
[-storageType {FS | ASM}
[-asmsnmpPassword ASMSNMP_password]
-datafileDestination data_files_directory]
[-enableArchive {true | false}
-archiveLogMode {AUTO | MANUAL}
-archiveLogDest archive_logs_directory
[-memoryMgmtType {AUTO | AUTO_SGA | CUSTOM_SGA}]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
Table 19-9 createTemplateFromTemplate Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Name of an existing database template in the default location or the complete path to a database template that is not in the default location. |
|
Required |
Name for a new database template. |
|
Optional |
A comma-separated list of |
|
Optional |
Character set of the database. |
|
Optional |
National character set of the database. |
|
Optional |
Directory path for the Fast Recovery Area, which is a backup and recovery area. |
|
Optional |
Directory path for the data files. |
|
Optional |
Specify |
|
Optional |
Location of the database offline backup (for clone database creation only). The data files for the seed database are stored in compressed RMAN backup format in a file with a .dfb extension. |
or
|
Optional |
Specify either
|
|
Optional |
Specify database options as comma separated list of Example: |
|
Optional |
File name with complete directory path to the file that contains the variables and their values in the database template. |
|
Optional |
Size of each online redo log file in megabytes. |
|
Optional |
A comma-separated list of |
|
Optional |
Specify When When |
|
Optional |
Specify When
|
|
Optional |
Specify one of the following memory management types:
Note: If the total physical memory of a database instance is greater than 4 GB, then you cannot specify the Automatic Memory Management option |
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
deleteDatabase
The deleteDatabase
command deletes a database.
Syntax and Parameters
Use the dbca
-deleteDatabase
command with the following syntax:
dbca -deleteDatabase
-sourceDB database_name_or_sid
[-sysDBAUserName SYSDBA_user_name]
[-sysDBAPassword SYSDBA_user_password]
[-forceArchiveLogDeletion]
[-deRegisterEMCloudControl
[-omsHost Oracle_Management_Server_host_name
-omsPort Oracle_Management_Server_port_number
-emUser EM_administrator_user_name
-emPassword EM_administrator_password]]
[-unregisterWithDirService {true | false}
-dirServiceUserName directory_service_user_name
[-dirServicePassword directory_service_user_password
[-walletPassword wallet_password]]
[-sid database_system_identifier]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
Table 19-10 deleteDatabase Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Database unique name for an Oracle RAC database or database system identifier (SID) for a single instance database. |
|
Optional |
User name of the user having the |
|
Optional |
Password of the user having the |
|
Optional |
Specify this parameter to delete the database archive logs. |
|
Optional |
Specify this parameter along with the following parameters to unregister the database with Enterprise Manager Cloud Control:
|
|
Optional |
Specify this parameter along with the following parameters to unregister the database with the directory service:
|
|
Optional |
Database system identifier (SID). |
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
deleteInstance
The deleteInstance
command deletes a database instance from an administror-managed Oracle RAC database.
Syntax and Parameters
Use the dbca
-deleteInstance
command with the following syntax:
dbca -deleteInstance
-gdbName global_database_name
-instanceName database_instance_name
[-nodeName database_instance_node_name]
[-updateDirService {true | false}
-dirServiceUserName directory_service_user_name
-dirServicePassword directory_service_user_password]
[-sysDBAUserName SYSDBA_user_name]
[-sysDBAPassword SYSDBA_user_password]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
Table 19-11 deleteInstance Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Global database name in the form database_name.domain_name. |
|
Required |
Database instance name. |
|
Optional |
Node name of the database instance. |
|
Optional |
User name of the database user having the |
|
Optional |
Password of the database user having the |
|
Optional |
Specify When
|
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
deletePluggableDatabase
The deletePluggableDatabase
command deletes a PDB.
Syntax and Parameters
Use the dbca -deletePluggableDatabase
command with the following syntax:
dbca -deletePluggableDatabase
-sourceDB cdb_sid
-pdbName pdb_name
[-unregisterWithDirService {true | false} ]
-dirServiceUserName directory_service_user_name
[-dirServicePassword directory_service_user_password ]
[-walletPassword wallet_password]
[-useWalletForDBCredentials {true | false} ]
-dbCredentialsWalletPassword wallet_account_password
[-dbCredentialsWalletLocation wallet_files_directory]
Table 19-12 deletePluggableDatabase Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
The database system identifier (SID) of the CDB. |
|
Required |
Name of the PDB to delete. |
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
|
Optional |
Specify this parameter along with the following parameters to unregister the database with the directory service:
|
Parent topic: DBCA Silent Mode Commands
deleteTemplate
The deleteTemplate
command deletes a database template.
Syntax and Parameters
Use the dbca -deleteTemplate
command with the following syntax:
dbca -deleteTemplate
-templateName name_of_an_existing_database_template
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
[-templateFromCloud
-opcLibPath OPC_library_path
-opcConfigFile OPC_config_file_name
[-rmanDecryptionPassword rman_decryption_password]]
Table 19-13 deleteTemplate Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Name of an existing database template to delete. |
|
Optional |
Indicates that the template is a Cloud template.
|
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands
executePrereqs
The executePrereqs
command executes the prerequisites checks and reports the results. This command can be used to check the environment before running dbca
to create a database.
Syntax and Parameters
Use the dbca -executePrereqs
command with the following syntax:
dbca -executePrereqs
-databaseConfigType {SINGLE | RAC | RACONENODE}
[-RACOneNodeServiceName RAC_node_service_name]
[-nodelist database_nodes_list]
Table 19-14 executePrereqs Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Specify one of the following database configuration types:
|
|
Optional |
List of database nodes separated by comma. |
Parent topic: DBCA Silent Mode Commands
generateScripts
The generateScripts
command generates scripts, which can be used to create a database.
Syntax and Parameters
Use the dbca
-generateScripts
command with the following syntax:
dbca -generateScripts
-templateName database_template_name
-gdbName global_database_name
[-sid database_system_identifier]
[-scriptDest sql_scripts_directory]
[-createAsContainerDatabase {true | false}
[-numberOfPDBs number_of_pdbs_to_create]
[-pdbName pdb_name]
[-pdbStorageMAXSizeInMB maximum_storage_size_of_the_pdb]
[-pdbStorageMAXTempSizeInMB maximum_temporary_storage_size_of_the_pdb]
[-useLocalUndoForPDBs {true | false}]
[-pdbAdminPassword pdb_administrator_password]
[-pdbOptions pdb_options]
[-sysPassword SYS_user_password]
[-systemPassword SYSTEM_user_password]
[-emConfiguration {DBEXPRESS | CENTRAL | BOTH | NONE}
[-dbsnmpPassword DBSNMP_user_password]
[-omsHost EM_Management_Server_host_name]
[-omsPort EM_Management_Server_port_number]
[-emUser EM_administrator_name]
[-emPassword EM_administrator_password]
[-emExpressPort EM_Express_port]
[-emExpressPortAsGlobalPort EM_Express_global_port]]
[-dvConfiguration {true | false}
-dvUserName Database_Vault_owner_user_name
-dvUserPassword Database_Vault_owner_user_password
[-dvAccountManagerName Database_Vault_account_manager_name
-dvAccountManagerPassword Database_Vault_account_manager_password]]
[-olsConfiguration {true | false}
[-configureWithOID configure_with_OID_flag]]
[-datafileDestination data_files_directory]
[-redoLogFileSize maximum_redo_log_file_size_in_MB]
[-recoveryAreaDestination fast_recovery_area_directory
[-recoveryAreaSize fast_recovery_area_size]]
[-datafileJarLocation data_files_backup_directory]
[-responseFile response_file_directory]
[-storageType {FS | ASM}
[-asmsnmpPassword ASMSNMP_password]
-datafileDestination data_files_directory]
[-runCVUChecks {true | false}]
[-nodelist database_nodes_list]
[-enableArchive {true | false}
[-archiveLogMode {AUTO | MANUAL}]
[-archiveLogDest archive_log_files_directory]]
[-memoryMgmtType {AUTO | AUTO_SGA | CUSTOM_SGA}]
[-createListener new_database_listener_to_register_the_database_with]
[-useOMF {true | false}]
[-dbOptions database_options]
[-customScripts custom_sql_scripts_to_run_after_database_creation]
[-policyManaged | -adminManaged]
[-policyManaged
-serverPoolName server_pool_names
[-pqPoolName pq_pool_name]
[-createServerPool new_server_pool_name]
[-pqPoolName new_pq_pool_name]
[-force]
[-pqCardinality pq_cardinality_of_the_new_server_pool]
[-cardinality cardinality_of_the_new_server_pool]]
[-adminManaged]
[-databaseConfigType {SINGLE | RAC | RACONENODE}
[-RACOneNodeServiceName service_name_for_RAC_one_node_database]]
[-characterSet database_character_set]
[-nationalCharacterSet database_national_character_set]
[-registerWithDirService {true | false}
[-dirServiceUserName directory_service_user_name]
[-dirServicePassword directory_service_user_password]
[-databaseCN database_common_name]
[-dirServiceCertificatePath certificate_file_path]
[-dirServiceUser directory_service_user_name]
[-ldapDirectoryAccessType ldap_directory_access_type]
[-useSYSAuthForLDAPAccess use_sys_user_for_ldap_access_flag]
[-walletPassword wallet_password]]
[-listeners list_of_listeners_to_register_the_database_with]
[-variablesFile variables_file]
[-variables variables_list]
[-initParams initialization_parameters_list
[-initParamsEscapeChar initialization_parameters_escape_character]]
[-sampleSchema {true | false}]
[-memoryPercentage percentage_of_total_memory_to_assign_to_the_database]
[-totalMemory total_memory_to_assign_to_the_database_in_MB]
[-databaseType {MULTIPURPOSE | DATA_WAREHOUSING | OLTP}]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
[-configureTDE <true | false> ]
[-primaryDBTdeWallet value]
[-sourceTdeWalletPassword value]
[-tdeWalletRoot tde_wallet_root_init_parameter]
[-pdbTDEPassword pdb_tde_wallet_password]
[-tdeWalletModeForPDB pdb_keystore_type]
[-tdeAlgorithm TDE_algorithm]
[-tdeWalletLoginType type_of_wallet_login]
[-sourcePdbTDEPassword source_pdb_TDE_wallet_password]
[-tdeWalletPassword TDE_wallet_password]
Table 19-15 generateScripts Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Name of an existing database template in the default location or the complete path of a template that is not in the default location. |
|
Required |
Global database name in the form database_name.domain_name. |
|
Optional |
Database system identifier (SID). The SID uniquely identifies the instance that runs the database. If it is not specified, then it defaults to the database name. |
|
Optional |
Complete directory path to store the scripts. |
|
Optional |
Specify When
|
|
Optional |
|
|
Optional |
|
|
Optional |
Enterprise Manager configuration settings. Oracle Enterprise Manager Database Express (EM Express) is deprecated, and will be removed in a future Oracle Database release. When
|
|
Optional |
Specify When
|
|
Optional |
Specify When |
|
Optional |
Complete path to the location of the database's data files. |
|
Optional |
Size of each online redo log file in megabytes. |
|
Optional |
Directory for the Fast Recovery Area, which is a backup and recovery area. Specify Additionally, you can specify the Fast Recovery Area size in megabytes using the parameter |
|
Optional |
Directory of the database backup data files in a compressed RMAN backup format (files with .dfb extensions). |
|
Optional |
Directory path of the response file. |
|
Optional |
Specify the storage type of either
|
|
Optional |
Specify |
|
Optional |
List of database nodes separated by comma. |
|
Optional |
Specify When
|
|
Optional |
Specify one of the following memory management types:
Note: If the total physical memory of a database instance is greater than 4 GB, then you cannot specify the Automatic Memory Management option |
|
Optional |
Database listener to register the database with in the form listener_name:port. |
|
Optional |
Specify |
|
Optional |
Specify database options as a comma separated list of Example: |
|
Optional |
Specify a comma separated list of SQL scripts that need to be run after the database creation. The scripts are run in the order they are listed. |
|
Optional |
Policy-managed database. You can specify the following additional parameters:
|
|
Optional |
Administrator-managed database. |
|
Optional |
Specify one of the following database configuration types:
|
|
Optional |
Character set of the database. |
|
Optional |
National character set of the database. |
|
Optional |
Specify When
|
|
Optional |
A comma-separated list of listeners for the database. |
|
Optional |
Directory path to the file that contains the variables and their values for the database template. |
|
Optional |
A comma-separated list of |
|
Optional |
A comma-separated list of You can additionally provide the |
|
Optional |
Specify Oracle guides and educational materials contain examples based on the sample schemas. Oracle strongly recommends that you do not install the sample schemas in a production database. |
|
Optional |
The percentage of physical memory that can be used by the database. |
|
Optional |
Total amount of physical memory, in megabytes, that can be used by the database. |
|
Optional |
Specify Specify Specify |
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
|
Optional |
Specify true to configure TDE during the database creation. Only software wallets are supported. You can create a wallet for the entire CDB or for a PDB.
Note: Isolated wallets are supported only in Oracle Cloud or Exadata environments. |
Parent topic: DBCA Silent Mode Commands
relocatePDB
The relocatePDB
command relocates a PDB from a remote CDB to a local CDB.
Prerequisites
The following are the prerequisites for running the relocatePDB
command:
-
The database user in the local PDB must have the
CREATE PLUGGABLE DATABASE
privilege in the local CDB root container. -
The remote CDB must be in the local undo mode.
-
The remote and local PDBs must be in the archivelog mode.
-
The database user in the remote PDB that the database link connects to must have the
CREATE PLUGGABLE DATABASE
,SESSION
, andSYSOPER
privileges. -
The local and remote PDBs must have the same options installed, or the remote PDB must have a subset of the options installed on the local PDB.
Syntax and Parameters
Use the dbca
-relocatePDB
command with the following syntax:
dbca -relocatePDB
-pdbName name_of_the_local_pdb_to_create
-sourceDB database_name_of_the_local_pdb
-remotePDBName name_of_the_remote_pdb_to_relocate
-remoteDBConnString db_connection_string_of_the_remote_pdb
-sysDBAUserName name_of_the_sysdba_user
-sysDBAPassword password_of_the_sysdba_user
-dbLinkUsername name_of_the_dblink_user_of_the_remote_pdb
-dbLinkUserPassword password_of_the_dblink_user_of_the_remote_pdb
Table 19-16 relocatePDB Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
Name of the local PDB to create after relocating the remote PDB. |
|
Required |
Database name of the local PDB. |
|
Required |
Name of the remote PDB to relocate. |
|
Required |
Database connection string of the remote PDB. |
|
Required |
Name of the SYSDBA user. |
|
Required |
Password of the SYSDBA user. |
|
Required |
Name of the database link user of the remote PDB. |
|
Required |
Password of the database link user of the remote PDB. |
Parent topic: DBCA Silent Mode Commands
unplugDatabase
The unplugDatabase
command unplugs a pluggable database (PDB) from a multitenant container database (CDB).
Syntax and Parameters
Use the dbca
-unplugDatabase
command with the following syntax:
dbca -unplugDatabase
-sourceDB cdb_sid
-pdbName pdb_name
[-unregisterWithDirService {true | false}
-dirServiceUserName directory_service_user_name
-dirServicePassword directory_service_user_password
-walletPassword wallet_password]
[-archiveType {TAR | RMAN | NONE}
[-rmanParallelism parallelism_integer_value]
[-pdbArchiveFile pdb_archive_file_directory]
[-PDBBackUpfile pdb_backup_file_directory]
[-PDBMetadataFile pdb_metadata_file_directory]
[-rmanParallelism parallelism_integer_value]]
[-useWalletForDBCredentials {true | false}
-dbCredentialsWalletPassword wallet_account_password
-dbCredentialsWalletLocation wallet_files_directory]
Table 19-17 unplugDatabase Parameters
Parameter | Required/Optional | Description |
---|---|---|
|
Required |
The database system identifier (SID) of the CDB. |
|
Required |
Name of the PDB. |
|
Optional |
Specify Specify Specify Specify any of the following parameters:
|
|
Optional |
Specify When
|
|
Optional |
Specify When
Note: If you are using Oracle Unified Directory (OUD), then the OUD passwords should be stored in the wallet using the following keys:
|
Parent topic: DBCA Silent Mode Commands