Oracle常有脚本之显示绑定变量值


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';



请使用浏览器的分享功能分享到微信等