Exporting data from 11g using 10g XE client [message #391936] |
Sat, 14 March 2009 13:39 |
kaal30
Messages: 1 Registered: March 2009
|
Junior Member |
|
|
hi all,
i trying to export data from Oracle 11g using 10g XE client.When i run exp command on dos prompt it invokes the utility of 11g.How to specify that i want to use exp of 10g.
when i checked the bin folder of 10g xe client there is no file exp.exe,so how can we use the exe utility of 10g client for exporting data from 11g.
please tell.
thanks,
Prashant
|
|
|
Re: Exporting data from 11g using 10g XE client [message #391942 is a reply to message #391936] |
Sat, 14 March 2009 16:30 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Obviously, you can't use something that doesn't exist ("... there is no file exp.exe"). Perhaps you could install 10g Client software?
Anyway: if it existed, there are two ways to do that: one is to go to that directory and invoke the EXP utility; another one is to specify full path to the EXP.EXE file.
|
|
|