Download List

Projeto Descrição

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 Requirements

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-12-19 09:40
10.0

Esta é a primeira versão da série de 10 que é um grande lançamento. Global inúmeras melhorias e correções de bugs. Um novo tipo de exportação, SHOW_REPORT, imprimirá um relatório de todos os objetos contidos em seu banco de dados Oracle e alguns comentários sobre como eles serão exportados. Com este relatório, você pode usar uma nova directiva ESTIMATE_COST pedir para Ora2Pg para avaliar o custo de migração de banco de dados em termos de homem. Há também uma outra nova directiva de configuração EXTERNAL_TO_FDW (desabilitado por padrão) para permitir a exportação de todas as tabelas externas do Oracle como tabelas estrangeiras de file_fdw.
This is the first version of the 10.x series that is a major release. Overall numerous improvements and bugfixes. A new export type, SHOW_REPORT, will output a report of all objects contained in your Oracle database and some comments on how they will be exported. With this report, you can use a new directive ESTIMATE_COST to ask to Ora2Pg to evaluate the database migration cost in terms of man-days. There's also another new configuration directive EXTERNAL_TO_FDW (disabled by default) to permit the export of all Oracle external tables as file_fdw foreign tables.

2012-10-08 06:30
9.3

Esta versão adiciona muitas mudanças, com cinco novas diretivas de configuração, um novo tipo de exportação MVIEW para exportar vistas materializadas e deteção automática e configuração de conjuntos de caracteres de Oracle e PostgreSQL cliente codificação.
This release adds lots of changes, with five new configuration directives, a new export type MVIEW to export materialised views, and automatic detection and setting of Oracle character sets and PostgreSQL client encoding.

2012-09-06 10:18
9.2

Esta versão adiciona muita melhoria de código, principalmente no que tange a maiúsculas e minúsculas. Ele adiciona uma característica importante, permitindo a exportação de dados de tipos compostos definidos pelo usuário. Ele corrige vários bugs e adiciona algumas mudanças importantes.
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.

2012-08-19 23:29
9.1

Esta versão suporta detecção automática de maiúsculas e minúsculas em nomes de objeto Oracle e duas novas directivas de configuração (CREATE_SCHEMA e PG_INTEGER_TYPE), mostra uma barra de progresso durante a exportação de dados e corrige muitos bugs.
This release supports automatic detection of case sensitivity on Oracle object names and two new configuration directives (CREATE_SCHEMA and PG_INTEGER_TYPE), shows a progress bar during data exportation, and fixes a lot of bugs.

2012-07-16 07:07
9.0

Este é um grande lançamento, principalmente porque ele adiciona suporte completo para sistemas operacionais de Windows com uma nova árvore de código fonte e o makefile, mas também porque ele corrige problemas de longa data com exportação de CLOB e BLOB. Mudaram-se alguns comportamentos padrão para exportação de timestamp e tabela/coluna.
This is a major release, mainly because it adds full support for Windows OSes with a new source tree and Makefile.PL, but also because it fixes long-standing issues with CLOB and BLOB exportation. Some default behaviors for timestamp and table/column exportation have changed.

Project Resources