C.2.1 DBA_HIST_ASM_BAD_DISK
The DBA_HIST_ASM_BAD_DISK view displays historic information about non-online Oracle Automatic Storage Management (Oracle ASM) disks. This view contains snapshots of V$ASM_DISK.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Unique snapshot identifier.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Database identifier for the snapshot.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Number of the disk group containing the disk.  | 
                        
| 
                               
  | 
                           
                               VARCHAR2(128)  | 
                           
                               NOT NULL  | 
                           
                               Name of the disk.  | 
                        
| 
                               
  | 
                           
                               VARCHAR2(256)  | 
                           
                               Operating system path name portion of the name returned by discovery.  | 
                        |
| 
                               
  | 
                           
                               VARCHAR2(8)  | 
                           
                               NOT NULL  | 
                           
                               Global status for the disk. Only non-online disks are stored in this view.  | 
                        
| 
                               
  | 
                           
                               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