`
yhq1212
  • 浏览: 78675 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

还是开启ORACLE的归档模式吧

 
阅读更多
运行
connect as sysdba                                         
shutdown immediate;                                                          
startup mount ;  
alter database archivelog;     
alter system set log_archive_start = true scope=spfile;                                            
alter database open;                                                        
alter system archive log start;                                              
archive log list;


相关参考。
http://guojuanjun.blog.51cto.com/277646/295454


http://blog.csdn.net/kandari85/article/details/6604510
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics