One stop Oracle Database Knowledge center for DBAs
Future of ORACLE DBA
Thursday, July 24, 2014
Check for disabled TRIGGERS
Check for disabled TRIGGERS
SELECT owner || '.' || trigger_name trigger_name,
table_owner || '.' || table_name table_name
FROM dba_triggers
WHERE status = 'DISABLED'
ORDER BY owner, table_name;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment