|
-
 Originally Posted by gxangel
Hi,
Thanks for your help!
I've changed
Code:
AUDIT_TRAIL = DB_EXTENDED
and it shows the sql run. However, the actual values which was entered was not shown. Instead, it shows
Code:
update test_table set name=:"SYS_B_0" where id = :"SYS_B_1"
Is there a way to see the actual SQL ran?
All these insert & update statements are executed using TEST_USER.
Thanks!
that is the actual SQL ran, you wont be able to see the values directly from the audit values
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
|