Materialized View and Referenced By field

Hello,

I am not sure if this is a bug or there is some setting in PL/SQL developer that I have not set correctly.

For tables,views etc when I click on the Referenced By field, it gives a list of dependent objects.

When I do the same for a Materialized View, it does not show any dependencies. Why is that?

Thank you,
 
The materialized view is not referenced directly. You will find this dependency under the underlying table.
 
Back
Top