Hi friends,
I need to know is there is any way to know the
list of tables on which a trigger is used
I need to know is there is any way to know the
list of tables on which a trigger is used
select table_name from user_triggers Where trigger_name='TRIGNAME'
select table_name from user_triggers Where trigger_name='TRIGNAME'
Comment