I have been asked to find out if there is anything in Oracle that is like an indexed view; that is, a view of data from several tables whose resulting columns (maybe computed values) can then be indexed independant of the indexes defined on the underlying tables. I have been looking through the documentation, but haven't really been able to find anything quite like this. I see the ability to use temporary tables with indexes, but can't really see where materialized views or index-tables are what is wanted.
Anyone with input about this?
Thanks much,


Reply With Quote

Bookmarks