C.2.9 DBA_HIST_CELL_DISK_NAME
The DBA_HIST_CELL_DISK_NAME view displays historic information about disk names on cells. This view is derived from DBA_HIST_CELL_CONFIG and DBA_HIST_CELL_CONFIG_DETAIL.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Unique snapshot identifier.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Database identifier for the snapshot.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Hash number to uniquely identify the cell.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Unique identifier of the disk.  | 
                        
| 
                               
  | 
                           
                               VARCHAR2(4000)  | 
                           
                               User-readable cell name.  | 
                        |
| 
                               
  | 
                           
                               VARCHAR2(4000)  | 
                           
                               Disk type, either FlashDisk or HardDisk.  | 
                        |
| 
                               
  | 
                           
                               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