Ora2pg可以用來將Oracle數(shù)據(jù)庫轉(zhuǎn)換成PostgreSQL。
ora2pg 11.2 修復很多主要的問題,特別是直接導入數(shù)據(jù)到 PG 和 Windows 下的移植版本,這兩個地方都會導致程序崩潰。
ora2pg 11.0 支持多處理器,可使用并行模式全速進行數(shù)據(jù)導入導出,數(shù)據(jù)導入性能提升 10 倍以上。多處理器支持讓 Ora2Pg 的速度接近 ETL 工具的速度;同時該版本增加新的導出類型來生成 Kettle XML 轉(zhuǎn)換文件(可用于 Kettle 導入);此外改進了 Oracle 數(shù)據(jù)庫掃描提升了速度。
ora2pg 10.1 增加了一個 HTML 報表用來顯示移植的成本估算,同時修復了一些 bug。
ora2pg 9.1,該版本支持自動檢測對象的大小寫,在數(shù)據(jù)導出時顯示進度信息以及修復了大量的 bug。
主要功能:
- Export full database schema (tables, views, sequences, indexes), with unique, primary, foreign key and check constraints.
- Export grants/privileges for users and groups.
- Export a table selection (by specifying the table names).
- Export Oracle schema to a PostgreSQL 7.3+ schema.
- Export predefined functions, triggers, procedures, packages and package bodies.
- Export range and list Oracle partition.
- Export full datas or following a WHERE clause.
- Full support of Oracle BLOB object as PG BYTEA.
- Export Oracle views as PG tables.
- Export Oracle user defined types.
- Provide basic help for converting PLSQL code to PLPGSQL (still needs manual work).
- Works on any plateform.