Hello,
I have about 300 tables in my database, which is in oracle 9i. If any DML statements are done on these tables, I need a notification like, inserts a row to a notification table or creates a notification file. Writting trigger on all these tables is not possible. Is there are any other ways??
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
I do not need a notification on every record insertion or updation. I need a notification when a DML statement is executed on any table under a particular user. I mean if i inserts 1 millon row, i just need a single notification. So that i can understand some DML statement is executed on some table.
Bookmarks