首页 / 数据库 / MySQL / Oracle ORA-16014 错误解决
ORA-16014: log 3 sequence# 9147 not archived, no available destinationsORA-00312: online log 3 thread 1: "/U01/app/Oracle/oradata/omsdb/redo03.log"Mon Apr 22 19:10:28 2013***********************************************************************解决方法:单实例的解决方法:使用RMAN删除过期的archivelog:rman target / << EOFdelete archivelog until time "sysdate -7";YESexitEOFDG结构:在操作系统级别手动删除归档日志,释放空间;RMAN中执行crosscheck archivelog all 进行归档日志状态同步。在CentOS 6.4下安装Oracle 11gR2(x64) http://www.linuxidc.com/Linux/2014-02/97374.htmOracle 11gR2 在VMWare虚拟机中安装步骤 http://www.linuxidc.com/Linux/2013-09/89579p2.htmDebian 下 安装 Oracle 11g XE R2 http://www.linuxidc.com/Linux/2014-03/98881.htm更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12本文永久更新链接地址