太懒
发布时间:2014-11-21 13:53:43
如何得到已执行的目标sql的绑定变量通过查询视图 V$SQL_BIND_CAPTURE 可以获得执行过的sql的绑定变量的值.没有的话 要么没采集要么已经被out出对应的shared cursor已经没在shared pool里了.这时候可以去dba_hist_sqlstat 或者 dba_hist_sqlbind 里查找.如果初始化参数STATISTICS_LEVEL设置为BASIC,则会禁止采集.........【阅读全文】
发布时间:2014-11-20 16:15:32
告诉大家一个好消息,今天CU终于推出“用Windows Live Writer离线写博文”的功能了,让大家久等了。赶紧来试试它好不好用了啊。......【阅读全文】
发布时间:2014-11-20 16:14:18
DBMS_XPLAN学习https://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_xplan.htm#CACFJGHG DBMS_XPLAN 有五个功能:DISPLAY - to format and display the contents of a plan table. DISPLAY_AWR - to format and display the contents of the execution plan of a stored SQL statement in the AWR. DISPLAY.........【阅读全文】