Online Access Free 1Z0-053 Exam Questions
Exam Code: | 1Z0-053 |
Exam Name: | Oracle Database 11g: Administration II |
Certification Provider: | Oracle |
Free Question Number: | 698 |
Posted: | Sep 03, 2025 |
You want to migrate your database to ASM, so you have done a clean shutdown, made a closed backup of the entire database. You noted the location of your control files and online redo log files, and changed your spfile to use OMF. The last step is to run an RMAN script to do the conversion. Using the following steps, what is the correct order in which the following RMAN commands should be executed?
1.STARTUP NOMOUNT
2.ALTER DATABASE OPEN RESETLOGS
3.SQL "ALTER DATABASE RENAME 'logfile1' path TO '+dgrp4'" # plus all other
4.SWITCH DATABASE TO COPY
5.BACKUP AS COPY DATABASE FORMAT '+dgrp4'
6.ALTER DATABASE MOUNT
7.RESTORE CONTROLFILE FROM 'controlfile_location'
logfiles
You need to restore your database back to 9/30/2008 at 18:00. In what order would you run the following commands to compete this task?
a.restore controlfile until time '09/30/2008:18:00:00';
b.restore database until time '09/30/2008:18:00:00';
c.restore spfile until time '09/30/2008:18:00:00';
d.recover database until time '09/30/2008:18:00:00';
e.alter database open resetlogs;
f.alter database open;