Avatar of ghanrahan
ghanrahan
 asked on

Oracle 9i Audit Trail is True, but sys.aud$ table is not capturing data

Hi, I  have enabled auditing in an Oracle 9i instance, but the sys.aud$ table is still showing zero rows.  I have set the value of audit_trail = TRUE.  This has worked fine for me in other Oracle 9i instances, but not here.  I am able to describe the sys.aud$ table now that auditing is enabled, but if I do a count it returns zero rows.  Sys.aud$ is completely empty and there has been lots of traffic on the database.  There have been many logins as well.  Any assistance you can provide will be appreciated.

Thanks
Oracle Database

Avatar of undefined
Last Comment
Akenathon

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Akenathon

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
joebednarz

You might also check the AUDIT_FILE_DEST parameter.  If it is set to a directory, it will put audit records to the operating system... I'm pretty sure if it is set to "DB" it will store in the SYS.AUD$ table.
Akenathon

@joebednarz: the author said he has AUDIT_TRAIL=TRUE, which is identical to AUDIT_TRAIL=DB, so no OS logging :-)
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes