Home » RDBMS Server » Server Administration » Problem in Importing database from heigher to lower version
Problem in Importing database from heigher to lower version [message #51340] Thu, 16 May 2002 07:13 Go to next message
Soman Singh
Messages: 2
Registered: May 2002
Junior Member
Hi!,
I am trying to import .dmp file from oracle 8.7.1 to 8.6.1.
Few thigs I would like to know are:
1. Is backward compatibility possible???
2. I get the error upon importing the data which is most common...
Import done in WE8IS08859P1 charecter set and US7ASCII NCHAR character set.
export client uses WE8IS08859P1 character set (possible charset conversion)
import server uses US7ASCII NCHAR character set (possible ncharset conversion)

I tried to set the NLS_LANG in the classpath but in vain....
Also tried by ALTER COMMAND ....but no way
Are there any ways I can solve the Problem....
Any quick help shall be helpful to me...
Thanks in advance...
Regards,
Soman
Re: Problem in Importing database from heigher to lower version [message #51341 is a reply to message #51340] Thu, 16 May 2002 08:10 Go to previous messageGo to next message
Grant
Messages: 578
Registered: January 2002
Senior Member
This is not an error but an informational message. The database you exported is WE and the target is US7. Did the import fail?
Re: Problem in Importing database from heigher to lower version [message #51344 is a reply to message #51340] Thu, 16 May 2002 09:00 Go to previous messageGo to next message
saleem
Messages: 65
Registered: January 2002
Member
type imp user/pass@db help=y

you'll see the name for the nls character parameter there. try using that.
Re: Problem in Importing database from heigher to lower version [message #51347 is a reply to message #51340] Thu, 16 May 2002 20:43 Go to previous messageGo to next message
Soman Singh
Messages: 2
Registered: May 2002
Junior Member
Yes, the import failed as the message displayed "import unsuccessful" ...
Any information...
Thanks,
Soman
Re: Problem in Importing database from heigher to lower version [message #51353 is a reply to message #51340] Fri, 17 May 2002 05:39 Go to previous message
Grant
Messages: 578
Registered: January 2002
Senior Member
You will need to perform the export using the 8.1.6 binaries. On the 8.1.6 machine make sure you have a tns entry for the 8.1.7 machine and type:

exp system/PASSWORD@tns817 ...

This will export the 8.1.7 database using the 8.1.6 binaries.

When going down version you need to use the target (in this case 8.1.6) dbase version export.
Previous Topic: Re: ocp
Next Topic: ORA-12514: Message 12514 not found ....
Goto Forum:
  


Current Time: Fri Sep 13 00:23:05 CDT 2024