作者:阿里西西  文章来源:http://www.alixixi.com/  更新时间:2005-12-13

alter database archivelog        //打开归档模式(数据库处于mount状态下)
alter database noarchivelog      //关闭归档模式(数据库处于mount状态下)
alter system  set log_archive_start=true  scope=spfile;     //打开自动归档
alter system switch logfile         //强制切换日志文件
archive log all                     //手工存档所有日志文件
archive log list                    //显示数据库当前归档状态
archive log next                    //手工归档下一个填满的重做日志

  • 上一篇:
  • 下一篇:
网友评论
相关搜索
阿里西西Baidu.com搜索