There is a materialized view.
I do select on this view and would like to see which colums are indexed (i.e. index on the materialized view table).
I do "right click" on MV -> View, but only a window with the "CREATE MATERIALIZED VIEW ..."-statement appears.
How can I see the indexed columns without a direct select from DBS/ALL/USER-View?
I do select on this view and would like to see which colums are indexed (i.e. index on the materialized view table).
I do "right click" on MV -> View, but only a window with the "CREATE MATERIALIZED VIEW ..."-statement appears.
How can I see the indexed columns without a direct select from DBS/ALL/USER-View?