Database Administration (MOSC)

MOSC Banner

Migration using transportable tablespaces

edited Jan 17, 2013 11:24PM in Database Administration (MOSC) 2 commentsAnswered
Hi,I'm testing migration using transportable tablespaces Oracle database 10gr2
In the white paper  I read,
rem Create metadata required for XTTS
rem Run Data Pump on the target system to import database metadata necessary for the transportable import.
rem The database metadata import is run in network mode and pulls directly from the source database.
$ impdp system/password DIRECTORY=ttsdir LOGFILE=dp_userimp.log NETWORK_LINK=ttslink FULL=y INCLUDE=USER,ROLE,ROLE_GRANT,PROFILE

and after impdp

rem Drop user tablespaces
rem Drop the placeholder tablespaces in the target database that were created when the target database was initially created by DBCA. If the default permanent tablespace is one of the tablespaces that will be dropped from the target database because it will be transported, then first change the database default permanent tablespace.

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