EXPORT COMMAND IS NOT WORKING IN 11G THAT WOULD IN 8i [message #388780] |
Thu, 26 February 2009 03:38 |
m_golam_hossain
Messages: 89 Registered: August 2008 Location: Uttara, Dhaka, Bangladesh
|
Member |
|
|
Hi,
I used to use:
HOST('exp '||USR||'/'||PWD||'@'||CNSTR||' owner=xdata grants=y file='||LTRIM(RTRIM(:drive))||
'\OraData\Exp\X'||dt_time||'xdata.dmp log='||LTRIM(RTRIM(:drive))||'\OraData\Exp\X'||dt_time||'xdata.log') ;
for Database Backup in Oracle 8i that worked fine. But, the same command is not functioning in Oracle 11g. Can anybody please tell me why?
Regards-
Mohd. Golam Hossain
[Updated on: Thu, 26 February 2009 05:27] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: EXPORT COMMAND IS NOT WORKING IN 11G THAT WOULD IN 8i [message #475128 is a reply to message #475126] |
Mon, 13 September 2010 04:03 |
cleany
Messages: 2 Registered: September 2010 Location: Netherlands
|
Junior Member |
|
|
no, because they're not actual solutions to my problem.
I have a 11g database, the customer has a 9i database, so I have to export my 11g database to 9i. I've got a client to do so, but it halts after the message that my export is done and blah blah without any (error) message.
|
|
|
Re: EXPORT COMMAND IS NOT WORKING IN 11G THAT WOULD IN 8i [message #475133 is a reply to message #475128] |
Mon, 13 September 2010 04:33 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Ah, so you have a completely different problem that was never actually mentioned in this thread.
A 9.2.0.8 export client (The LATEST patchset of release 9.2) might work against a 11g database, but only if the 11g database doesn't use any datatypes or other constructs that are not supported by 9i.
Does the ORACLE_HOME of your export client have the latest patchset? Does the 11i instance use any constructs that are not supported by Version 9?
|
|
|