331、

331.Which of the following represents the correct way to perform an online recovery of datafile 4, 
which is assigned to a tablespace called USERS?
A. shutdown restore datafile 4; recover datafile 4; alter database open;
B. Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; alter database open;
C. Sql alter database datafile 4 offline; restore datafile 4; Sql alter database datafile 4 online;
D. Sql alter database datafile 4 offline; restore database datafile 4; recover database datafile 4; Sql alter database datafile 4 online;
E. Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; Sql alter database datafile 4 online;

 

332、

332.David managed to accidentally delete the datafiles for database called DSL. 
He called Heber and Heber tried to help but he managed to delete the control files of the database. 
Heber called Bill and Bill saved the day. They are using a recovery catalog for this database. 
What steps did Bill perform to recover the database and in what order?
A. Restored the control file with the RMAN restore controlfile command.
B. Mounted the DSL instance with the alter database mount command.
C. Restored the datafiles for the DSL database with the RMAN restore command.
D. Opened the DSL database with the alter database open resetlogs command.
E. Recovered the datafiles for the DSL database with the RMAN recover command.
F. Started the DSL instance.
G. Connected to the recovery catalog with RMAN. 
H. a, b, c, d, e, f, g
I. b, c, d, g, f, e, a
J. g, f, a, b, c, e, d
K. c, a, d, b, f, e, g
L. g, f, a, b, e, c, d

 

333、

333.Which command would you use to determine what database backups are currently available for restore?
A. list database backup;
B. report database backup;
C. list backup of database;
D. list summary backup; 
E. report backup of database;

 

334、

334.What command would you use to ensure that backup records in the control file are pointing to actual physical files on the backup media?
A. crosscheck
B. list backup
C. confirm
D. resync
E. backup validate

 

335、

335.You have backed up your database twice without connecting to the recovery catalog. 
What command do you issue to transfer the control-file metadata to the recovery catalog?
A. synch catalog
B. resync catalog
C. replicate catalog
D. update catalog
E. restore catalog

 

posted on 2016-05-07 09:06  充实自己  阅读(122)  评论(0编辑  收藏  举报