C.2.2 DBA_HIST_ASM_DISKGROUP
The DBA_HIST_ASM_DISKGROUP view contains information about Oracle ASM disk groups. This retrieves a subset of columns from V$ASM_DISKGROUP.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                              
                               
  | 
                           
                              
                               NUMBER  | 
                           
                              
                               NOT NULL  | 
                           
                              
                               Database identifier for the snapshot.  | 
                        
| 
                              
                               
  | 
                           
                              
                               NUMBER  | 
                           
                              
                               NOT NULL  | 
                           
                              
                               AWR snapshot identifier for when the disk group was captured.  | 
                        
| 
                              
                               
  | 
                           
                              
                               NUMBER  | 
                           
                              
                               NOT NULL  | 
                           
                              
                               Cluster-wide number assigned to the disk group.  | 
                        
| 
                               
  | 
                           
                               VARCHAR2(128)  | 
                           
                               NOT NULL  | 
                           
                               Name of the disk group.  | 
                        
| 
                               
  | 
                           
                               VARCHAR2(6)  | 
                           
                               Redundancy type for the disk group.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               The database identifier.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               The identifier of the container identified by CON_DBID. Possible values are as follows: 
  | 
                        
Parent topic: Automatic Workload Repository Views