Chinaunix首页 | 论坛 | 博客
  • 博客访问: 561500
  • 博文数量: 49
  • 博客积分: 8051
  • 博客等级: 中将
  • 技术积分: 1846
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-27 12:05
文章分类

全部博文(49)

文章存档

2011年(1)

2010年(4)

2009年(18)

2008年(26)

我的朋友

分类: Oracle

2008-05-14 13:22:58

1.修改参数
alter system set log_archive_dest='/arch' scope=both;
alter system set log_archive_start=TRUE scope=spfile;
alter system set log_archive_format='%%%ORACLE_SID%%%T%TS%S.ARC' scope=spfile;
2.
停止oracle
shutdown immediate
3.
启动oracle
startup mount
alter database archivelog
alter database open
4.
alter system switch logfile
阅读(903) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~