We made the mistake of using our 10g instance for some serious data entry and found our client is on 9i and has no intentions of upgrading. I was able to search the net and find it is possible to use a dmp from 10g to 9i, however the method using a 9i exp.exe file in 10g to create the correct binary dump has failed. Does anyone know how else this is possible?
Thanks a lot
Greg
"It is difficult to free fools from the chains they revere". -Voltaire
It might be easier, but it's also more expensive, I'd say.
I wonder, why after the most elegant, most cost effective and most "native" solution has allready been proposed (i.e. davey23uk's suggestion to use 9i exp utility for export from 10g database and then 9i imp to imort into 9i database), new and new "smart" suggestions keep popping up.....
But hey, why do it simple and efficient when you can do it complicated and convoluted....
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
It might be easier, but it's also more expensive, I'd say.
More Expensive is a relative term wouldn't you say?
In this case I'd certainly use a dblink.. simple and easy for small data sets. I was mainly responding to dbasans post about a "flat file".
Export/import is fine for "small" data. But when it comes to large data loading nothing beats sqlldr VAR formatted data. Thats where this product fits nicely (sqlplus won't be able to create that type of file).
Bookmarks