ORA-00392: log string of thread string is being cleared, operation not allowed
Cause: An operation encountered this online log in the middle of being cleared. The command that began the clearing may have terminated without completing the clearing.
Action: If the clear command is still executing then wait for its completion. If it terminated then reissue the clear command, or drop the log.
ORA-00392: log string of thread string 的详细说明是:
这是一个警告性错误,表明尝试清除线程字符串上的日志字符串已被禁止。清理日志的功能由Oracle服务器处置,不会由用户执行。
ORA-00392:尝试清除线程字符串上的日志字符串不允许。
这是一个警告性错误,表明尝试清除线程字符串上的日志字符串已被禁止。清理日志的功能由Oracle服务器处置,不会由用户执行。
ORA-00392通常会在尝试以下操作时出现:
1)在SQL*Plus会话中尝试清除线程字符串上的日志字符串
2)日志字符串清理失败
ORA-00392消息本身不会影响系统继续运行,但是可能会显示在统计信息页中。要解决此问题,可以尝试:
1)重置数据库服务器,此外还可以检查在调用中是否存在任何语法错误;
2)检查错误日志,并尝试查找任何可能解决此问题的附加信息
3)针对系统运行表现,可以优化数据库统计信息;
4)确保所有存储池正确和有效的配置;
5)确保没有未被正确处理的故障;
6)确保数据库操作正确。