下面是基本概念上的介绍:
http://www.pgcon.org/2011/schedule/attachments/205_Oracle_to_Postgres_Migration.pdf
http://www.enterprisedb.com/products-services-training/products/postgres-plus-advanced-server
如下的是简单的过程说明,比较简略:
http://get.enterprisedb.com/docs/Tutorial_All_Oracle_PPAS_Migration.pdf
但是实际上,移植大体上有两种方式,一种是使用图形化界面--Migration Studio,一种是使用脚本进行更精细的控制--runMTK.sh
如下,是用MTK从Oracle 移植的过程介绍:
以下是中文的说明(虽然是8.3R2):
http://www.enterprisedb.com/docs/cn/8.3R2/migrate/Table%20of%20Contents.htm#TopOfPage
以Oracle的移植为例,作为前提条件,需要使用Oracle的JDBC Driver:
如果从Oracle数据库中迁移,那么需要下载文件ojdbc14.jar,然后把它移动到Postgres Plus Advanced Server安装目录的子目录\jre\lib\ext\中:
http://www.enterprisedb.com/downloads/third-party-jdbc-drivers
本文转自健哥的数据花园博客园博客,原文链接:http://www.cnblogs.com/gaojian/p/3284131.html,如需转载请自行联系原作者