View "MATERIALIZED VIEW"

ed10k

Member²
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?
 
Also, if you open the "References" folder of the materialized view, you can drill down to the underlying table and its properties.
 
Thanks, that works.

But the detour over the Browser Window is very long. You have to open the Browser Window, locate the materialized view, click "References" and wait.

Can you add a context menu (on right click on the materialized view) for example "View underlying table" or the like?
 
Back
Top