Hi friends,

Im turning on the auditing in our database.
I also made a db trigger to save rows and log info
whenever someone deletes on the specific table.
I want to audit also if someone might alter and disable
the trigger that audits the table.

I tried to run :

connect system/password
sql> audit trigger;


But when i tried to alter the trigger and disable it, no
information was written on the sys.aud$

Can a database trigger be audited?



Thanks in advance