Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: How to list triggers associated with table
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
![]() |
![]() |