【2019年OCP新題】OCP題庫更新出現大量新題-11
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢2018年的時候,OCP 11g考試題庫大更新,052 053出現了很多新題,
2019年,11g即將停考的前期,Oracle又出現了一次大變動,12c出現了很多新題,比如062 063題庫大更新
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
-------------------------------------------------------
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,最后打開數據庫。)