ALL_MINING_MODEL_PARTITIONS
ALL_MINING_MODEL_PARTITIONS describes all the model partitions accessible to the user.
               
Related Views
-  
                        
DBA_MINING_MODEL_PARTITIONSdescribes all the model partitions accessible to the system. -  
                        
USER_MINING_MODEL_PARTITIONSdescribes the user's own model partitions. This view does not display theOWNERcolumn. 
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the model owner  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the model  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               –  | 
                           
                               Name of the model partition  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               –  | 
                           
                               Column position number for partitioning column. Column position represents the position of the column in a multi-column partitioning key, or 1 for a unary column partitioning key.  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               
  | 
                           
                               Name of the column used for partitioning  | 
                        
| 
                               
  | 
                           
                               
  | 
                           
                               –  | 
                           
                               Value of the column for this partition  | 
                        
Related Topics