Title: Message
I have one main schema (ldgadmin) in my database (9.0.1.3) that I want to FULLY audit.  I want to know everything about it....inserts, grants, connects, everything.
 
I have already run the following commands:
sql> audit all by ldgadmin;
sql> audit all privileges by ldgadmin;
 
When I look at sys.aud$ I see most of my commands are audited, yet, when I grant all on ldgadmin.emp to ldgtest I don't see a record.  I must not be fully auditing the schema.  Anyone know what I am missing? 
 
Thanks,
Tom

Reply via email to