Full database export and import on another machine issue
630404Oct 16 2010 — edited Oct 16 2010Hi Experts,
we are facing an issue regarding expdp and impdp.. we are migrating our OEM database (10.2.0.4)which is running on AIX 6.1 64bit box to same version of database that is newly created to box of Redhat Linux 4.8 32bit..when we export from AIX it i ok . but when we import it to Linux machines it give error for objects exsistence and most of objects fail to create during impdp..
i m using following commands to import and export
expdp system/password full=Y directory=TEST_DIR dumpfile=DB10G.dmp logfile=expdpDB10G.log
impdp system/password full=Y directory=TEST_DIR dumpfile=DB10G.dmp logfile=impdpDB10G.log
can you please guide is it ok . or should i change my way to import to new database..please guide me
regards,