First page Back Continue Last page Graphics

Data Dictionary


Notes:

To support the new bitmap join index feature of Oracle9i, Oracle has changed some existing data dictionary views and has added a new view.
The JOIN_INDEX column has been added to the *_INDEXES view. It has a value of TRUE if the corresponding index is a bitmap join index otherwise it has a value of FALSE.
With the *_IND_COLUMNS view, the value contained in the TABLE_NAME column will be the dimension table name and not the table name that was used in the ON clause of the CREATE BITMAP INDEX statement.
*_JOIN_IND_COLUMNS is a new view in Oracle9i. It contains information regarding the join conditions of any bitmap join indexes that have been created.