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

Home -> Community -> Usenet -> c.d.o.server -> Re: generate table list

Re: generate table list

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Thu, 14 Oct 2004 20:00:37 -0700
Message-ID: <1097809323.874400@yasure>


Frank Dietrich wrote:

> Hello all,
>
> is it possible to generate an list with all tables and their
> constraints, triggers, primary keys?
>
> Or in which tables I can found the needed informations?
>
> like
>
> select table_name, trigger_name, triggering_event
> from user_triggers;
>
> Frank

No in a single query unless you use UNION/UNION ALL

And I don't think it is worth the effort.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu Oct 14 2004 - 22:00:37 CDT

Original text of this message

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