单选题Given the following RMAN commands,choose the option that reflects the order required to restore your currently operational ARCHIVELOG-mode database.()   a. restore database  b. recover database  c. shutdown immediate  d. startup  e. restore archivelog all f. alter database openA a, b, c, d, e, fB c, b, a, d, e, fC c, b, a, d, fD c, a, b, dE c, a, e, b, d, f

单选题
Given the following RMAN commands,choose the option that reflects the order required to restore your currently operational ARCHIVELOG-mode database.()   a. restore database  b. recover database  c. shutdown immediate  d. startup  e. restore archivelog all f. alter database open
A

 a, b, c, d, e, f

B

 c, b, a, d, e, f

C

 c, b, a, d, f

D

 c, a, b, d

E

 c, a, e, b, d, f


参考解析

解析: 暂无解析

相关考题:

You can choose the following methods to exit an option position except to ______.A.exercise the optionB.pay the premiumC.offset a dealD.let it expire

Multiple RMAN sessions are connected to the database instance.Examine the following output when backup commands are running in server sessions:What could have helped you to correlate server sessions with channels?()A. Implement RMAN multiplexingB. Set the DEBUG ON in the RMAN scriptC. Specify the command ID in the RMAN scriptD. Use a tag with the RMAN BACKUP command

Which of the following files cannot be backed up by RMAN? ()(Choose all that apply.) A. Database datafilesB. Control filesC. Online redo logsD. Database pfilesE. Archived redo logs

Which of the following procedures correctly lists the prerequisite software that requires installation with an AIX licensed program product?() A.Use the lppdiff command to list the contentsB.Use the installp -Q command to list the contentsC.Choose the SMIT option to Preview Install OnlyD.Choose the SMIT option to list dependents of a software product

hich of the following RMAN structures can data from a datafile span?()A、RMAN backup-set pieces spanning backup sets B、RMAN backup-set pieces within a given backup sets C、RMAN backups D、RMAN channels E、None of the above

Given the following output:  prompt myapp   [1]+ Stopped myapp  prompt   Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?()A、 bg myappB、 continue myappC、 exec myappD、 fg myappE、 myapp

Which of the following commands should be used to monitor the number of threads on the scheduler’s run queue for any given interval?()A、 sarB、 pstatC、 iostatD、 filemon

Which of the following commands should be used to show the percentage of time that any given disk was busy?()A、 psB、 tprofC、 iostatD、 vmstat

Which of the following procedures correctly lists the prerequisite software that requires installation with an AIX licensed program product?()A、Use the lppdiff command to list the contentsB、Use the installp -Q command to list the contentsC、Choose the SMIT option to Preview Install OnlyD、Choose the SMIT option to list dependents of a software product

Which of the following commands should be used to show how much data is read from or written to a particular logical volume, given there are several other logical volumes on the same disk?()A、 sarB、 lslvC、 iostatD、 filemon

Which of the following commands should be used to monitor the average number of threads in the scheduler’s run queue for any given interval?()A、 tprofB、 iostatC、 vmstatD、 filemon

Identify the channel settings that can be performed using the CONFIGURE CHANNEL or ALLOCATECHANNEL commands in RMAN() (choose all that apply)A、Limiting the input/output (I/O) bandwidth consumptionB、Specifying the size of backup sets and backup piecesC、Specifying vendor-specific information for a media managerD、Specifying the parallelism for backup and restore operations

Given the following RMAN commands,choose the option that reflects the order required to restore your currently operational ARCHIVELOG-mode database.()   a. restore database  b. recover database  c. shutdown immediate  d. startup  e. restore archivelog all f. alter database open A、 a, b, c, d, e, fB、 c, b, a, d, e, fC、 c, b, a, d, fD、 c, a, b, dE、 c, a, e, b, d, f

You performed the RMAN database backup with the KEEP option.Which two statements are true about this backup?() (Choose two)A、The KEEP option overrides the configured retention policyB、The KEEP option is an attribute of an individual backup pieceC、The backup contains only data files and archived redo log filesD、The backup contains data files, the server parameter file and the control file even if the control file auto backup is disabled

You are using the control file to maintain information about the database backups that are being performed by Recovery Manager (RMAN).Identify two scenarios is which you must have a recovery catalog. ()(Choose two.)A、To store the backup information of multiple databaseB、To restrict the amount of space that is used by the backupsC、To maintain a backup for a certain time is set by the CONTROL_FILE_RECORD_KEEP_TIME parameter.D、To list the data files that were in a target database at a given time by using the AT option of REPORT SCHEMA command.

Which of the following RMAN structures can data from a datafile span?()A、 RMAN backup-set pieces spanning backup setsB、 RMAN backup-set pieces within a given backup setC、 RMAN backupsD、 RMAN channelsE、 None of the above

Which of the following files cannot be backed up by RMAN? ()(Choose all that apply.)A、Database datafilesB、Control filesC、Online redo logsD、Database pfilesE、Archived redo logs

单选题You are ready to implement RMAN in the backup and recover strategy for your company. Which system privilege must the RMAN user have to be able to connect and execute RMAN commands on a target database?()ASYSDBABSYSOPERCNo system privileges are required for the RMAN user.DOnly SYS user can connect and execute RMAN commands on a target database.

单选题Which one of the following RMAN commands is used to register the database files with repository that were backed up using O/S commands?()ACHANGEBCATALOGCCROSSCHECKDSWITCH

多选题You performed the RMAN database backup with the KEEP option.Which two statements are true about this backup?() (Choose two)AThe KEEP option overrides the configured retention policyBThe KEEP option is an attribute of an individual backup pieceCThe backup contains only data files and archived redo log filesDThe backup contains data files, the server parameter file and the control file even if the control file auto backup is disabled

单选题Which of the following commands should be used to monitor the average number of threads in the scheduler’s run queue for any given interval?()A tprofB iostatC vmstatD filemon

多选题Which of the following files cannot be backed up by RMAN? ()(Choose all that apply.)ADatabase datafilesBControl filesCOnline redo logsDDatabase pfilesEArchived redo logs

多选题You are using the control file to maintain information about the database backups that are being performed by Recovery Manager (RMAN).Identify two scenarios is which you must have a recovery catalog. ()(Choose two.)ATo store the backup information of multiple databaseBTo restrict the amount of space that is used by the backupsCTo maintain a backup for a certain time is set by the CONTROL_FILE_RECORD_KEEP_TIME parameter.DTo list the data files that were in a target database at a given time by using the AT option of REPORT SCHEMA command.

单选题Which of the following commands should be used to monitor the number of threads on the scheduler’s run queue for any given interval?()A sarB pstatC iostatD filemon

单选题Given the following output:  prompt myapp   [1]+ Stopped myapp  prompt   Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?()A bg myappB continue myappC exec myappD fg myappE myapp

单选题Which of the following RMAN structures can data from a datafile span?()A RMAN backup-set pieces spanning backup setsB RMAN backup-set pieces within a given backup setC RMAN backupsD RMAN channelsE None of the above

多选题Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt:     RMAN CONFIGURE CONTROLFILE AUTOBACKUP OFF;   RMAN BACKUP DATABASE;   Which files from the database will be backed up as a result of this BACKUP command?()Acontrol fileBall datafilesCpassword fileDonline redo log fileEarchive redo log fileFserver parameter fileGonly the SYSTEM datafile