Hi,
In AWR report, I can check one sql as below and its sql_id is 1uquqxwf8ry5v.
is there any way to find the real values substituted for these bind vairables during execution.
if I query v$sql_bind_capture for this sql_id not getting any data
INSERT INTO ic123.lz_item_errors VALUES('TellerAPI', :P0, :P1, :P2, :P3, :P4, :P5, :P6, :P7, :P8, :P9, :P10, :P11)
Please help me on this.
The current DB version is : Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production