Database Administration (MOSC)

MOSC Banner

Expdp from source and impdp in target database with only one step.

edited Dec 8, 2013 6:51PM in Database Administration (MOSC) 1 commentAnswered
Oracle DB = 11.2.0.3 (both - source and target)RAC = 3 nodes(target)
RAC = 2 nodes(source)
OS= RH LINUX 6
 
1. Is it possible to export most of the database from source database and import it straight into target database? Meaning, can i combine export/import steps and copy data/schemas from one database source(remote) into another(target) database?
2. is it possilble to replace all objects during import, i.e. roles, profiles, etc. in target database?

Presently, I am running
Step 1.
EXPORT PAR:
userid=test1/test21
DUMPFILE=exp_QAP_ExtngDB_12082013_%U.dmp
DIRECTORY=remote_datapump_dir
LOGFILE=exp_QAP_ExtngDB_12082013.log
FULL=Y
FILESIZE=20g

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