多项选择题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


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题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

2.单项选择题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.

3.单项选择题

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.

4.单项选择题

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.

5.单项选择题What view might you use to try to determine how long a particular backup will take?()  

A. V$SESSION_EVENT
B. V$SESSION
C. V$WAITS
D. V$WAITSTAT
E. V$SESSION_LONGOPS

7.单项选择题

What is the impact of the following backup if it exceeds the duration allowance?()
Backup as compressed backupset duration 2:00 partial minimize load database ;  

A. The entire backup will fail.It will not be usable for recovery.
B. The entire backup will failbut any datafile successfully backed up will be usable for recovery.
C. If this backup fails,subsequent backups will prioritize datafiles not backed up.
D. If this backup fails,an error will be raised and any other commands will not be executed. 
E. If this backup fails,no error will be raised and any other commands will be executed.

8.单项选择题

How long will this backup be allowed to run?() 
Backup as compressed backupset duration 2:00 minimize load database

A. 2 minutes
B. 2 hours
C. 2 days
D. The command will generate an error.
E. This backup is not constrained by any time limitation.

9.单项选择题If a backup set is expired, what can you do to correct the problem?()  

A. Change the retention criteria.
B. Make the lost backup set pieces available to RMAN again.
C. Run the crosscheck command to correct the location for the backup set piece contained in the metadata.
D. Nothing. The backup set piece is lost forever.
E. Call Oracle support,their assistance is required.

10.单项选择题What does it mean if a backup is expired?()  

A. The backup set has exceeded the retention criteria set in RMAN and is eligible for removal. 
B. The backup set has one or more invalid blocks in it and is not usable for recovery.
C. The backup set contains one or more tablespaces no longer in the database.
D. The backup set contains one or more missing backup set pieces.
E. The backup set is from a previous version of RMAN and was not upgraded.

最新试题

While Monitoring the space usage in your database that is in ARCHIVELOG mode you observed  that the flash recovery area does not have enough free space to accommodate any more files and you do not have necessary permissions to add more space to it. Identify the two events that can occur in the event of a log switch?()  

题型:多项选择题

Which two statements are true about encrypting RMAN backup?()

题型:多项选择题

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

题型:多项选择题

Which three statements are true about persistent configuration?()  

题型:多项选择题

Which two operations are NOT performed by the DUPLICATE command in Recovery Manager (RMAN) while duplicating a running database?()

题型:多项选择题

You want to configure the Flashback Database feature and retain flashback logs for three days. Presently the database is open and configured in ARCHIVELOG mode. The following steps must be performed in the correct sequence to do this:  1. Set the retention target: SQL> ALTER SYSTEM SET DB_FLASHBACK_RETENTION_TARGET=4320; 2. Enable Flashback Database: SQL> ALTER DATABASE FLASHBACK ON; 3. Mount the database: SQL> STARTUP MOUNT EXCLUSIVE 4. Shutdown the instance: SQL> SHUTDOWN IMMEDIATE 5. Open the database: SQL> ALTER DATABASE OPEN;  Choose the correct sequence.()

题型:单项选择题

Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.()

题型:多项选择题

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?()  

题型:单项选择题

After you have restored and recovered a database to a new host by using a previously performed Recovery Manager (RMAN) backup, which is the best option you would consider for the new database?()  

题型:单项选择题

View the Exhibit and examine the output. You execute the following RMAN command to perform the backup operation:  RMAN> RUN { ALLOCATE CHANNEL c1 DEVICE TYPE disk MAXOPENFILES 8; BACKUP DATABASE FILESPERSET 4; }  What is the multiplexing level in the preceding backup process?()

题型:单项选择题