2019年OCP新题OCP题库更新出现大量新题-11
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2019年OCP新题OCP题库更新出现大量新题-11相关的知识,希望对你有一定的参考价值。
11.Your database is in archivelog mode.You want to disable archiving for the database. Examine these steps:
-
Execute the alter database noarchivelog command.
-
Execute shutdown immediate.
-
Execute startup mount.
-
Set the db_recovery_file_dest parameter to $ORACLE_HOME/dbs/.
-
Execute startup nohount.
-
Open the database.
- Execute shutdown transactional
Identify the required steps in the correct sequence.
A) 2, 5, 1, 6
B) 1, 2, 3, 4, 6
C) 4, 2, 5, 1, 6
D) 2, 3, 1, 6
Answer:D
(解析:把数据库改变为非归档模式,只要正常关闭数据库,然后在 mount 状态下执行 noarchivelog,最后打开数据库。)
以上是关于2019年OCP新题OCP题库更新出现大量新题-11的主要内容,如果未能解决你的问题,请参考以下文章