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: <Jared.Still_at_radisys.com>
Date: Wed, 28 Jul 2004 16:43:08 -0700
Message-ID: <OF4CAD913B.54F3BE15-ON88256EDF.008239AE-88256EDF.00824BEB@radisys.com>


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
-----------------------------------------------------------------
Received on Wed Jul 28 2004 - 18:39:58 CDT

Original text of this message

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