{"id":313,"date":"2013-01-12T16:50:30","date_gmt":"2013-01-12T08:50:30","guid":{"rendered":"http:\/\/www.yallonking.com\/?p=313"},"modified":"2013-01-26T16:03:37","modified_gmt":"2013-01-26T08:03:37","slug":"%e6%9f%a5%e7%9c%8b%e6%8c%87%e5%ae%9a%e8%a1%a8%e7%a9%ba%e9%97%b4%e5%a2%9e%e9%95%bf%e6%83%85%e5%86%b5","status":"publish","type":"post","link":"http:\/\/www.yallonking.com\/?p=313","title":{"rendered":"scripts:\u67e5\u770b\u6307\u5b9a\u8868\u7a7a\u95f4\u589e\u957f\u60c5\u51b5"},"content":{"rendered":"<p>\u67e5\u770b\u6307\u5b9a\u8868\u7a7a\u95f4\u589e\u957f\u60c5\u51b5<\/p>\n<pre class=\"wp-code-highlight prettyprint\">\r\nset linesize 160\r\nset pagesize 200\r\nBREAK ON name SKIP 1\r\nselect b.name,\r\na.rtime,\r\n(a.tablespace_usedsize)*(c.block_size)\/1024 tablespace_usedsize_kb,\r\n(a.tablespace_size)*(c.block_size)\/1024 tablespace_size_kb,\r\n(TABLESPACE_USEDSIZE - LAG(TABLESPACE_USEDSIZE, 1, NULL)\r\nOVER(partition by name ORDER BY substr(a.rtime, 1, 10)))*(c.block_size)\/1024 AS DIFF_KB,\r\nround(100 * a.tablespace_usedsize \/ a.tablespace_size) used_percent\r\nfrom dba_hist_tbspc_space_usage a,\r\n(select t2.name,\r\nmin(rtime) rtime,\r\nmin(tablespace_id) tablespace_id\r\nfrom dba_hist_tbspc_space_usage t1\r\ninner join v$tablespace t2 on t1.tablespace_id = t2.TS#\r\ngroup by name, substr(rtime,1,10)\r\n) b,\r\ndba_tablespaces c\r\nwhere a.tablespace_id = b.tablespace_id\r\nand c.tablespace_name=b.name\r\nand a.rtime = b.rtime\r\nand name =&#039;&amp;amp;tablespace_name&#039;\r\norder by b.name,a.rtime\r\n\/\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u67e5\u770b\u6307\u5b9a\u8868\u7a7a\u95f4\u589e\u957f\u60c5\u51b5 set linesize 160 set pagesize 200 BREAK ON  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[9],"tags":[],"_links":{"self":[{"href":"http:\/\/www.yallonking.com\/index.php?rest_route=\/wp\/v2\/posts\/313"}],"collection":[{"href":"http:\/\/www.yallonking.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.yallonking.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.yallonking.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.yallonking.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=313"}],"version-history":[{"count":6,"href":"http:\/\/www.yallonking.com\/index.php?rest_route=\/wp\/v2\/posts\/313\/revisions"}],"predecessor-version":[{"id":688,"href":"http:\/\/www.yallonking.com\/index.php?rest_route=\/wp\/v2\/posts\/313\/revisions\/688"}],"wp:attachment":[{"href":"http:\/\/www.yallonking.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.yallonking.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=313"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.yallonking.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}