在oracle伺服器上如何去何從查詢ora錯誤資訊的描述

eric0435發表於2012-12-26
當遇到ora錯誤時需要查詢錯誤資訊是其實可以在資料庫伺服器上來檢視
[root@jingyong ~]# su - oracle

[oracle@jingyong ~]$ cd $ORACLE_BASE

[oracle@jingyong oracle]$ oerr ora 30012
30012, 00000, "undo tablespace '%s' does not exist or of wrong type"
// *Cause:   the specified undo tablespace does not exist or of the
//           wrong type.
// *Action:  Correct the tablespace name and reissue the statement.
[oracle@jingyong oracle]$

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26015009/viewspace-751678/,如需轉載,請註明出處,否則將追究法律責任。

相關文章