Database - RAC/Scalability (MOSC)

MOSC Banner

impdp using parfile containing EXCLUDE=INDEX and EXCLUDE=SCHEMA:"IN('SYS','SYSMAN','SYSTEM','OUTLN')

edited Jul 1, 2019 5:47PM in Database - RAC/Scalability (MOSC) 2 commentsAnswered

We took full database export from 11.2.04. database (db1) using following parfile :

userid='/ as sysdba'

PARALLEL=16

CONTENT=ALL

COMPRESSION=ALL

directory=TEST_DIR

dumpfile=expdp_db1_full_%U.dmp

logfile=expdp_db1_full_01.log

full=y

EXCLUDE=STATISTICS

We tried to do the import to 12.1.0.2 database, using following parfile, and still the indexes are getting imported,

userid='xyz/abc@db1'

directory=dir1

dumpfile=expdp_db1_full_%U.dmp

logfile=impdp_db1_full_01.log

parallel=16

full=y

exclude=SCHEMA:"IN('SYS','SYSMAN','SYSTEM','OUTLN','ORDDATA')"

exclude=INDEX

table_exists_action=replace

TRANSFORM=DISABLE_ARCHIVE_LOGGING:Y

CLUSTER=Y

Not sure why the indexes are getting imported, inspite of mentioning EXCLUDE=INDEX

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