How to display values of binds variables
set line 150 pagesize 80
col name for a50
col value_string for a10
select name, position, value_string, to_char(last_captured,'mm/dd/yyyy hh24:mi:ss'
) from v$sql_bind_capture where sql_id = '4hkxkwjm5964k';