121. After performing a clean shut down of the database instance for maintenance, you mount the
database and then execute a command to open the database:
SQL> ALTER DATABASE OPEN;
Which two statements are true? (Choose two.)
A.The online redo log files and online data files are opened.
B.All the online data file headers are checked for consistency.
C.Instance recovery is performed before opening the database.
D.The path and existence of all the log file members are checked.
Answer: AB
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/12237245
数据库操作正常意味着实例已启动、数据库已装载且已打开。在数据库操作正常时,任何有效用户都可连接到数据库,而且可执行典型数据访问操作。
再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow
本文详细阐述了在维护后如何正确地启动Oracle数据库实例,包括执行ALTER DATABASE OPEN命令后的关键步骤,如在线重做日志文件和在线数据文件的打开,以及数据文件头一致性检查。同时介绍了实例恢复的触发条件及如何在受限模式下启动数据库。
1万+

被折叠的 条评论
为什么被折叠?



