Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: data dictionary view with all oracle errors in it?
Is SQLERRM supported in SQL?
I thought it is only a PL/SQL function.
-- Regards, Krishna Jared.Still_at_radisys.com wrote:Received on Wed Jul 28 2004 - 18:49:44 CDT
> 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 -----------------------------------------------------------------
![]() |
![]() |