PPAS的MTK tool 工具使用说明
磨砺技术珠矶,践行数据之道,追求卓越价值
回到上一级页面: PostgreSQL基础知识与基本操作索引页 回到顶级页面:PostgreSQL索引页
[作者 高健@博客园 luckyjackgao@gmail.com]
下面是基本概念上的介绍:
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
[作者 高健@博客园 luckyjackgao@gmail.com]
回到上一级页面: PostgreSQL基础知识与基本操作索引页 回到顶级页面:PostgreSQL索引页
磨砺技术珠矶,践行数据之道,追求卓越价值