Oracle to Postgress Migration

From: DAVID ROTH <adaptron(at)comcast(dot)net>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Oracle to Postgress Migration
Date: 2022-07-14 19:06:58
Message-ID: 620574116.118124.1657825618304@connect.xfinity.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2022-07-14 19:10:23 Re: Oracle to Postgress Migration
Previous Message Frank Streitzig 2022-07-14 09:43:32 Re: first order by then partition by x < a fixed value.