微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ora2pg 数据库迁移工具

程序名称:ora2pg

授权协议: GPLv3

操作系统: Linux

开发语言: Perl

ora2pg 介绍

Ora2pg可以用来将Oracle数据库转换成Postgresql,主要功能

- 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.

ora2pg 官网

http://ora2pg.darold.net/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐