Need advice using data pump to move oracle database from solaris sparc 64 to linux x86-64
This is my plan. Is there an easier or better way?
1. Perform a full expprt from the source database.
2. Perform a metadata only import on the source to get the object definitions. (impdp system dumpfile=full.dmp content=metadata_only)
3. Perform a schema data only import on the source to import just the schemas I need. (impdp system dumpfile=full.dmp schemad=XXX content=data_only)