Database Utilities (MOSC)

MOSC Banner

Need advice using data pump to move oracle database from solaris sparc 64 to linux x86-64

edited Jun 21, 2018 10:44AM in Database Utilities (MOSC) 8 commentsAnswered
Since the endian does not match on the two servers, I will be using data pump to move the database.  I will need to remap the datafiles to different locations on the new server.

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)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center