반응형
UNIX의 console 창에서 수행.
sqlplus 화면에서 실행하는것이 아님..
사용법
#oerr ora 오류코드
(예제)
# oerr ora 1403
01403, 00000, "no data found"
// *Cause:
// *Action:
# oerr ora 1555
01555, 00000, "snapshot too old: rollback segment number %s with name \"%s\" too small"
// *Cause: rollback records needed by a reader for consistent read are
// overwritten by other writers
// *Action: If in Automatic Undo Management mode, increase undo_retention
// setting. Otherwise, use larger rollback segments
반응형