Hi,
I Have a table called TEST_TABLE. I need to get an email alert, if any changes happened in this table (like insert,update,delete & drop).
I Have few options in my mind, using DB trigger or DB Auditing.
I Have created the DB Auditing but I dont know how to schedule the email alert with this option?
Coming to Trigger, I dont know how to write trigger sql with this option.
so can anyone please help how to get the email alert if any changes happened in this table?