博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【2019年OCP新题】OCP题库更新出现大量新题-11
阅读量:5778 次
发布时间:2019-06-18

本文共 612 字,大约阅读时间需要 2 分钟。

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

转载于:https://www.cnblogs.com/cnblogs5359/p/10768372.html

你可能感兴趣的文章
.NET开源现状
查看>>
可替换元素和非可替换元素
查看>>
2016/08/25 The Secret Assumption of Agile
查看>>
(Portal 开发读书笔记)Portlet间交互-PortletSession
查看>>
搭建vsftpd服务器,使用匿名账户登入
查看>>
JAVA中循环删除list中元素的方法总结
查看>>
Java虚拟机管理的内存运行时数据区域解释
查看>>
人人都会深度学习之Tensorflow基础快速入门
查看>>
ChPlayer播放器的使用
查看>>
js 经过修改改良的全浏览器支持的软键盘,随机排列
查看>>
Mysql读写分离
查看>>
Oracle 备份与恢复学习笔记(5_1)
查看>>
Oracle 备份与恢复学习笔记(14)
查看>>
分布式配置中心disconf第一部(基本介绍)
查看>>
Scenario 9-Shared Uplink Set with Active/Active uplink,802.3ad(LACP)-Flex-10
查看>>
UML类图中的六种关系
查看>>
探寻Interpolator源码,自定义插值器
查看>>
一致性哈希
查看>>
mysql(待整理)
查看>>
使用PullToRefresh实现下拉刷新和上拉加载
查看>>