Oracle OCP 042题库解析(4)
4. Which three statements are true about the stages of database startup? (Choose three.)A) Data files and redo log files can be renamed at the MOUNT stage.B) Control files are read at the OPEN stage for the location of data files.C) Control files are required to bring the database to the NOMOUNT stage.D) Data files and redo log files are made available to users at the OPEN stage.E) Data files and online redo log files are checked for consistency while opening the databaseAnswer: A,D,EA)正确,实验:SQL> startup mount $ cp test.dbf test1.dbf SQL> alter database rename file '/u01/app/oracle/oradata/PROD/dfile/test.dbf'2to '/u01/app/oracle/oradata/PROD/dfile/test1.dbf'; Database altered; $ cp redo01.log redo01_a.log SQL> alter database rename file '/u01/app/oracle/oradata/PROD/lfile/redo01.log'2to '/u01/app/oracle/oradata/PROD/lfile/redo01_a.log'; Database altered.
{:6_267:} {:6_267:} `````````` 学习了 {:1_1:}学习 好赞顶 {:6_267:} 太棒了,感谢楼主太棒了,感谢楼主 学学一下,加油 学习学习 学习学习
页:
[1]