{"id":137,"date":"2017-08-14T01:41:48","date_gmt":"2017-08-14T01:41:48","guid":{"rendered":"http:\/\/www.mrmarkyoung.com\/oracle\/?p=137"},"modified":"2017-08-14T01:41:48","modified_gmt":"2017-08-14T01:41:48","slug":"highest-executions-and-time-taken","status":"publish","type":"post","link":"http:\/\/www.mrmarkyoung.com\/oracle\/2017\/08\/14\/highest-executions-and-time-taken\/","title":{"rendered":"Highest Executions and Time Taken"},"content":{"rendered":"\n<pre class=\"lang:default decode:true \" >SELECT SQL_ID,\r\n         SQL_FULLTEXT,\r\n         PLAN_HASH_VALUE,\r\n         PARSING_SCHEMA_NAME,\r\n         ELAPSED_TIME\r\n    FROM V$SQL\r\n   WHERE UPPER (PARSING_SCHEMA_NAME) = ? AND ELAPSED_TIME &gt;= ?\r\nORDER BY ELAPSED_TIME DESC;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SELECT SQL_ID, SQL_FULLTEXT, PLAN_HASH_VALUE, PARSING_SCHEMA_NAME, ELAPSED_TIME FROM V$SQL WHERE UPPER (PARSING_SCHEMA_NAME) = ? AND ELAPSED_TIME &gt;= ? ORDER BY ELAPSED_TIME DESC;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[36],"class_list":["post-137","post","type-post","status-publish","format-standard","hentry","category-oracle-database","tag-excutions"],"_links":{"self":[{"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/posts\/137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/comments?post=137"}],"version-history":[{"count":1,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/posts\/137\/revisions"}],"predecessor-version":[{"id":138,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/posts\/137\/revisions\/138"}],"wp:attachment":[{"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/media?parent=137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/categories?post=137"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.mrmarkyoung.com\/oracle\/wp-json\/wp\/v2\/tags?post=137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}