是否有任何特定原因导致某些错误代码未记录在警报日志中?
Is there any specific reason for why some of the error codes are not recording in the alert log?
我在 oracle 数据库中工作,我是 oracle 的新手。谁能告诉我为什么有些错误代码没有记录在警报日志中。
提前致谢。
警报日志包括以下项目:
All internal errors (ORA-600), block corruption errors (ORA-1578),
and deadlock errors (ORA-60) that occur
Administrative operations, such as CREATE, ALTER, and DROP
statements and STARTUP, SHUTDOWN, and ARCHIVELOG statements
Messages and errors relating to the functions of shared server and
dispatcher processes
Errors occurring during the automatic refresh of a materialized view
The values of all initialization parameters that had nondefault
values at the time the database and instance start
因此,如果您的错误不属于这些部分,则不会记录在警报日志中
的更多信息
我在 oracle 数据库中工作,我是 oracle 的新手。谁能告诉我为什么有些错误代码没有记录在警报日志中。
提前致谢。
警报日志包括以下项目:
All internal errors (ORA-600), block corruption errors (ORA-1578), and deadlock errors (ORA-60) that occur
Administrative operations, such as CREATE, ALTER, and DROP statements and STARTUP, SHUTDOWN, and ARCHIVELOG statements
Messages and errors relating to the functions of shared server and dispatcher processes
Errors occurring during the automatic refresh of a materialized view
The values of all initialization parameters that had nondefault values at the time the database and instance start
因此,如果您的错误不属于这些部分,则不会记录在警报日志中
的更多信息