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!

Audit sys/system user login/logout session !

shipon_97Dec 30 2008 — edited Dec 30 2008
Friends ,

I can easily audit the oracle database normal users using the following commands in 'DB' mode :


"Run the following commands using 'SYS' user :

SQL> audit session whenever successful;

Audit succeeded.

SQL> audit session whenever not successful;

Audit succeeded."


but I cannot audit the sys and system user . I want to audit the system and sys users when they
are 'logged in' or 'logged out' ? How can I do it ? plz help me .. ..
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2009
Added on Dec 30 2008
4 comments
3,767 views