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,最后打开数据库。)

最新文章

  1. RSA加密
  2. 《Android深度探索》(卷1)HAL与驱动开发读后感:
  3. 微信小程序未来怎么样?听微盟卫晓祥来说说
  4. 13 Roman to Integer(罗马数字转int Easy)
  5. cocos2d-x游戏开发系列教程-超级玛丽07-CMGameMap(六)-马里奥跳跃
  6. webpack入门+react环境配置
  7. Robots协议
  8. eclpse:安装explorer或eExplorer插件
  9. mac本webstrom破解
  10. leetcode — word-ladder
  11. 003_python内置的@staticmethod详解
  12. oracle 12C版本的下载安装
  13. [leetcode-120] 三角形最小路径和
  14. 向量图兼容组件VectorCompat
  15. 递归打印目录层次(java版)
  16. systemd自启动java程序
  17. ActiveMq 配置多队列
  18. 关于SDK-manager中我们需要下载哪些?
  19. NSOJ 4621 posters (离散化+线段树)
  20. Codeforces 551 D. GukiZ and Binary Operations

热门文章

  1. Ubuntu下安装VirtualBox并为其添加USB支持
  2. ubuntu查找命令比较
  3. java.text.SimpleDateFormat的使用
  4. Asp.Net 用户验证(自定义IPrincipal和IIdentity)
  5. python函数嵌套的实用技术
  6. 服务器的日志一直报Packet for query is too large (7632997 > 4194304). You can change this value on the server by setting the max_allowed_packet' variable.的解决方法
  7. nginx集群tomcat,session共享问题
  8. systemctl自定义service
  9. iso搭建本地源
  10. HDU 3079 Vowel Counting (水题。。。判断元音)