Missing objects during datapump import [message #507792] |
Wed, 18 May 2011 00:27 |
lg123
Messages: 225 Registered: August 2008
|
Senior Member |
|
|
I did the datapump export and import from one schema to a new schema in the same database. I had to use different tablespace. I used the following parameters in the parfiles :
export parfile
directory
dumpfile
logfile
parallel
import parfile
directory
dumpfile
logfile
parallel
remap_schema
remap_tablespace
Can someone tell me whether I need to use different parameters than the one I used?
Can I use both remap_schema and remap_tablespace at a time?
|
|
|
Re: Missing objects during datapump import [message #507797 is a reply to message #507792] |
Wed, 18 May 2011 01:02 |
|
Michel Cadot
Messages: 68731 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote:Can someone tell me whether I need to use different parameters than the one I used?
Why not "parallel" in import?
"include", "exclude" depending on what you actually want.
Quote:Can I use both remap_schema and remap_tablespace at a time?
Yes.
Regards
Michel
|
|
|