在oracle的伺服器上直接敲命令oerr 錯誤型別 錯誤編號,oracle會告訴你錯在什麼地方,怎麼解決這個錯誤。例如你遇到了錯誤編號為ora-03206的錯誤,那麼ora("-"前面的)是錯誤型別,03206是錯誤編號。那麼我在oracle伺服器上執行oerr ora 03206,出現了錯誤幫助。
[oracle@localhost ~]$ oerr ora 03206
03206, 00000, "maximum file size of (%s) blocks in AUTOEXTEND clause is out of range"
// *Cause: The maximum file size for an autoextendable file has
這裡提供兩種方法。
1)使用oerr命令
在oracle的伺服器上直接敲命令oerr 錯誤型別 錯誤編號,oracle會告訴你錯在什麼地方,怎麼解決這個錯誤。例如你遇到了錯誤編號為ora-03206的錯誤,那麼ora("-"前面的)是錯誤型別,03206是錯誤編號。那麼我在oracle伺服器上執行oerr ora 03206,出現了錯誤幫助。
[oracle@localhost ~]$ oerr ora 03206
03206, 00000, "maximum file size of (%s) blocks in AUTOEXTEND clause is out of range"
// *Cause: The maximum file size for an autoextendable file has
// exceeded the maximum number of blocks allowed.
// *Action: Reduce the size and retry.
[oracle@localhost ~]$
2)檢視oracle的文件