0, because channels have not been defined.
3, as indicated by the degree of parallelism.
1, the default value when device is configured.
5, as indicated by the last parallelism command.
第1题:
Which command is used to configure RMAN to perform a compressed backup for every backup executed?()
第2题:
Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.()
第3题:
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 data files when the RMAN BACKUP command is used. What must you set using the RMAN CONFIGURE command to achieve this?()
第4题:
Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.() (Choose all that apply.)
第5题:
You execute the following command to perform a backup by using Recovery Manager (RMAN): RMAN> run {allocate channel c1 type sbt; backup datafile 1; } The command errors out. A part of the error message is as follows: RMAN/x7f03009: failure of allocate command on c1 channel ORA/x7f19554: error allocating device, device type: SBT_TAPE, device name: What could explain why the statement failed?()
第6题:
You are performing a backup of your database across the network. While taking the backup, you want to save space on the storage media and reduce the network bandwidth. Which command will you issue to configure the required type of backup?()
第7题:
You set the recovery window to seven days and the backup optimization to ON using the CONFIGURE command of Recovery Manager (RMAN). The most recent backup of the TOOLStablespace to disk was taken on January 3. The TOOLStablespace is read-only.On February 21, when you execute a command to back up all the tablespaces to disk, you find that RMAN backs up the TOOLS tablespace also, even though the contents of the tablespace have not changed after the backup on January 3. Because there are no changes made to the TOOLStablespace, you decide that the tablespace should not be backed up by RMAN. What can you do to skip backing up the TOOLStablespace without changing the current backup optimization setting?()
第8题:
CONFIGURE DEFAULT DEVICE TYPE TO TAPE MEDIA
CONFIGURE DEFAULT DEVICE TYPE TO TAPE
CONFIGURE DEFAULT DEVICE TYPE TO SBT
CONFIGURE DEFAULT DEVICE TYPE TO SBT_TAPE
第9题:
0, because channels have not been defined.
3, as indicated by the degree of parallelism.
1, the default value when device is configured.
5, as indicated by the last parallelism command.
第10题:
sbt is not a valid device type.
Media Management Library was not loaded.
The sbt device cannot be used for data file backups.
No path was defined in the ALLOCATE CHANNEL command.
The channel is currently being used by another RMAN session.
第11题:
0, because channels have not been defined.
3, as indicated by the degree of parallelism.
1, the default value when device is configured.
5, as indicated by the last parallelism command.
第12题:
The backup will terminate because the FORMAT clause was not configured for the channel
It backs up two copies of data files to tape and disk, and two copies of archived log file on tape
It backs up the data files and archived log files to disk, making two copies of each data file and archived log file
It backs up the data files and archived log files to tape, making two copies of each data file and archived log file
第13题:
Which statement is true regarding RMAN components?()
第14题:
You want to take the backup of the USERS tablespace. It has a single data file of 900 MB. You have tape drives of 300 MB each. The SBT channel is configured for Recovery Manager (RMAN). To accomplish the backup, you issued the following RMAN command: RMAN> BACKUP SECTION SIZE 300M TABLESPACE users; Which two statements are true about the execution of the above command? ()(Choose two.)
第15题:
You are managing an Oracle Database 11g database. You want to take a backup on tape drives of the USERS tablespace that has a single data file of 900 MB. You have tape drives of 300 MB each. To accomplish the backup, you issued the following RMAN command: RMAN> BACKUP SECTION SIZE 300M TABLESPACE users; Identify the appropriate configuration to accomplish faster and optimized backups using the above command.()
第16题:
In your database, the flash recovery area (FRA) is configured as the default for RMAN backups. You executed the following commands to configure the settings in RMAN: RMAN> CONFIGURE DEVICE TYPE disk PARALLELISM 2 BACKUP TYPE TO BACKUPSET; RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE disk FORMAT '/home/oracle/disk1/%U'; RMAN> CONFIGURE CHANNEL 2 DEVICE TYPE disk FORMAT '/home/oracle/disk2/%U'; You issue the following RMAN command to backup the database: RMAN> RUN 2> { 3> ALLOCATE CHANNEL ch1 DEVICE TYPE disk; 4> BACKUP DATABASE; 5> } Which statement is true about the outcome?()
第17题:
You are managing an Oracle Database 11g database. You want to take a backup on tape drives of the USERS tablespace that has a single data file of 900 MB. You have tape drives of 300 MB each. To accomplish the backup, you issued the following RMAN command: RMAN>BACKUP SECTION SIZE 300M TABLESPACE users; What configuration should be effected to accomplish faster and optimized backups by using the above command?()
第18题:
You notice that your RMAN script used to copy the datafiles, control files, and archived redo log files is performing very slowly. Which two changes might you want to include in your RMAN script to speed up the COPY commands?()
第19题:
CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO BACKUPSET;
CONFIGURE DEVICE TYPE TO disk BACKUP TYPE TO COPY;
CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED BACKUPSET;
CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED COPY;
第20题:
Only one channel is allocated and the backup is created in the flash recovery area
Only one channel is allocated and the backup is created in the destination specified for channel 1
Two channels are allocated and backup sets are created in the destinations specified for channels 1 and 2
Three channels are allocated and backup sets are created in the destinations specified for channels 1, 2, and FRA
第21题:
The SBT channel must be configured, with the default parallelism setting for the SBT device set to 1
The COMPATIBLE initialization parameter for the database instance must be set to at least 10.0
The SBT channel must be configured, with the parallelism setting for the SBT device set to 3
The SBT channel must be configured, with the MAXPIECESIZE set to 300 MB
第22题:
BACKUP AS COMPRESSED BACKUPSET DATABASE
BACKUP AS COMPRESSED COPY OF DATABASE
CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET
CONFIGURE DEVICE TYPE DISK BACKUP TYPE COMPRESS
BACKUP DATABASE COMPRESS
第23题:
configure a default device for RMAN backups
temporarily disable the retention policy for RMAN backups
configure automatic channel allocation for RMAN backups
use the CONFIGURE command to reconfigure the recovery window to 60 days
第24题:
MAXSETSIZE TO 2
DEVICE TYPE DISK PARALLELISM 2
RETENTION POLICY TO REDUNDANCY 2
DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2