I cannot collect audit trail in AVDF 12. What's wrong?
984235Jan 10 2013 — edited Jan 20 2013I installed Audit Vault Server 12 (not install firewall) in a oracle linux vmware and activated an agent for Oracle 11g release 2 in windows 7 x64 vmware
according to Oracle® Audit Vault and Database Firewall Installation Guide and Administrator’s Guide Release 12.1.0 as follows:
1) ALTER SYSTEM SET AUDIT_TRAIL=XML, EXTENDED SCOPE=SPFILE;
Database restart
2) Register the Oracle Database Host Machine
3) Deploy Agent and Request Activation on the Host Machine
4) Create user accounts on the secured targets and set up Oracle AVDF user privileges on an Oracle Database secured target.
5) Register Secured Targets in the Audit Vault Server with user acount of stpe 4:jdbc:oracle:thin:@//IP:1521/orcl
6) Configure an Audit Trail in the Audit Vault Server : TABLE - sys.aud$ or DVSYS.audit_trail$, DIRECTORY - directory of audit trail xml saved.
Every step seemed to be installed without any problems.
I turned off firewall just in case.
Administrator web page of AVDF showed only messages of "request completed" after configuring an audit trail in the Audit Vault Server.
But, collection state was a red downward arrow, and even auditor web page showed same state.
I couldn't show audit trails in the auditor web page.
But, the vault option page(https://IP:1158/dva) showed audit trails in its report page.
what't wrong?