Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: A question about error message

Re: A question about error message

From: John Oliver <John_at_yellowstone.co.uk>
Date: Thu, 10 Sep 1998 11:38:19 +0100
Message-ID: <35F7AC1B.E3B0D489@yellowstone.co.uk>


Violin wrote:
>
> Hello,
> I'm wondering if it's available.
> 'Cause I don't have the handbook for all the SQL error,
> and PLS/SQL error:
> like ora-02298,ora-00933,pls-06601.....
> I want to know if there is any www-site for searching error messages
> and the error solution.
> If you know,please tell me.
> Thank you in advance.
> Please Cc to : violin.hsiao_at_mail.pouchen.com.tw,Thanks :)
>
> Violin

You can use the following from SQL*plus:

begin

        dbms_output.put_line( sqlerrm(-2298) ); end;
/

which gives,

ORA-02298: cannot enable (.) - parent keys not found

--
Regards,
John. Received on Thu Sep 10 1998 - 05:38:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US