READ Free Dumps For Oracle- 1z0-050
Question ID 1849 | You are managing an Oracle Database 11 g instance with ASM storage. You lost an ASM disk group DATA. You have RMAN backup of data as well as ASM metadata backup. |
Option A | A. Restore metadata in an existing disk group by passing the existing disk group name as an input parameter. |
Option B | B. Restore the disk group with changed disk group specification, failure group specification, disk group name, and |
Option C | C. Restore the disk group with the exact configuration as the backed-up disk group, using the same disk group |
Option D | D. Restore the disk group with the exact configuration as the backed-up disk group, using the same disk group name, same set of disks, failure group configurations, and data on the disk group. |
Correct Answer | A,B,C |
Question ID 1850 | Evaluate the following command and Its output: SQL>SELECT * FROM dba_temp_free_space; |
Option A | A. FREE_SPACE indicates only the space that is currently unallocated. |
Option B | B. ALLO CAT ED_S PACE indicates only the space currently allocated and in use. |
Option C | C. FREE_SPACE indicates only the space that is currently allocated and available for reuse. |
Option D | D. ALLO CAT ED_S PACE indicates both the space currently allocated and used, and the space that is available for reuse. |
Option E | E. FREE_SPACE indicates both the space that is currently allocated and available for reuse, and the space that is currently unallocated. |
Correct Answer | D,E |