How do I get the dependencies for a materialized view.
BOFJan 3 2012 — edited Jan 3 2012If we have a materialized view that itself is dependent on some tables and some other views then we want to get the dependency order so that we install the objects in the right order in an instance.
Some materialized views appear correctly in public_dependency/all_dependencies - however we have some MV's that don't have any entries at all - yet use a lot of "other" views/tables.
Some initial investigation seems to point to the MV script using inline views?
So - the question - how do we get the TRUE dependency for a materialized view?
Any help would be much appreciated.
Thanks,
Bren