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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: data dictionary view with all oracle errors in it?

Re: data dictionary view with all oracle errors in it?

From: Krishna Kakatur <Krishna.Kakatur_at_Sun.COM>
Date: Wed, 28 Jul 2004 16:53:05 -0700
Message-id: <41083C61.80705@Sun.COM>

Is SQLERRM supported in SQL?
I thought it is only a PL/SQL function.

-- 
Regards,
Krishna



Jared.Still_at_radisys.com wrote:

> oracle-l-bounce_at_freelists.org wrote on 07/28/2004 04:34:02 PM:
>
>>What's wrong with >> >>with x as (select rownum r1 from all_objects where rownum < 10001) >> ,y as (select rownum r2 from all_objects where rownum < 51) >>select 'ora-' || lpad(rownum,5,'0') ora_num, sqlerrm(rownum) msg_text >> from x, y >>/ >> >>Of course I am writing without testing (from home) ... >>Raj
>
>
>
> It doesn't get all error messages.
>
> It will likely fail due to non-existant error messages.
>
> I'm not testing it either. :)
>
> Jared
>
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
Received on Wed Jul 28 2004 - 18:49:44 CDT

Original text of this message

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