Download List

项目描述

Ora2Pg is a Perl module to export an Oracle
database schema to a PostgreSQL compatible schema.
It connects your Oracle database, extracts its
structure, and generates an SQL script that you
can load into your PostgreSQL database. It dumps
the database schema (tables, views, sequences,
indexes, grants) with primary, unique, and foreign
keys into PostgreSQL syntax without editing the
SQL code generated. It also dump Oracle data into
PostgreSQL DB as online process or into a file.
You can choose what columns can be exported for
each table.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-09-06 10:18 Back to release list
9.2

此版本添加了大量的代码的改善,尤其是关于区分大小写。它通过允许用户定义的复合类型数据出口添加主要功能。它修复了几个 bug,并添加一些重大变化。
This release adds lots of code improvement, especially regarding case sensitivity. It adds a major feature by allowing data exportation of user-defined composite types. It fixes several bugs and adds some major changes.

Project Resources