C.2.12 DBA_HIST_CELL_GLOBAL_SUMMARY
The DBA_HIST_CELL_GLOBAL_SUMMARY view displays historic information about the performance of cells. For each AWR snapshot, a summary of the per-minute metrics is visible in this view. This is a summary of V$CELL_GLOBAL_HISTORY.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Unique snapshot ID  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Database identifier for the snapshot.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Hash number that uniquely identifies the cell.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               NOT NULL  | 
                           
                               Incarnation number of the cell.  | 
                        
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               Number of 1 minute samples the summary is based on.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               Sum of the per-minute CPU usage percentage metrics.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               Sum of the per-minute system CPU usage percentage metrics.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               Sum of the per-minute user CPU usage percentage metrics.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               Sum of the per-minute network received metrics, in bytes per second.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               Sum of the per-minute network sent metrics, in bytes per second.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               All previous columns from CPU_USAGE to NETWORK_BYTES_SENT are repeated with the SUMX2 suffix. This is the sum of squares of the per-minute metrics.  | 
                        |
| 
                               
  | 
                           
                               NUMBER  | 
                           
                               All previous columns from CPU_USAGE to NETWORK_BYTES_SENT are repeated with the SUMX2 suffix. This is the average of the per-minute metrics.  | 
                        |
| 
                               
  | 
                           
                               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