信息产业培训网

启动或关闭数据库的归档(ARCHIVELOG)模式

http://www.miiceic.org.cn   2008-8-6 14:50:10   中程在线   浏览数:
关键字:启动 关闭 ARCHIVELOG 模式

  1.shutdown normal或shutdown immediate关闭数据库

  [oracle@jumper oracle]$ sqlplus "/ as sysdba"

  SQL*Plus: Release 9.2.0.4.0 - Production on Sat Oct 15 15:48:36 2005

  Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

  Connected to:

  Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production

  With the Partitioning option

  JServer Release 9.2.0.4.0 - Production

  SQL> shutdown immediate;

  Database closed.

  Database dismounted.

  ORACLE instance shut down.

  2.启动数据库到mount状态

  SQL> startup mount;

  ORACLE instance started.

  Total System Global Area 101782828 bytes

  Fixed Size 451884 bytes

  Variable Size 37748736 bytes

  Database Buffers 62914560 bytes

  Redo Buffers 667648 bytes

  Database mounted.

  3.启用或停止归档模式

  如果要启用归档模式,此处使用

  alter database archivelog 命令。

  SQL> alter database archivelog;

  Database altered.

  SQL> alter database open;

  Database altered.

  SQL> archive log list;

  Database log mode Archive Mode

  Automatic archival Enabled

  Archive destination /opt/oracle/oradata/conner/archive

  Oldest online log sequence 148

  Next log sequence to archive 151

  Current log sequence 151

  如果需要停止归档模式,此处使用:

  alter database noarchivelog 命令。

  SQL> shutdown immediate;

  Database closed.

  Database dismounted.

  ORACLE instance shut down.

  SQL> startup mount;

  ORACLE instance started.

  Total System Global Area 101782828 bytes

  Fixed Size 451884 bytes

  Variable Size 37748736 bytes

  Database Buffers 62914560 bytes

  Redo Buffers 667648 bytes

  Database mounted.

  SQL> alter database noarchivelog;

  Database altered.

  SQL> alter database open;

  Database altered.

  SQL> archive log list;

  Database log mode No Archive Mode

  Automatic archival Enabled

  Archive destination /opt/oracle/oradata/conner/archive

  Oldest online log sequence 149

  Current log sequence 152

来源:CCID
相关连接
最新评论
*以下网友发言不代表中程在线网站的观点和看法
    我要评论

    请您注意
    1、遵守中华人民共和国的各项有关法律规定
    2、承担一切因您的行为而导致的法律责任
    3、本网留言管理人员有权删除其管辖留言内容
    4、您在本网的留言本网有权在网站内转载和引用
    5、参与本留言即表明您已经阅读并接受上述条款
    我爱研发网中电华信阿里西西JAVA爱好者北京英才网全球大学查询网
    中国人的网站导航中国电脑论坛信息产业部新浪科技搜狐IT信息产业部电子教育与考试中心
    IT世界网软件项目交易网中国软件交易网国信培训网亚远景科技....[更多]
    关于我们 | 网站地图 | 周边住宿 | 行车路线 | 联系我们 | 网站律师 | 意见反馈 | 虚位以待 | 友情链接
    中程在线(北京)科技有限公司 版权所有
    总 部:北京市海淀区青东商务楼A座西四层
    企业培训部:010-52636110 52636106 就业培训部:010-68716925 68716926
    邮 件:training@miiceic.org.cn
    京ICP备06053134号
    Copyright © 2005-2008 Miiceic.org.cn All Rights Reserved