Re: Oracle to Postgres Migration

From: MichaelDBA <MichaelDBA(at)sqlexec(dot)com>
To: Kalyani Maity <bimal(dot)af2020(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Oracle to Postgres Migration
Date: 2024-02-01 13:35:07
Message-ID: a8bb6f89-dee3-630c-ff6f-602c21d886a3@sqlexec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sqlexec(dot)com <mailto:michaelvitale(at)sqlexec(dot)com>

703-600-9343

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Wetmore, Matthew (CTR) 2024-02-01 15:52:04 Oracle to Postgres Migration
Previous Message Laurenz Albe 2024-02-01 12:38:16 Re: Oracle to Postgres Migration