|
|
Re: Audit Trail specific action [message #266480 is a reply to message #266207] |
Tue, 11 September 2007 00:21 |
altafhk
Messages: 45 Registered: June 2007 Location: Islamabad
|
Member |
|
|
I read the thread but did not find the solution. Thank you for the reply.
I do not want audit action 103 session rec. Pl see the query:
COL NAME FORMAT 'A10'
COL VALUE FORMAT 'A12'
COL DISPLAY_VALUE FORMAT 'A12'
select NAME, TYPE, VALUE, DISPLAY_VALUE, ISDEFAULT, ISSES_MODIFIABLE, ISSYS_MODIFIABLE, ISINSTANCE_MODIFIABLE, ISMODIFIED, ISADJUSTED, ISDEPRECATED, DESCRIPTION from v$parameter where NUM=911;
NAME TYPE VALUE DISPLAY_VALU ISDEFAULT ISSES ISSYS_MOD ISINS ISMODIFIED ISADJ ISDEP DESCRIPTION
---------- ---------- ------------ ------------ --------- ----- --------- ----- ---------- ----- ----- ------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------
audit_trai 2 DB_EXTENDED DB_EXTENDED FALSE FALSE FALSE FALSE FALSE FALSE FALSE enable system auditing
l
Regards,
|
|
|
|
|
|
|
|
|
|
Re: Audit Trail specific action [message #268629 is a reply to message #268336] |
Wed, 19 September 2007 03:42 |
altafhk
Messages: 45 Registered: June 2007 Location: Islamabad
|
Member |
|
|
My problem has been solved and yes through application i.e, in PHP coding I used $user_ip =$_SERVER['REMOTE_ADDR'];
I created a table, now it is like this:
select USER_IP, EMPCODE , USER_LOG_DATE, USER_LOG_TIME, USER_LOG_URL, USER_LOG_TABLE, USER_ACTION, QUERY from user_log;
I appreciate cooperation of Michel and the forum.
Regards
|
|
|