We have a table that keeps getting deleted but we can't work out who is doing it. We don't want to use database auditing because of its performance hit
Can someone give me an example of a trigger (with the PL/SQL body) that gets the name of the externally authenticated OS user, the name of his/her machine and the date of the DML statement and puts this info into another table before the table's contents get deleted.
Thanks
Andy Bottle
Can someone give me an example of a trigger (with the PL/SQL body) that gets the name of the externally authenticated OS user, the name of his/her machine and the date of the DML statement and puts this info into another table before the table's contents get deleted.
Thanks
Andy Bottle