Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/45751f557e728ce263eefdbc417ce4f4 to your computer and use it in GitHub Desktop.
Save ezhov-da/45751f557e728ce263eefdbc417ce4f4 to your computer and use it in GitHub Desktop.
oracle просмотр всех триггеров
SELECT * FROM dba_triggers
WHERE trigger_type not in ('before each row', 'after each row') order by trigger_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment