data dictionary view with all oracle errors in it? 2004-07-28 - By Jared.Still@(protected)
oracle-l-bounce@(protected) 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@(protected)
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
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
|
|