Re: Oracle to Postgress Migration

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: DAVID ROTH <adaptron(at)comcast(dot)net>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Oracle to Postgress Migration
Date: 2022-07-14 19:10:23
Message-ID: YtBqH/DxJGbAcafi@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jul 14, 2022 at 03:06:58PM -0400, DAVID ROTH wrote:
> Has anything been published on Oracle to Postgress migration.
>
> I am finding plenty of information about schema migration but,
> I think this is the easy part.
> I have a a tremendous amount of SQL and PL/SQL code that needs to be translated. I know Oracle "packages" will not translate. DECODE is not standard and will need to be rewritten as CASE. I have seen feature/function translation matrices to/from Oracle and other database but I can't seem to find one for Postgress.
> Please point me in the right direction.

I would start here:

https://wiki.postgresql.org/wiki/Oracle_to_Postgres_Conversion

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Indecision is a decision. Inaction is an action. Mark Batterson

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Aleš Zelený 2022-07-14 19:25:54 Re: PostgreSQL 14.4 ERROR: out of memory issues
Previous Message DAVID ROTH 2022-07-14 19:06:58 Oracle to Postgress Migration