hi,
I have a typically hazardous problem...
Many users login to my data base with the same userid / password.If one of them drop's a table I want to know atleast which machine (client IP address) that table was dropped from ? Is there any method to find out in Oracle ?
Hint : v$Session there is a column called command ? Is this an id of the command that was executed ? How can I see the script (PL/SQL) of this command ?
I have a typically hazardous problem...
Many users login to my data base with the same userid / password.If one of them drop's a table I want to know atleast which machine (client IP address) that table was dropped from ? Is there any method to find out in Oracle ?
Hint : v$Session there is a column called command ? Is this an id of the command that was executed ? How can I see the script (PL/SQL) of this command ?