QUESTION NO: 105
You configured the default backup device type as disk for RMAN backups. In your database, because of
business requirements, you have to take a simultaneous duplicate backup of the da...
分类:
其他好文 时间:
2015-10-05 11:46:21
阅读次数:
128
QUESTION NO: 110
You executed the following command in Recovery Manager (RMAN):
RMAN> REPORT NEED BACKUP days 3;
What is the output of this command?
A. a list of files that require a backup within...
分类:
其他好文 时间:
2015-10-05 11:45:38
阅读次数:
135
QUESTION NO: 107
Your database is running In ARCIIIVELOG mode. One of the data files, USBRDATAOI. DBF, in the users
tablespace is damaged and you need to recover the file until the point of failure....
分类:
其他好文 时间:
2015-10-05 11:43:27
阅读次数:
130
QUESTION NO: 103
Identity two advantages of using a recovery catalog in-load of the control File of the target database
Recovery Manager (RMAN). (Choose two.)
A. You can use RMAN stored scripts. 您可...
分类:
其他好文 时间:
2015-10-05 11:43:06
阅读次数:
168
QUESTION NO: 104
You are using Recovery Manager (RMAN) with a recovery catalog to back up your production database.
The backups and the archived redo log files are copied to a tape drive on a daily b...
分类:
其他好文 时间:
2015-10-05 11:42:55
阅读次数:
120
QUESTION NO: 97
Which of the following commands will fail?
A. report schema;
B. report need backup;
C. report need backup days 3;
D. report user;
E. report obsolete;
Answer: D下面的哪条命令将失败?D. repo...
分类:
其他好文 时间:
2015-10-05 00:49:24
阅读次数:
186
QUESTION NO: 70
ASM supports all but which of the following file types? (Choose all that apply.)
A. Database files
B. Spfiles
C. Redo-log files
D. Archived log files
E. RMAN backup sets
F. Pass...
分类:
其他好文 时间:
2015-10-03 07:20:40
阅读次数:
203
QUESTION NO: 33?
You performed the RMAN database backup with the KEEP option. Which two statements are true
regarding this backup? (Choose two.)
A. The backup contains data files, the server parame...
分类:
其他好文 时间:
2015-10-02 17:27:59
阅读次数:
251
SQL>selectfile_id,block_id,blocksfromdba_extentswhereowner=‘LILC‘andsegment_name=‘TEST‘;
,,,,,
6106241024
6116481024
83rowsselected.破坏之前的数据:SQL>selectcount(*)fromtest;COUNT(*)----------783018RMAN>recoverdatafile6block11620clear;RMAN>..
分类:
数据库 时间:
2015-09-23 17:17:01
阅读次数:
190
I.备份所有归档日志文件RMAN> BACKUP FORMAT '/u01/backup/arch_%U_%T' skip inaccessible filesperset 5 ARCHIVELOG ALL DELETE INPUT;II.使用RMAN方式清除RMAN清除方式会自动清除磁盘上的归档日...
分类:
其他好文 时间:
2015-09-23 17:02:50
阅读次数:
190