{"id":270,"date":"2012-03-05T02:35:23","date_gmt":"2012-03-05T02:35:23","guid":{"rendered":"http:\/\/oranotes.tuktaroff.com\/?page_id=270"},"modified":"2012-11-07T01:49:16","modified_gmt":"2012-11-07T01:49:16","slug":"explain-plan","status":"publish","type":"page","link":"http:\/\/oranotes.tuktaroff.com\/?page_id=270","title":{"rendered":"Explain plan"},"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<form action=\"\"><textarea name=\"data\" cols=\"50\" rows=\"10\" style=\"display:none;\"><br \/>\nset autotrace traceonly statistics<br \/>\nset autotrace traceonly explain<\/p>\n<p>explain plan for select * from user_table;<br \/>\nselect plan_table_output from table(dbms_xplan.display('plan_table', null, 'serial'));<br \/>\n<\/textarea><input type=\"button\" value=\"Clipboard\" onclick=\"copy(this.form.data)\"><\/form>\n<pre class=\"qcode\">\r\nset autotrace traceonly statistics\r\nset autotrace traceonly explain\r\n\r\nexplain plan for select * from user_table;\r\nselect plan_table_output from table(dbms_xplan.display('plan_table', null, 'serial'));\r\n<\/pre>\n<p><\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>set autotrace traceonly statistics set autotrace traceonly explain explain plan for select * from user_table; select plan_table_output from table(dbms_xplan.display(&#8216;plan_table&#8217;, null, &#8216;serial&#8217;)); set autotrace traceonly statistics set autotrace traceonly explain explain plan for select * from user_table; select plan_table_output from table(dbms_xplan.display(&#8216;plan_table&#8217;, null, &#8216;serial&#8217;));<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":265,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-270","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P2NVny-4m","_links":{"self":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/270","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=270"}],"version-history":[{"count":6,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/270\/revisions"}],"predecessor-version":[{"id":404,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/270\/revisions\/404"}],"up":[{"embeddable":true,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/265"}],"wp:attachment":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}