摘要: Changing the Database Archiving Mode 改变数据库归档模式。 Purpose 目的 This module describes how you can change the database archiving mode. 这篇文字描述如何的你可以改变那个数据库归档 阅读全文
posted @ 2017-10-09 21:26 杨杨yang 阅读(437) 评论(0) 推荐(0)
摘要: 1.查看归档日志模式(两种方法) a. archive log list b. select log_mode from v$database; 2.关闭数据库实例 shutdown immediate 3.开启数据库mount状态 startup mount 4.改变数据库归档模式 alter d 阅读全文
posted @ 2017-10-09 21:16 杨杨yang 阅读(198) 评论(0) 推荐(0)
摘要: Oracle_四种状态 oracle四种状态 1.shutdown(完全关闭) 2.nomount(未加载) 3.mount(已加载) 4.open(完全打开) Shutdown状态 Shutdown immediate(要等待一会,别急) 注意:数据库的关闭顺序与数据库的加载顺序相反。 nomou 阅读全文
posted @ 2017-10-09 00:07 杨杨yang 阅读(813) 评论(0) 推荐(0)