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_at_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 - 10:47:03 CET

Original text of this message