Re: Oracle to Postgres Migration

Поиск
Список
Период
Сортировка
От MichaelDBA
Тема Re: Oracle to Postgres Migration
Дата
Msg-id a8bb6f89-dee3-630c-ff6f-602c21d886a3@sqlexec.com
обсуждение исходный текст
Ответ на Oracle to Postgres Migration  (Kalyani Maity <bimal.af2020@gmail.com>)
Список pgsql-admin
In general, you convert Oracle synonyms to PG views in the public schema.

Kalyani Maity wrote on 2/1/2024 5:50 AM:
Hi,
I am doing an oracle to postgres migration.

I have one scenario where one synonym created as below in oracle DB:

create synonym 'schema1.procedure1' for 'schema2.procedure1'

procedure1 only exist in schema2.

I have migrated both schema 1 and schema 2 in postgres.

How to create this synonym in postgres.

Thanks.


Regards,

Michael Vitale

Michaeldba@sqlexec.com

703-600-9343 


Вложения

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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Oracle to Postgres Migration
Следующее
От: "Wetmore, Matthew (CTR)"
Дата:
Сообщение: Oracle to Postgres Migration