是否有任何特定原因导致某些错误代码未记录在警报日志中?

Is there any specific reason for why some of the error codes are not recording in the alert log?

我在 oracle 数据库中工作,我是 oracle 的新手。谁能告诉我为什么有些错误代码没有记录在警报日志中。

提前致谢。

警报日志包括以下项目:

  1. All internal errors (ORA-600), block corruption errors (ORA-1578), and deadlock errors (ORA-60) that occur

  2. Administrative operations, such as CREATE, ALTER, and DROP statements and STARTUP, SHUTDOWN, and ARCHIVELOG statements

  3. Messages and errors relating to the functions of shared server and dispatcher processes

  4. Errors occurring during the automatic refresh of a materialized view

  5. The values of all initialization parameters that had nondefault values at the time the database and instance start

因此,如果您的错误不属于这些部分,则不会记录在警报日志中

有关alert log

的更多信息