Browser folder for indexes

Brian Baker

Member²
Is it possible to create a browser folder to look at all the indexes in a schema? I created a folder with a where clause of "object_type = 'INDEX'". However, no items appear in the list.

I know that it is possible to look at indexes for a specific table. However there are many times when I need to compare the indexes between two different schemas (ie, development and production).
 
This is currently not possible. Indexes are not treated as root level objects. This is on the list of enhancement requests though.
 
Back
Top