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

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to list triggers associated with table

Re: How to list triggers associated with table

From: Umberto Fonda <ufonda_at_xxx.it>
Date: Wed, 22 Nov 2000 10:47:03 +0100
Message-ID: <8vg4se$5ne$1@worldonline.it>

SMichelle wrote in message <3a1b6d63.2392820_at_open-news.pacbell.net>...
>Is it possible to list the trigger associated with a table?

Try with:

select trigger_name from all_triggers where table_name = <<table name>>

Regards
Umberto Fonda Received on Wed Nov 22 2000 - 03:47:03 CST

Original text of this message

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