This is a discussion on How to audit users in oracle isqlplus? within the Oracle Database forums, part of the Database Server Software category; --> Hi, I would like to know if exist some mechanism to audit operations in oracle isqlplus, I know is ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I would like to know if exist some mechanism to audit operations in oracle isqlplus, I know is web but I need use this console. I tried to use the basic HTTP autentication in the apache server but the SYS.AUD$ table register my actions like made by Administrator, Administrator is not a user of my data base, I donīt know what is it. Someone else knows any form to audit actions in isqlplus? Thanks in advance, -monica- |
| ||||
| On Wed, 30 Jun 2004 09:48:05 -0700, monica wrote: > > Someone else knows any form to audit actions in isqlplus? > > Thanks in advance, What actions do you want to audit? There is audit command in the database, there is fine-grained auditing, you can audit practically whatever you want from the database. As for the www stuff, real programmers do not use iSQL*Plus, they stick to the good, old CLI version. Other then that, web servers usually have access logs, so you can find out who connected from where and when. -- Well-behaved women seldom make history |