Audit Database shutdown/startup
Hi All,
Is there a method to identify the client that has triggered the database starup/shutdown command.
Below is what i can see in the O.S logs,not sure how to intrepret the client name.
Thu Sep 18 07:15:47 2014
LENGTH : '137'
ACTION :[7] 'CONNECT'
DATABASE USER:[1] '/'
PRIVILEGE :[6] 'SYSDBA'
CLIENT USER:[6] 'oracle'
CLIENT TERMINAL:[5] 'pts/1'
STATUS:[1] '0'
Thu Sep 18 07:15:58 2014
LENGTH : '138'
ACTION :[8] 'SHUTDOWN'
DATABASE USER:[1] '/'
PRIVILEGE :[6] 'SYSDBA'
CLIENT USER:[6] 'oracle'
CLIENT TERMINAL:[5] 'pts/1'
STATUS:[1] '0'
Thanks!