|
-
auditing - how to display actual data instead of variable name?
Hi,
I enabled fine grained auditing in one of our table. When user access from frontend (application), the audit table only display variable name instead of the actual data that been queried.
How do I get the actual data that user uses in his/her query?
This is what I get - :b1 and :b2. For me, this has no meaning what so ever. Useless to me.
==============
SELECT ACC_NEXT_CAP_DATE_DB FROM ACCOUNTS WHERE ACC_NEXT_CAP_DATE_DB
< :b1 AND ACC_ACCOUNT_NO = :b2
==============
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|