2.73 ALL_CLUSTERING_DIMENSIONS
ALL_CLUSTERING_DIMENSIONS describes dimension tables associated with tables with an attribute clustering clause that the user owns or has system privileges for.
               
Related Views
- 
                        DBA_CLUSTERING_DIMENSIONSdescribes dimension tables associated with all tables with an attribute clustering clause in the database.
- 
                        USER_CLUSTERING_DIMENSIONSdescribes dimension tables associated with tables with an attribute clustering clause owned by the user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the attribute clustering table | 
| 
 | 
 | 
 | Name of the attribute clustering table | 
| 
 | 
 | 
 | Owner of the dimension table | 
| 
 | 
 | 
 | Name of the dimension table | 
See Also:
- 
                           The ALTER TABLEsection in Oracle Database SQL Language Reference for information about using theCLUSTERINGclause to create an attribute clustering table
- 
                           The CREATE TABLEsection in Oracle Database SQL Language Reference for information about using theCLUSTERINGclause to create an attribute clustering table
- 
                           Oracle Database Data Warehousing Guide for information about dimension tables 
- 
                           Oracle Database Data Warehousing Guide for information about attribute clustering with zone maps