oracle11g - Convert a materialized view into a table in Oracle 11g? -
i running oracle 11g , sql developer on client. have materialized view convert ordinary table. how can done?
the way have come create table same structure, export data mv , import table. have manually create fields (30+) table match in mv. figured there must better solution?
simple drop materialized view .. preserve table it
Comments
Post a Comment