Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle error message
joannazeng_at_yahoo.com (joannazeng) wrote in message news:<eadfcc5c.0305062359.25c1ac62_at_posting.google.com>...
> Hello, All
>
> I am Joanna, I am experiencing problem on learning Oracle, the
> error message is ORA-00333, anybody is willing to help me out?
> Thanks in advance.
>
> Joanna
Joanna, you do not provide the Oracle version number or platform so the best response may not be forthcoming.
On a UNIX platform and VMS (7.3+) you can use oerr ora 00333 to get a
brief error message:
$ oerr ora 00333
00333, 00000, "redo log read error block %s count %s"
// *Cause: An IO error occurred while reading the log described in
the
// accompanying error.
// *Action: Restore accessibility to file, or get another copy of the
file.
Make sure the disk is accessible, the file permissions are correct (owned by Oracle)and so on.
Provide more detail of the problem to get better responses.
HTH -- Mark D Powell -- Received on Wed May 07 2003 - 08:16:41 CDT
![]() |
![]() |