{"id":341,"date":"2012-07-30T05:49:38","date_gmt":"2012-07-30T05:49:38","guid":{"rendered":"http:\/\/oranotes.tuktaroff.com\/?page_id=341"},"modified":"2012-07-30T05:49:38","modified_gmt":"2012-07-30T05:49:38","slug":"open-cursors","status":"publish","type":"page","link":"http:\/\/oranotes.tuktaroff.com\/?page_id=341","title":{"rendered":"Open cursors"},"content":{"rendered":"<p><code><br \/>\n<script type=\"text\/javascript\"> \nfunction copy(what) {\n    window.clipboardData.setData('Text',what.value);\n}\nfunction paste(what) {\n    what.value = window.clipboardData.getData('Text');\n}\n<\/script><\/p>\n<h2>\nTotal cursors open<br \/>\n<\/h2>\n<pre class=\"qcode\">\r\nselect sum(a.value)\r\nfrom v$sesstat a, v$statname b, v$session s\r\nwhere a.statistic# = b.statistic#  and s.sid=a.sid\r\nand b.name = 'opened cursors current'\r\n\/\r\n<\/pre>\n<form action=\"\"><textarea name=\"data\" cols=\"50\" rows=\"10\" style=\"display:none;\"><br \/>\nselect sum(a.value)<br \/>\nfrom v$sesstat a, v$statname b, v$session s<br \/>\nwhere a.statistic# = b.statistic#  and s.sid=a.sid<br \/>\nand b.name = 'opened cursors current'<br \/>\n\/<br \/>\n<\/textarea><input type=\"button\" value=\"Clipboard\" onclick=\"copy(this.form.data)\"><\/form>\n<h2>\nTotal open cursors, by session<br \/>\n<\/h2>\n<pre class=\"qcode\">\r\nselect a.value, s.username, s.sid, s.serial#\r\nfrom v$sesstat a, v$statname b, v$session s\r\nwhere a.statistic# = b.statistic#  and s.sid=a.sid\r\nand b.name = 'opened cursors current'\r\n\/\r\n<\/pre>\n<form action=\"\"><textarea name=\"data\" cols=\"50\" rows=\"10\" style=\"display:none;\"><br \/>\nselect a.value, s.username, s.sid, s.serial#<br \/>\nfrom v$sesstat a, v$statname b, v$session s<br \/>\nwhere a.statistic# = b.statistic#  and s.sid=a.sid<br \/>\nand b.name = 'opened cursors current'<br \/>\n\/<br \/>\n<\/textarea><input type=\"button\" value=\"Clipboard\" onclick=\"copy(this.form.data)\"><\/form>\n<p><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Total cursors open select sum(a.value) from v$sesstat a, v$statname b, v$session s where a.statistic# = b.statistic# and s.sid=a.sid and b.name = &#8216;opened cursors current&#8217; \/ select sum(a.value) from v$sesstat a, v$statname b, v$session s where a.statistic# = b.statistic# and s.sid=a.sid and b.name = &#8216;opened cursors current&#8217; \/ Total open cursors, by session select a.value, s.username, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":37,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-341","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P2NVny-5v","_links":{"self":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/341","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=341"}],"version-history":[{"count":1,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/341\/revisions"}],"predecessor-version":[{"id":342,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/341\/revisions\/342"}],"up":[{"embeddable":true,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/37"}],"wp:attachment":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=341"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}