After the COPY command.
After adding a data file in the target database.
After adding a tablespace in the target database.
After adding a tablespace in the catalog database.
After dropping a data file in the catalog database.
After running SQL Loader to load a large amount of data.
第1题:
You executed the following command in Recovery Manager (RMAN): RMAN> RESTORE CONTROLFILE; Which operation must you perform before this command is executed?()
第2题:
You observe that the senior database administrator always uses the following command when connecting to Recovery Manager (RMAN), and then starts executing commands to backup the database files: $ rman target / What would be the effect of this command?()
第3题:
In Recovery Manager (RMAN), you have set control file autobackup to ON by using the following command: CONFIGURE CONTROLFILE AUTOBACKUP ON; Which two events would cause the control file to be backed up automatically? ()
第4题:
When CONFIGURE CONTROLFILE AUTOBACKUP is set to ON, RMAN automatically performs a control file autobackup in which three situations?()
第5题:
RMAN would use the current operating system location to place the backup.
RMAN would use the control file of the target database to maintain the backup.
RMAN would use the recovery catalog of the target database to maintain the backup.
RMAN would use the control file of the target database to maintain the backup metadata.
RMAN would use the recovery catalog of the target database to maintain the backup metadata.
第6题:
LIST
SWITCH
VALIDATE
CONFIGURE
RESYNC CATALOG
UPGRADE CATALOG
第7题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第8题:
After the COPY command.
After adding a data file in the target database.
After adding a tablespace in the target database.
After adding a tablespace in the catalog database.
After dropping a data file in the catalog database.
After running SQL Loader to load a large amount of data.
第9题:
Creating the control file for the duplicate database
Restoring the target data files to the duplicate database
Performing complete recovery using all available backups
Generating a new, unique DBID for the duplicate database
Copying the online redo log files from the target database to the duplicate database
第10题:
No transaction on the tablespace is allowed but you can perform queries.
The tablespace will automatically come out of backup mode when the file copy is complete.
The checkpoint change number is frozen in headers of the data files until the file is removed from backup mode.
The database writes the before image of an entire block to the redo stream before modifying. block tor the first time.
第11题:
The backup piece size will be limited to 300 MB
The RMAN uses multiplexing to perform backup
The operation is accomplished using the default channel available
The RMAN parallelizes the backup although the parallelism is not set for a channel
第12题:
Creating the control file for the duplicate database
Restoring the target data files to the duplicate database
Performing complete recovery using all available backups
Generating a new, unique DBID for the duplicate database
Copying the online redo log files from the target database to the duplicate database
第13题:
If you back up a database without connecting to the recovery catalog, which operations will cause the recovery catalog to be updated?()
第14题:
Which statement about using RMAN stored scripts is true?()
第15题:
You want to implement the backup and recovery strategy in your database using Recovery Manager (RMAN). You have chosen the control file of the target database for the RMAN repository. Which command-line RMAN command would you use to establish a local connection between RMAN and the RMAN repository if your database is using password file authentication?()
第16题:
Which two RMAN commands initiate a resynchronization of the recovery catalog with the target database control file?()
第17题:
RMAN would use the current operating system location to place the backup.
RMAN would use the control file of the target database to maintain the backup.
RMAN would use the recovery catalog of the target database to maintain the backup.
RMAN would use the control file of the target database to maintain the backup metadata.
RMAN would use the recovery catalog of the target database to maintain the backup metadata.
第18题:
rman TARGET / NOCATALOG
rman TARGET sys/password
rman TARGET sys/password AS SYSDBA
rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat
第19题:
A tablespace is taken offline.
The database instance is restarted.
A new data file is added to an existing tablespace.
A successful backup is recorded in the RMAN repository.
The RMAN connection is disconnected from the target database.
第20题:
a tablespace is taken offline
the database instance is restarted
a new data file is added to an existing tablespace
a successful backup is recorded in the RMAN repository
the RMAN connection is disconnected from the target database
第21题:
The backup will terminate because the FORMAT clause was not configured for the channel
It backs up two copies of data files to tape and disk, and two copies of archived log file on tape
It backs up the data files and archived log files to disk, making two copies of each data file and archived log file
It backs up the data files and archived log files to tape, making two copies of each data file and archived log file
第22题:
COPY
BACKUP
CHANGE
DELETE
CATALOG
第23题:
The next time you back up the database when you are also connected to the recovery catalog and the target database
The next time you are connected to the target database and the recovery catalog database and issue the resync command
The next time you connect RMAN to just the recovery catalog
The next time you connect to the recovery catalog and the target database with RMAN
Connecting to the recovery catalog and issuing the resync all databases command
第24题:
At the end of every RUN block.
After every SET CONTROLFILE AUTOBACKUP FORMAT command.
After every BACKUP or COPY command issued at the RMAN prompt.
At the end of every RUN block if the last command in the block was either BACKUP or COPY.
Whenever a BACKUP or COPY command within a RUN block is followed by a command that is neither BACKUP nor COPY.
After every BACKUP or COPY command within a RUN block that is followed by the CONFIGURE CONTROLFILE AUTOBACKUP FORMAT command.