Oracle DDL Trigger to log all database object changes

Опубликовано: 30 Сентябрь 2022
на канале: Ken Kim
712
8

DBA should track all changes to their production database.
This DDL triggers logs all Oracle databases changes to a custom table.

If TRUNCATE the trigger will ignore.
IF object_type = 'TABLE' the ddl statement such as create/drop/alter is logged.
ELSE log change information without the ddl statement.

The source is originally from link below which I have modified it slightly.

https://stackoverflow.com/questions/5...

Please like, comment and subscribe. Thank you.


Смотрите видео Oracle DDL Trigger to log all database object changes онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Ken Kim 30 Сентябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 712 раз и оно понравилось 8 людям.