单项选择题How many database instances are used during a database-duplication process?()

A. One
B. Two
C. Three
D. Four
E. Five


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题When youre performing active database duplication,a backup of what kind is required?()  

A. A current RMAN backup-set backup is required.
B. No backup is required.
C. An RMAN image backup is required.
D. A manual backup is required.
E. A "duplicate" preparatory backup is required.

3.单项选择题Which command is used to begin a tablespace point-in-time recovery?()  

A. Restore tablespace
B. Recover tablespace
C. Tablespace recover
D. Recover to time
E. recover datafile

5.单项选择题If a backup is expired, which of the following is true?()  

A. It can never be used for a restore/recover operation.
B. Oracle will remove the backup set pieces from the flash recovery area.
C. The backup has been used at least once to restore and recover the database.
D. The backup is no longer valid because of a resetlogs operation.
E. The physical backup set pieces are missing from the media.

6.多项选择题What information does the report schema command not provide?() 

A. Size of the datafiles
B. Size of the tempfiles
C. Date of last backup for datafiles and tempfiles
D. Filenames for each datafile
E. Checkpoint SCN associated with the last RMAN backup

7.单项选择题Why would you execute the report obsolete command?()  

A. To list all backups that were no longer available for restore operations
B. To list all backups that had aged beyond the RMAN retention criteria
C. To list all backup set pieces listed in control-file or recovery-catalog metadata that are not on the backup media
D. To list all datafiles that are no longer part of the database and thus do not need to be backed up
E. To list all archived redo logs that are no longer needed for any database recovery

8.单项选择题What is the result of this command?() RMAN> Report need backup days 3;

A. Lists all datafiles created in the last three days that are not backed up.
B. Lists all datafiles not recoverable based on the current retention criteria.
C. Lists all datafiles not backed up in the last three days. The datafile is not recoverable. 
D. Lists all datafiles that need to be backed up due to unrecoverable operations.
E. Lists all datafiles not backed up in the last three days. It does not imply that the datafile is not recoverable.

9.单项选择题

What does the output on this report indicate?()  
RMAN> report need backup; 
RMAN retention policy will be applied to the command 
RMAN retention policy is set to redundancy 1 
Report of files with less than 1 redundant backups 
File #bkps Name 
5 0 C:\ORACLE\ORADATA\ORCL\MY_DATA_01.DBF  

A. The my_data_01.dbf datafile is corrupted and needs to be restored.
B. The my_data_01.dbf datafile has not yet been backed up. This report does not imply that the data in the datafile can not be recovered.
C. The my_data_01.dbf datafile has not yet been backed up. This report implies that the data in the datafile can not be recovered.
D. The my_data_01.dbf datafile no longer meets the retention criteria for backups.
E. Datafile 5 is missing.

10.单项选择题

What is the impact of the results of the output of the following command?()  
RMAN> report unrecoverable database; 
Report of files that need backup due to unrecoverable operations 
File Type of Backup Required Name 
4 full or incremental C:\ORACLE\ORADATA\ORCL\USERS01.DBF  

A. There are no backup sets with any backups of the users01.dbf datafile.
B. The users01.dbf datafile has had unrecoverable operations occur in it. It will need to be backed up or some data loss is possible during a recovery.
C. The users01.dbf datafile is corrupted.
D. The users01.dbf datafile backup exceeds the retention criteria.
E. The last backup of the users01.dbf datafile failed and must be rerun.

最新试题

In Recovery Manager (RMAN), you are taking image copies of the datafiles of your production database and rolling them forward as regular intervals. You attempt to restart your database instance after a regular maintenance task, you realize that one of the data files that belongs to the USERS tablespace is damaged and you need to recover the datafile by using the image copy. You could perform the following steps to accomplish this:  1) Mount the database 2) Take the data file offline 3) Bring the data file online 4) Use the RMAN SWITCH TO command to switch the image copy 5) Apply the archived redo logs 6) Open the database 7) Use the RMAN RESTORE TO command to switch to the image copy  Which two options illustrate the correct sequence of steps that you could follow?()

题型:多项选择题

Examine the following ALTER command:  SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;  What is the purpose of the command?()  

题型:单项选择题

Which two statements are true about a job chain?()

题型:多项选择题

Indentify two advantages of using recovery catalog instead of the control file of the database in Recovery Manager (RMAN).()

题型:多项选择题

The database is currently open and the temp03.dbf tempfile belonging to the default temporarytablespace TEMP has been corrupted. What steps should you take to recover from this tempfile loss in an efficient manner?()  

题型:单项选择题

Which option is best practice for creating a recovery catalog owner in the catalog database?()  

题型:单项选择题

Examine the following RMAN script:  RMAN> run { debug on; allocate channel c1 type disk; backup datafile 5; }  Which statement describes the purpose of the script?()  

题型:单项选择题

Tape streaming is not happening while performing RMAN tape backup. On investigation, you find that it is not because of the incremental backup or the empty file backup and that RMAN is sending data blocks to the tape drive fast enough. What could be a solution to make tape streaming happen during the backup?()  

题型:单项选择题

Which two commands never trigger an implicit rebalancing within the disk group?() 

题型:多项选择题

Which three statements are true about windows?() 

题型:多项选择题