【2019年OCP新題】OCP題庫更新出現大量新題-11

11.Your database is in archivelog mode.

You want to disable archiving for the database. Examine these steps:

  1. Execute the alter database noarchivelog command.

  2. Execute shutdown immediate.

  3. Execute startup mount.

  4. Set the db_recovery_file_dest parameter to $ORACLE_HOME/dbs/.

  5. Execute startup nohount.

  6. Open the database.

  7. 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,最後打開數據庫。)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章