Importing Oracle 8.1.7 dump file into Oracle 8.1.6 [message #71535] |
Wed, 20 November 2002 21:04 |
Hasan Mannan
Messages: 5 Registered: November 2002
|
Junior Member |
|
|
Hi,
This is Hasan (Database Administrator), I have exproted a user from oracle 8.1.7, but now the problem is that i wana import that dump file into another Database which of versoin 8.1.6
Can any body help me in this regard, that how can i import that dump file in previous version.
Thankx in advance
Hasan.
|
|
|
|
Re: Importing Oracle 8.1.7 dump file into Oracle 8.1.6 [message #71564 is a reply to message #71535] |
Fri, 22 November 2002 22:42 |
sharan alva
Messages: 57 Registered: November 1999
|
Member |
|
|
Hasan,
Export is not backward compatible. i.e. if you have already exported from 8.1.7 then you cannot import it using the 8.1.6 export.
There are a couple of options of doing it.
1 - set Oracle_home to 8.1.6 and sid to 8.1.7 run catexp.sql, this will create 8.1.6 compatible export views. Then export 8.1.7
Once this is done set O_H back to 8.1.7 and run the catexp to bring it back to it's original state.
2 - as posted in the previous reply.
Sharan
|
|
|
|
|