单项选择题
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?()
A. rman TARGET / NOCATALOG
B. rman TARGET sys/password
C. rman TARGET sys/password AS SYSDBA
D. rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat
相关考题
-
单项选择题
YouaremaintainingyourdatabaseinOracle10g.Youarenotusingtherecoverycatalogtomaintainthebackupmetadatainformation.Youwanttoenablethereusablesectionofthecontrolfiletoexpanditselfiftheoldestrecordcannotbereused,andwheneveranewrecordisaddedtothereusablesectionofthecontrolfile.WhichvaluewillyousetfortheCONTROL_FILE_RECORD_KEEP_TIMEparameter?()
A. Zero
B. One or more
C. NONE
D. DEFAULT -
单项选择题
You issued the RMAN>SHOW ALL; command. The output of this command is as follows: After analyzing the output, which conclusion will you draw?()
A. The current control file is not automatically backed up every time you perform a backup.
B. The backups save space on the storage media.
C. While performing backups across a network, the network bandwidth is reduced.
D. The backups consist of backup pieces. -
多项选择题
YourdatabaseisrunningintheARCHIVELOGmode.YouhaveconfiguredRMANforbackupandrecoveryoperations.YouexecutethefollowingcommandfromtheRMANprompt: RMAN>CONFIGURECONTROLFILEAUTOBACKUPON; Afterexecutingthiscommand,inwhichofthefollowingcaseswillRMANmakeanauto-backupofthecontrolfile?()
A. when you change the name of a datafile
B. when you drop a table from the database
C. when you take an export of the database
D. when you back up the database using OS utilities
E. when you issue an ALTER SYSTEM SWITCH LOGFILE statement
F. when you issue a BACKUP command from inside the RMAN run block
