I have postgresql dump with me right now. I need to migrate that to oracle database 9i version. Please send me any tools (or) script to migrate the database
migration of database
Collapse
X
-
hi!
From any DB you can migrate to Oracle by creating flat files (delimited or fixed sizes) and using SQLLoader and/or external tables to get them into Oracle.
Of course needs some work, but at least it is universal way and it works... :)
Best Regards,
Michael Milonov
Originally posted by ashok1234I have postgresql dump with me right now. I need to migrate that to oracle database 9i version. Please send me any tools (or) script to migrate the database
Comment