同事去交违章罚款,系统突然跳出ORA-00257错误,然后就什么也做不了。一直等了半个多小时,后面的队伍排起了老长,这个问题才解决掉。
那ORA-00257是什么错误呢?
00257, 00000, "archiver error. Connect internal only, until freed."
// *Cause: The archiver process received an error while trying to archive
// a redo log. If the problem is not resolved soon, the database
// will stop executing transactions. The most likely cause of this
// message is the destination device is out of space to store the
// redo log file.
// *Action: Check archiver trace file for a detailed description
// of the problem. Also verify that the
// device specified in the initialization parameter
// ARCHIVE_LOG_DEST is set up properly for archiving.
// *Cause: The archiver process received an error while trying to archive
// a redo log. If the problem is not resolved soon, the database
// will stop executing transactions. The most likely cause of this
// message is the destination device is out of space to store the
// redo log file.
// *Action: Check archiver trace file for a detailed description
// of the problem. Also verify that the
// device specified in the initialization parameter
// ARCHIVE_LOG_DEST is set up properly for archiving.
估计是归档的磁盘空间满了,这么一个错误就需要半个小时来解决,其内部办事效率也可见一斑。
上一篇: « 新书进入出版流程,新书可在ITPUB年会上与大家见面
下一篇: 2007年年终总结 »
- 发表评论


