开发者

How can I get all the triggers linked to a specific table?

开发者 https://www.devze.com 2022-12-30 13:02 出处:网络
I\'m searching for a way to retrieve all the triggers where there is an action linked to a spec开发者_如何学Pythonific table.

I'm searching for a way to retrieve all the triggers where there is an action linked to a spec开发者_如何学Pythonific table. I don't want to read manually all the triggers I have on the server as there are too many.

Any ideas?


SELECT * FROM USER_TRIGGERS WHERE TABLE_NAME = 'NAME_OF_YOUR_TABLE';


If you mean what Peter Lang indicated then look into the view dba_dependencies (or all_dependencies or user_dependencies of course).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号