Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle errors
People,
Often you'll see somebody asking 'what does error ORA-xxxxx means?'
If you have oracle installed you could try the command
'oerr ora xxxxx' (on Unix it works but I guess it works on all OS).
where 'ora' is the part before the '-' in the error code and 'xxxxx' the
number after the '-'.
For oracle error ORA–01513
oerr ora 1513 would result in
01513, 00000, "invalid current time returned by operating system"
// *Cause: The operating system returned a time that was not between
// 1988 and 2121.
// *Action: Correct the time kept by the operating system.
Hope it helps someone to solve their problems.
_=o&o>_
##########################################################################This note does not necessarily represent the position of Océ-Technologies
##########################################################################Received on Tue Jul 14 1998 - 01:00:08 CDT
![]() |
![]() |