Hi,
I want to import database in 8i from 9i. I have checked 8i export utility to export data from 9i database, but its not working, a dll error is generated. What is your opinion
Thanks
Although you can easily and successfully export data from and earlier Oracle version to a later Oracle version (example: 8i -> 9i), moving data backward from 9i -> 8i takes a bit more care and planning.
You can move data from Oracle 9i to 8i by your using this technique:
1) Invoke the Oracle 8i "exp" utility to export data from the Oracle 9i database. One way to make this happen is to
a) Log into the machine with the Oracle 8i database,
b) Ensure that your %ORACLE_HOME% and %ORACLE_SID% system variables point to values for the Oracle 8i instance,
c) Invoke the Oracle "exp" utility, but assign the "exp" parameter "USERID=<username>/<password>@<Oracle9i source-instance TNS alias>"
(The resulting dump file will be Oracle 8i compatible, which your current dump file is not.)
2) Invoke the Oracle 8i "imp" utility as you normally would to import the Oracle 9i dump file.
Please advise of you results, or followup with questions if you have any.
Mufasa
(aka Dave of Sandy, Utah, USA)
[I can provide you with low-cost, remote Database Administration services: see our website and contact me via www.dasages.com]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.