You are on page 1of 1

steps:

1. Register host on Audit Vault


2. Download Agent from Audit vault console and move to target server.
3. Copy the agent.jar file in the suitable location (/u01/app/oracle/)
4. #java -jar agent.jar -d AGENT_HOME
5. #cd $AGENT_HOME/bin/ ./agentctl activate
6. #cd $AGENT_HOME/bin/ ./agentctl start -k (key)
7. SQL> create user avagent identified by avagent;
8. SQL>@/u01/app/oracle/product/AGENT_HOME/av/plugins/com.oracle.av.plugin.oracle/
config/oracle_user_setup.sql avagent setup
9. SQL> show parameter audit_trail
10. on secured target enter user and password avagent
11. Add audit trail location.
12. SQL> audit all on hr.employees
13. login on audit vault console from avauditor click on policy retrive audit
settings
14. all things set as needed
15. and in the last check below things
audit select on oe.customers;
audit select on hr.employees;
audit select on oe.orders;

select * from oe.customers;


select * from hr.employees;

and check all activity reports

You might also like