{"id":1023,"date":"2017-12-29T09:00:15","date_gmt":"2017-12-29T09:00:15","guid":{"rendered":"http:\/\/www.dbafox.com\/?p=1023"},"modified":"2017-12-29T09:04:27","modified_gmt":"2017-12-29T09:04:27","slug":"oracle-asm-list-asm-files","status":"publish","type":"post","link":"https:\/\/dbafox.com\/?p=1023","title":{"rendered":"Oracle ASM &#8211; List ASM files"},"content":{"rendered":"\n<pre class=\"toolbar-overlay:false lang:plsql decode:true \" title=\"List ASM files\" >SELECT concat('+'||gname, sys_connect_by_path(aname, '\/')) full_path,\r\n       gnumber group_number, gname group_name, file_number,\r\n       system_created, nvl(file_type, 'Directory') file_type,\r\n       decode(file_type, null, 'N', decode (system_created, 'N', 'Y', 'N')) file_alias,\r\n       block_size, blocks, bytes, space, redundancy, striped, creation_date,\r\n       modification_date\r\n       , redundancy_lowered\r\nFROM (SELECT  g.name gname, g.group_number gnumber, a.parent_index pindex, a.name aname,\r\n              a.reference_index rindex , a.system_created, a.alias_directory,\r\n              f.file_number,\r\n              f.type file_type, f.block_size, f.blocks, f.bytes, f.space, f.redundancy, f.striped, f.creation_date, f.modification_date\r\n              ,f.redundancy_lowered\r\n      FROM   v$asm_alias a, v$asm_diskgroup g, v$asm_file f\r\n      WHERE  a.group_number = g.group_number\r\n      and    a.group_number = 20\r\n      and    a.group_number = f.group_number (+)\r\n      and    a.file_number = f.file_number (+))\r\nSTART WITH (mod(pindex, power(2, 24))) = 0\r\nCONNECT BY PRIOR rindex = pindex<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SELECT concat(&#8216;+&#8217;||gname, sys_connect_by_path(aname, &#8216;\/&#8217;)) full_path, gnumber group_number, gname group_name, file_number, system_created, nvl(file_type, &#8216;Directory&#8217;) file_type, decode(file_type, null, &#8216;N&#8217;, decode (system_created, &#8216;N&#8217;, &#8216;Y&#8217;, &#8216;N&#8217;)) file_alias, block_size, blocks, bytes, space, redundancy, striped, creation_date, modification_date , redundancy_lowered FROM (SELECT g.name gname, g.group_number gnumber, a.parent_index &hellip; <a href=\"https:\/\/dbafox.com\/?p=1023\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[49,28],"tags":[],"class_list":["post-1023","post","type-post","status-publish","format-standard","hentry","category-oracle-asm","category-oracle-technical"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Oracle ASM - List ASM files - dbafox<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbafox.com\/?p=1023\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle ASM - List ASM files - dbafox\" \/>\n<meta property=\"og:description\" content=\"SELECT concat(&#039;+&#039;||gname, sys_connect_by_path(aname, &#039;\/&#039;)) full_path, gnumber group_number, gname group_name, file_number, system_created, nvl(file_type, &#039;Directory&#039;) file_type, decode(file_type, null, &#039;N&#039;, decode (system_created, &#039;N&#039;, &#039;Y&#039;, &#039;N&#039;)) file_alias, block_size, blocks, bytes, space, redundancy, striped, creation_date, modification_date , redundancy_lowered FROM (SELECT g.name gname, g.group_number gnumber, a.parent_index &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbafox.com\/?p=1023\" \/>\n<meta property=\"og:site_name\" content=\"dbafox\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-29T09:00:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-12-29T09:04:27+00:00\" \/>\n<meta name=\"author\" content=\"Ray Fox\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ray Fox\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbafox.com\/?p=1023\",\"url\":\"https:\/\/dbafox.com\/?p=1023\",\"name\":\"Oracle ASM - List ASM files - dbafox\",\"isPartOf\":{\"@id\":\"https:\/\/dbafox.com\/#website\"},\"datePublished\":\"2017-12-29T09:00:15+00:00\",\"dateModified\":\"2017-12-29T09:04:27+00:00\",\"author\":{\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\"},\"breadcrumb\":{\"@id\":\"https:\/\/dbafox.com\/?p=1023#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbafox.com\/?p=1023\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbafox.com\/?p=1023#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbafox.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle ASM &#8211; List ASM files\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbafox.com\/#website\",\"url\":\"https:\/\/dbafox.com\/\",\"name\":\"dbafox\",\"description\":\"DBA Technical Information\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbafox.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\",\"name\":\"Ray Fox\",\"sameAs\":[\"http:\/\/www.dbafox.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle ASM - List ASM files - dbafox","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbafox.com\/?p=1023","og_locale":"en_GB","og_type":"article","og_title":"Oracle ASM - List ASM files - dbafox","og_description":"SELECT concat('+'||gname, sys_connect_by_path(aname, '\/')) full_path, gnumber group_number, gname group_name, file_number, system_created, nvl(file_type, 'Directory') file_type, decode(file_type, null, 'N', decode (system_created, 'N', 'Y', 'N')) file_alias, block_size, blocks, bytes, space, redundancy, striped, creation_date, modification_date , redundancy_lowered FROM (SELECT g.name gname, g.group_number gnumber, a.parent_index &hellip; Continue reading &rarr;","og_url":"https:\/\/dbafox.com\/?p=1023","og_site_name":"dbafox","article_published_time":"2017-12-29T09:00:15+00:00","article_modified_time":"2017-12-29T09:04:27+00:00","author":"Ray Fox","twitter_misc":{"Written by":"Ray Fox","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dbafox.com\/?p=1023","url":"https:\/\/dbafox.com\/?p=1023","name":"Oracle ASM - List ASM files - dbafox","isPartOf":{"@id":"https:\/\/dbafox.com\/#website"},"datePublished":"2017-12-29T09:00:15+00:00","dateModified":"2017-12-29T09:04:27+00:00","author":{"@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb"},"breadcrumb":{"@id":"https:\/\/dbafox.com\/?p=1023#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbafox.com\/?p=1023"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbafox.com\/?p=1023#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbafox.com\/"},{"@type":"ListItem","position":2,"name":"Oracle ASM &#8211; List ASM files"}]},{"@type":"WebSite","@id":"https:\/\/dbafox.com\/#website","url":"https:\/\/dbafox.com\/","name":"dbafox","description":"DBA Technical Information","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbafox.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb","name":"Ray Fox","sameAs":["http:\/\/www.dbafox.com"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3ecMb-gv","_links":{"self":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1023","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1023"}],"version-history":[{"count":2,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1023\/revisions"}],"predecessor-version":[{"id":1026,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1023\/revisions\/1026"}],"wp:attachment":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1023"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1023"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}