Search notes:
Oracle: V$SQL_BIND_DATA
v$sql_bind_data
shows information about
bind variables
of cursors owned by the
session
querying this view.
Join
cursor_num
with
cno
of
v$sql_cursor
.
See also
v$sql_bind_capture
Oracle Dynamic Performance Views
Index