1Z0-083 · Question #31
Which three can be done using Oracle Database Configuration Assistant (DBCA) starting from Oracle Database 19c? (Choose three.)
The correct answer is B. cloning a remote pluggable database in silent mode E. cloning a remote container database in silent mode F. relocating a remote pluggable database in silent mode. $ORACLE_HOME/bin/dbca -silent \ -createDuplicateDB -gdbName CDB1 -sid CDB1B \ -createAsStandby -dbUniqueName CDB1B -sysPassword oracle \ -primaryDBConnectionString $(hostname):1521/CDB1A \ -datafileDestination /u01/oradata -useOMF true -storageType FS \ -recoveryAreaDestination…
Question
Which three can be done using Oracle Database Configuration Assistant (DBCA) starting from Oracle Database 19c? (Choose three.)
Options
- Acloning a remote container database in interactive mode
- Bcloning a remote pluggable database in silent mode
- Crelocating a remote pluggable database in interactive mode
- Drelocating a remote container database in silent mode
- Ecloning a remote container database in silent mode
- Frelocating a remote pluggable database in silent mode
- Grelocating a remote container database in interactive mode
How the community answered
(19 responses)- A16% (3)
- B74% (14)
- C5% (1)
- G5% (1)
Explanation
$ORACLE_HOME/bin/dbca -silent \ -createDuplicateDB -gdbName CDB1 -sid CDB1B \ -createAsStandby -dbUniqueName CDB1B -sysPassword oracle \ -primaryDBConnectionString $(hostname):1521/CDB1A \ -datafileDestination /u01/oradata -useOMF true -storageType FS \ -recoveryAreaDestination /u01/fast_recovery_area \ -recoveryAreaSize 10240 -enableArchive true \ -createListener LISTENER1B:1522
Topics
Community Discussion
No community discussion yet for this question.