多项选择题Indentify two advantages of using recovery catalog instead of the control file of the database in Recovery Manager (RMAN).()

A. You can use RMAN stored scripts
B. Recovery is faster if data is stored in catalog in addition to the control file
C. You can store backup information of all registered databases in one place
D. Database backups are automatically deleted when they are older than the specified time period


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

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

A. Allow the database to continue running,drop the TEMP tablespace,and then re-create it with new tempfiles
B. Shut down the database, restore and recover the tempfile from backup,and then open the database with RESETLOGS
C. Allow the database to continue running,take the TEMP tablespace offline,drop the missing tempfile,and then create a new tempfile
D. Allow the database to continue running,add a new tempfile to TEMP tablespace with a new name,and drop the tempfile that has been corrupted

2.单项选择题The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement is true while performing a tape backup in an RMAN session?()  

A. The tape I/O performed is asynchronous
B. The tape buffer is allocated from the System Global Area (SGA)
C. The tape buffer is allocated from the Program Global Area (PGA)
D. Oracle I/O uses an interrupt mechanism to determine when each I/O completes

3.单项选择题

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

A. It cancels all pending disk drops within the disk group.
B. It restores disks that are being dropped as the result of a DROP DISKGROUP operation
C. It mounts disks in the disk group for which the drop-disk operation has already been co pleted
D. It restores all the dropped disks in the disk group for which the drop-disk operation has already been completed
E. It adds previously dropped disks back into the disk group

5.多项选择题Which two operations are NOT performed by the DUPLICATE command in Recovery Manager (RMAN) while duplicating a running database?()

A. Creating the control file for the duplicate database
B. Restoring the target data files to the duplicate database
C. Performing complete recovery using all available backups
D. Generating a new, unique DBID for the duplicate database
E. Copying the online redo log files from the target database to the duplicate database

6.单项选择题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?()  

A. Configure backup optimization
B. Configure the channel to increase MAXOPENFILES
C. Configure the channel to increase the capacity with the RATE parameter
D. Configure the channel to adjust the tape buffer size with the BLKSIZE option

7.多项选择题Which three tasks can be performed using a duplicate database?()

A. Testing the backup and recovery procedures
B. Testing the upgrade of an Oracle database to a new release
C. Testing the effect of an application changes on database performance
D. Continuously updating archive log files from the target database to support failover

8.单项选择题

Examine the CREATE DISKGROUP command used to create a disk group:  
SQL> CREATE DISKGROUP misc EXTERNAL REDUNDANCY 
DISK ’ORCL: FRA3’ NAME misc1, ’ORCL: FRA4’ NAME misc2;  
In which situation would you use this method of disk group creation?()

A. When two-way disk mirroring is required for the allocation units
B. When three-way disk mirroring is required for the allocation units
C. When using hardware mirroring or RAID
D. When disk mirroring is required for the Automatic Storage Management (ASM) disks

9.多项选择题Which two statements are true about a job chain?()

A. A job chain can contain a nested chain of jobs
B. The jobs in a job chain cannot have more than one dependency
C. A job of the CHAIN type can be run using event-based or time-based schedules
D. The jobs in a job chain can be executed only by using the events generated by the Scheduler

10.单项选择题

View the Exhibit and examine the disk groups created at the time of migrating the database storage to Automatic Storage Management (ASM). 
Why does the FRA disk group initially have more free space even though both DATA and FRA disk groups are provided with the same size?()

A. Because the FRA disk group will not support dynamic rebalancing
B. Because the FRA disk group is not configured to support mirroring
C. Because disks in the FRA disk group are not formatted at this stage
D. Because the FRA disk group will support only a single size of allocation unit

最新试题

Which two client requests are captured during database replay Capture?()

题型:多项选择题

To enable faster incremental backups, you enabled block change tracking for the database. Which two statements are true about the block change tracking file?() 

题型:多项选择题

Which three tasks can be performed using a duplicate database?()

题型:多项选择题

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

题型:多项选择题

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

题型:单项选择题

User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?()

题型:多项选择题

You want to take a complete database backup using RMAN. The backup should consist onlythe used blocks from your database. Which two statements are true about this backup operation?() 

题型:多项选择题

Examine the following RMAN command:  RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG;  Which prerequisite must be met before accomplishing the backup?()

题型:单项选择题

In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas. Which method must you use to recover the lost data?()  

题型:单项选择题

The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement is true while performing a tape backup in an RMAN session?()  

题型:单项选择题