C.2.5 DBA_HIST_CELL_CONFIG
The DBA_HIST_CELL_CONFIG view contains information about the configuration of the cells. This data is from V$CELL_CONFIG_INFO.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Database identifier for the snapshot.  | 
                        
| 
                              
                               
  | 
                           
                              
                               NUMBER  | 
                           
                              
                               NOT NULL  | 
                           
                              
                               AWR snapshot identifier for when the configuration was captured.  | 
                        
| 
                               
  | 
                           
                               VARCHAR2(256)  | 
                           
                               NOT NULL  | 
                           
                               Unique identifier for the cell.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Hash number to uniquely identify the cell.  | 
                        
| 
                               
  | 
                           
                               VARCHAR2(15)  | 
                           
                               NOT NULL  | 
                           
                               Configuration type. The configuration type determines the type of information stored in the CONFVAL column. 
  | 
                        
| 
                               
  | 
                           
                               CLOB  | 
                           
                               XML data associated with CONFTYPE.  | 
                        |
| 
                               
  | 
                           
                               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