stoolpigeon
Programmer
I would like to know if it is possible to turn on auditing on all the objects in a schema at once.
I have tried
and I get an error, 'SQL command not properly ended'
All the examples I find for this show the auditing being turned on for a single table at a time. Is there another format for audit that will do what I want, or do I need to set up triggers instead.
I have set up triggers on the ddl I want but the auditing function has a lot more capability than my triggers.
Thank You for any assistance.
I have tried
Code:
audit alter table on SCOTT by access whenever succesful;
and I get an error, 'SQL command not properly ended'
All the examples I find for this show the auditing being turned on for a single table at a time. Is there another format for audit that will do what I want, or do I need to set up triggers instead.
I have set up triggers on the ddl I want but the auditing function has a lot more capability than my triggers.
Thank You for any assistance.