Re: Oracle to Postgress Migration

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Oracle to Postgress Migration
Дата
Msg-id YtBqH/DxJGbAcafi@momjian.us
обсуждение исходный текст
Ответ на Oracle to Postgress Migration  (DAVID ROTH <adaptron@comcast.net>)
Ответы Re: Oracle to Postgress Migration  (DAVID ROTH <adaptron@comcast.net>)
Список 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
matricesto/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@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

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




В списке pgsql-general по дате отправления:

Предыдущее
От: DAVID ROTH
Дата:
Сообщение: Oracle to Postgress Migration
Следующее
От: Aleš Zelený
Дата:
Сообщение: Re: PostgreSQL 14.4 ERROR: out of memory issues