migration of database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashok1234
    New Member
    • Nov 2006
    • 2

    migration of database

    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
  • milonov
    New Member
    • Oct 2006
    • 32

    #2
    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 ashok1234
    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

    Comment

    Working...