oracle SQLException 类似于归档程序错误。仅连接内部,直到释放

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4969466/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 22:43:55  来源:igfitidea点击:

SQLException like archiver error. Connect internal only, until freed

oracleoracle10gora-00257

提问by rams

can any one give me an idea regarding this below error:

任何人都可以给我一个关于以下错误的想法:

2011-02-11 05:48:42,858 
  -[c=STATS_VITALS] Error running system monitor for connectionCloseTime: 
  java.sql.SQLException: ORA-00257: archiver error. 
  Connect internal only, until freed.
java.sql.SQLException: ORA-00257: archiver error. 
  Connect internal only, until freed.

回答by Shaun

This usually occurs when the system encounters an error while trying to archive a redo log. Was this working previously and it just failed now for the first time, or is this a new installation? Do you know where your logs are being archived? If so, check to see if that location is out of space as a first step. Once you have more information we might be able to help you a little more effectively.

这通常发生在系统尝试归档重做日志时遇到错误时。这是以前工作的,现在第一次失败了,还是这是一个新安装?你知道你的日志被存档在哪里吗?如果是这样,请首先检查该位置是否空间不足。一旦您获得更多信息,我们或许能够更有效地帮助您。