Oracle To Postgres, MySQL or MS Access Migration

社会主义新天地 提交于 2019-12-23 17:09:56

问题


I have an Oracle 8i database running on 2000 NT server.

I have been assigned a task to copy data along with schema into any of these

(postgresql, mysql, ms access)

I have tried a lot in the internet but there is no such tool which could help me. Right now I am running that NT 2000 in virtual machine using VM WARE.


回答1:


It is not too difficult to link Oracle to MS Access, from which point it is just a matter of running queries, if you need the data to be physically held in MS Access.

More info: http://www.orafaq.com/node/60




回答2:


For copying the schema/data to PostgreSQL there is ora2pg. If this is a recurring task then one nice thing about ora2pg is that you can potentially script/automate the process.

For a one-time or ad-hock export, and depending on the nature and size of the database, you can also use DbVisualizer to export the schemas/data.



来源:https://stackoverflow.com/questions/8940923/oracle-to-postgres-mysql-or-ms-access-migration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!