Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with EXPDP/IMPDP with Parameter file

99427Apr 27 2005 — edited Apr 28 2005
Dear All

I want to execute EXPDP/IMPDP command of Oracle10g as below.
I am using Windows XP Professional with SP2.
And Oracle 10g release 10.1

c:>expdp user1/user1 parfile=c:\program Files\xyz.txt

This command gives

LRM-00109: could not open parameter file 'C:\Program'
LRM-00113: error when processing file 'C:\Program'

That means space is not allowed while specifying the directory name.
If I put in " "(double quote) marks, still it gives the same error.
If I give Program~ insted of Program Files (8.3) notation then it works.
So, my question is why not it works with space.Still IMPDP/EXPDP commands are dos based commands.
Specifying space for dir name is requirement in project.

Is it a bug?

Any suggestion/solution is welcome.

Thanking You.

Nikhil Wani

Vadodara

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2005
Added on Apr 27 2005
5 comments
3,849 views