7.62 V$ASM_FILEGROUP_FILE
V$ASM_FILEGROUP_FILE lists all the Oracle Automatic Storage Management (Oracle ASM) files associated with each File Group.
               
In both Oracle ASM and Oracle Database instances, V$ASM_FILEGROUP_FILE will display one row for every file associated with a File Group contained in every Disk Group mounted by the instance.
                  
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Number of the Disk Group in which this File Group exists | 
| 
 | 
 | Number associated to the File Group within its Disk Group | 
| 
 | 
 | Incarnation number for the File Group | 
| 
 | 
 | Number associated to the ASM File (same file number as in  | 
| 
 | 
 | Incarnation number for the ASM File | 
| 
 | 
 | A 32-bit number consisting of a Disk Group number in the high-order 8 bits and a File number in the low-order 24 bits (for efficient access to the view) | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also: