小編偶而會需要處理一些Oracle DB錯誤訊息的排查,因此就記錄下來方便自己跟大家查閱。
TNS-12535 = TNS通訊連線逾時
TNS-00505 = 操作逾時
ORA-2396 = 錯誤導致程序被中止
ORA-04030:
out of process memory when trying to allocate <size> bytes
此錯誤表示 Oracle 記憶體不足,無法配置足夠的記憶體以執行所需的作業。
ORA-04031:
unable to allocate <size> bytes of shared memory
此錯誤表示 Oracle 共享記憶體不足,無法配置足夠的記憶體以執行所需的作業。
ORA-00020:
maximum number of processes (%s) exceeded
此錯誤表示超過 Oracle 允許的最大進程數限制,因此無法創建新進程。
ORA-00845:
MEMORY_TARGET not supported on this system
此錯誤表示系統的可用記憶體不足以支持設定的 MEMORY_TARGET。