053(十八)

86、

86.Your production database is running in archivelog mode and you are using recovery manager (RMAN) with recovery catalog to perform the database backup at regular intervals. 
When you attempt to restart the database instance after a regular maintenance task on Sunday, 
the database fails to open displaying the message that the data file belonging to the users tablespace are corrupted.
The steps to recover the damaged data files are follows:
1. Mount the database
2. Open the database
3. Recover the data file
4. Restore the data file
5. Make the data file offline 
6. Make the data file online
Which option identifies the correct sequence that you must use to recover the data files?
A. 2, 4, 3
B. 1, 4, 3, 2
C. 2, 5, 4, 3, 6
D. 5, 2, 4, 3, 6
E. 1, 5, 4, 3, 6, 2
Answer: E

答案写的E
B貌似也对啊
View Code

87、

87.You want to perform an RMAN backup of database as a copy. Which two factors will you consider 
while performing the backup operation? (Choose two).
A. The backup as copy can only be taken to disk
B. The backup as copy can only be taken to tape
C. Backup can be performed only when the instance is shutdown
D. Backup will constitute all used and unused blocks in the database
Answer: AD
View Code

88、In your database, the flash recovery area (FRA) is configured as the default for RMAN backups. You 

executed the following commands to configure the settings in RMAN:

Which statement is true about the outcome?
A. Only one channel is allocated and the backup is created in the flash recovery area
B. Only one channel is allocated and the backup is created in the destination specified for channel
C. Two channels are allocated and backup sets are created in the destinations specified for channels 1 and 2
D. Three channels are allocated and backup sets are created in the destinations specified for channels 1, 2, and FRA
Answer: A
View Code

89、

89.You are using recovery Manager (RMAN) with a recovery catalog to backup up your production database. 
The backups and the archived redo log files are copied to a tape drive on a daily basis. 
The database was open and transactions were recorded in the redo logs. 
Because of fire in the building you lost your servers having the production database and the recovery catalog database. 
The archive log files generated after the last backup are intact on one of the remote locations. 
While performing a disaster recovery of the production database what is the next step that you must perform after restoring the data files and applying archived redo logs?
A. Open the database in NORMAL mode
B. Open the database in read-only mode
C. Open the database in RESTRICTED mode
D. Open the database with the RESETLOGS option
Answer: D
View Code

90、View the exhibit and examine the output. Which statement can be an inference from the output? 

Exhibit:

A. The FRA disk group has an asynchronous I/O bottleneck
B. The least number of I/Os are performed on the last data file in the list
C. The number of times that the backup or restore process directed the OS to wait until an I/O was complete is the highest for the last data file in the list
D. The number of times that the backup or restore process made an OS call to poll for I/O completion in Nonblocking mode is the least for the FRA disk group
Answer: A
View Code
原文地址:https://www.cnblogs.com/huanhuanang/p/5393927.html