materialized view; on prebuilt table; export user objects

FrankMUC

Member²
In 'Export User Objects' pl/sql-dev does not export the target table of a materialized view. This makes sense for a normal MV because the target table is created when the MV is created.

If the MV uses the clause 'ON PREBUILT TABLE' the export should contain the target table because it is not created when the MV is created. Otherwise the schema is incomplete.
 
Hi,
are there any news about this problem?
I am using Version 7.1.4.1389 and the prebuilt tables are still missing in the export script.
Regards Frank
 
Back
Top