Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> generate table list
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 Received on Fri Oct 15 2004 - 08:44:14 CDT