Audit sys/system user login/logout session !
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 .. ..