{"id":361,"date":"2012-09-03T02:25:27","date_gmt":"2012-09-03T02:25:27","guid":{"rendered":"http:\/\/oranotes.tuktaroff.com\/?page_id=361"},"modified":"2015-06-19T04:26:03","modified_gmt":"2015-06-19T04:26:03","slug":"flash-recovery-area","status":"publish","type":"page","link":"http:\/\/oranotes.tuktaroff.com\/?page_id=361","title":{"rendered":"Flash recovery area"},"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>\nFlash recovery area free space<br \/>\n<\/h2>\n<pre class=\"qcode\">\r\nset linesize 200\r\nset verify off\r\nset pagesize 9999\r\n\r\nCOLUMN Name     \t\t\tFORMAT a24            \t  \tHEADING 'Name'\r\nCOLUMN Space_Limit     \t\tFORMAT 999,999,999,999,999  HEADING 'Space Limit'\r\nCOLUMN Space_Used     \t\tFORMAT 999,999,999,999,999  HEADING 'Space Used'\r\nCOLUMN Space_Reclaimable    FORMAT 999,999,999,999,999  HEADING 'Space Reclaimable'\r\nCOLUMN Space_available  \tFORMAT 999,999,999,999,999  HEADING 'Space Available'\r\nCOLUMN Percent_full  \t\tFORMAT 999.99    \t      \tHEADING 'Percent full'\r\n\r\nSELECT \r\nNAME,\r\nSPACE_LIMIT,\r\nSPACE_USED,\r\nSPACE_RECLAIMABLE,\r\n(SPACE_LIMIT - SPACE_USED + SPACE_RECLAIMABLE) AS SPACE_AVAILABLE,\r\nROUND((SPACE_USED - SPACE_RECLAIMABLE)\/SPACE_LIMIT * 100, 1) AS PERCENT_FULL\r\nFROM V$RECOVERY_FILE_DEST\r\n\/\r\n<\/pre>\n<form action=\"\"><textarea name=\"data\" cols=\"50\" rows=\"10\" style=\"display:none;\"><br \/>\nset linesize 200<br \/>\nset verify off<br \/>\nset pagesize 9999<\/p>\n<p>COLUMN Name     \t\t\tFORMAT a24            \t  \tHEADING 'Name'<br \/>\nCOLUMN Space_Limit     \t\tFORMAT 999,999,999,999,999  HEADING 'Space Limit'<br \/>\nCOLUMN Space_Used     \t\tFORMAT 999,999,999,999,999  HEADING 'Space Used'<br \/>\nCOLUMN Space_Reclaimable    FORMAT 999,999,999,999,999  HEADING 'Space Reclaimable'<br \/>\nCOLUMN Space_available  \tFORMAT 999,999,999,999,999  HEADING 'Space Available'<br \/>\nCOLUMN Percent_full  \t\tFORMAT 999.99    \t      \tHEADING 'Percent full'<\/p>\n<p>SELECT<br \/>\nNAME,<br \/>\nSPACE_LIMIT,<br \/>\nSPACE_USED,<br \/>\nSPACE_RECLAIMABLE,<br \/>\n(SPACE_LIMIT - SPACE_USED + SPACE_RECLAIMABLE) AS SPACE_AVAILABLE,<br \/>\nROUND((SPACE_USED - SPACE_RECLAIMABLE)\/SPACE_LIMIT * 100, 1) AS PERCENT_FULL<br \/>\nFROM V$RECOVERY_FILE_DEST<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>Flash recovery area free space set linesize 200 set verify off set pagesize 9999 COLUMN Name FORMAT a24 HEADING &#8216;Name&#8217; COLUMN Space_Limit FORMAT 999,999,999,999,999 HEADING &#8216;Space Limit&#8217; COLUMN Space_Used FORMAT 999,999,999,999,999 HEADING &#8216;Space Used&#8217; COLUMN Space_Reclaimable FORMAT 999,999,999,999,999 HEADING &#8216;Space Reclaimable&#8217; COLUMN Space_available FORMAT 999,999,999,999,999 HEADING &#8216;Space Available&#8217; COLUMN Percent_full FORMAT 999.99 HEADING &#8216;Percent full&#8217; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":11,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-361","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P2NVny-5P","_links":{"self":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/361","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=361"}],"version-history":[{"count":6,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/361\/revisions"}],"predecessor-version":[{"id":543,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/361\/revisions\/543"}],"up":[{"embeddable":true,"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=\/wp\/v2\/pages\/11"}],"wp:attachment":[{"href":"http:\/\/oranotes.tuktaroff.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}