I have 97 GB 10g data wareouse running on AIX. I have created star
materialized views of 150 GB I want to exclude from full export/import
cause they contains ROWID columns that will be obsolete after import.
These MVs belong to many owners. Any ideas how can I exclude MVs from
full export ?
Daniel - 31 Jan 2006 13:32 GMT
One option would be to use data pump, with the INCLUDE clause. Look it
up in the utilities manual for more details.
Daniel