41.
What is the parameter that determines the capacity of the RMAN repository?
- A.CONTROLFILE_RECORD_KEEP_TIME
- B.CONTROL_FILE_KEEP_TIME
- C.CONTROL_FILE_RECORD_KEEP_TIME
- D.CONTORL_FILE_RECORD_TIME
- Answer & Explanation
- Report
Answer : [C]
Explanation :
Explanation :
The CONTROL_FILE_RECORD_KEEP_TIME parameter is the parameter that determines the size of the RMAN repository or target database's control file when not using the recovery catalog. |
42.
What privileges must be granted to allow an account to create the recovery catalog? (Choose two.)
- A.RECOVERY_CATALOG_OWNER
- B.DBA
- C.RESOURCE
- D.SELECT ANY DICTIONARY TABLE
- Answer & Explanation
- Report
Answer : [A, C]
Explanation :
Explanation :
The RECOVERY_CATALOG_OWNER and RESOURCE privileges are required to create the recovery catalog. The DBA privilege includes RESOURCE and CONNECT and will work, but this role has many additional privileges that are unneeded. SELECT ANY DICTIONARY TABLE is not required. |
43.
What are the types of devices that channel allocation can utilize? (Choose all that apply.)
- A.TYPE DISK
- B.DISK TYPE
- C.TYPE SBT_TAPE
- D.TYPE FLASH_AREA
- Answer & Explanation
- Report
Answer : [A, C]
Explanation :
Explanation :
The TYPE DISK parameter allocates a channel to disk. The TYPE SBT_TAPE parameter allocates a channel to tape. These are the two correct device types. |
44.
Which command configures a device so that channel allocation is automatically available during
backup, restore, or delete?
- A.CONFIGURE DEVICE TYPE TO DISK
- B.CONFIGURE CHANNEL DEVICE TYPE DISK
- C.CHANNEL DEVICE TYPE DISK CONFIGURE
- D.CONFIGURE DEVICE CHANNEL TYPE DISK
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
The correct configure command is CONFIGURE CHANNEL DEVICE TYPE DISK. When using the CONFIGURE command, the information is stored as a default so that it doesn't need to be specified in backup, restores, or deletes. |
45.
What is the name of the API that interfaces RMAN with different tape devices?
- A.Media Library Interface
- B.Media Manager Library Interface
- C.Management Media Interface
- D.Media Management Layer
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
The Media Management Layer (MML) is the API that interfaces RMAN with different vendor tape devices. |