|  
 COMPONENT 
 | 
 
 VARCHAR2(64) 
 | 
 
 Component name 
 | 
|  
 CURRENT_SIZE 
 | 
 
 NUMBER 
 | 
 
 Current size of the component 
 | 
|  
 MIN_SIZE 
 | 
 
 NUMBER 
 | 
 
 Minimum size of the component since instance startup 
 | 
|  
 MAX_SIZE 
 | 
 
 NUMBER 
 | 
 
 Maximum size of the component since instance startup 
 | 
|  
 OPER_COUNT 
 | 
 
 NUMBER 
 | 
 
 Number of operations since instance startup 
 | 
|  
 LAST_OPER_TYPE 
 | 
 
 VARCHAR2(6) 
 | 
 
 Last completed operation for the component: 
 | 
|  
 LAST_OPER_MODE 
 | 
 
 VARCHAR2(6) 
 | 
 
 Mode of the last completed operation: 
 | 
|  
 LAST_OPER_TIME 
 | 
 
 DATE 
 | 
 
 Start time of the last completed operation 
 | 
|  
 GRANULE_SIZE 
 | 
 
 NUMBER 
 | 
 
 Granularity of the grow or the shrink operation 
 |