Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Confusion about AUDIT parameters

Karan KukrejaDec 13 2010 — edited Dec 15 2010
Hi all ,

Hope everyone had a wonderful weekend..


My database is installed on oracle 11.1.0.7 and OS is SPARC 64 bit.

In my init.ora file the following are the audit parameters :


audit_trail = none
audit_sys_operations = true

and

SQL> show parameter audit_trail;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
audit_trail string NONE





SQL> show parameter audit

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
audit_file_dest string /apps/oracle/product/11.1.0.7.
2010Q1/rdbms/audit
audit_sys_operations boolean TRUE
audit_syslog_level string
audit_trail string NONE


Since the Audit_sys_operations is TRUE and audit_trail is NONE , what does it mean, Is audit enabled ?

Becuase as per my knowledge audit_sys_operations is auditing of all the operations done by sys user.. but here Audit_trail is NONE.



Also , if I just want to track login and logout time for a particular user , is there any method ? using Audit or without Audit ?


regards
KKuKreja

PS: please tell me how to put the output from SQL in proper format here.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2011
Added on Dec 13 2010
33 comments
711 views