Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL

From: gilberto(dot)castillo(at)etecsa(dot)cu
To: Pepe TD Vo <pepevo(at)yahoo(dot)com>
Cc: Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL
Date: 2019-01-16 20:08:57
Message-ID: 8b2bd545ff5c18410548e6e2fcb99a4e@etecsa.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello

You may to use oracle_fdw

El 2019-01-16 15:05, Pepe TD Vo escribió:
> I am able to download the ora2pg but I don't understand how it
> install. According to the document I found on net that yum install
> perl-DBD, perl-dev, and perl-CPAN and all
> oracle-instantclient18.3-sqlplus-18.3.0.0.0-1.x86_64.rpm,
> oracle-instantclient18.3-basic-18.3.0.0.0-1.x86_64.rpm,
> oracle-instantclient18.3-basic-18.3.0.0.0-1.x86_64.rpm,
> oracle-instantclient18.3-devel-18.3.0.0.0-1.x86_64.rpm,
> oracle-instantclient18.3-devel-18.3.0.0.0-1.x86_64.rpm.
>
> * I can't find the ora2pg18.2 on gzip or zip but bz2. With this file
> I can't unzip it because the server didn't have this feature. Can I
> use ora2pg.19.1.tar.gz instead of version 18?
> * Where should I install ora2pg, in the oracle db server or postgres
> db server?
>
> thank you for your inputs.
>
> v/r,
>
> Bach-Nga
>
> No one in this world is pure and perfect. If you avoid people for
> their mistakes you will be alone. So judge less, love and forgive
> more.
> To call him a dog hardly seems to do him justice though in as much as
> he had four legs, a tail, and barked, I admit he was, to all outward
> appearances. But to those who knew him well, he was a perfect
> gentleman (Hermione Gingold)
> **Live simply **Love generously **Care deeply **Speak kindly.
> *** Genuinely rich *** Faithful talent *** Sharing success
>
> On Friday, January 11, 2019 11:42 AM, Shreeyansh Dba
> <shreeyansh2014(at)gmail(dot)com> wrote:
>
> This site works for us, there might be a security restriction at your
> end.
>
> Thanks & Regards,
> SHREEYANSH DBA TEAM
> www.shreeyansh.com [2]
>
> On Fri, Jan 11, 2019 at 10:04 PM Pepe TD Vo <pepevo(at)yahoo(dot)com> wrote:
>
>> Yes, I need migrate all the objects including tables, functions,
>> triggers, procedures from Oracle to Postgres. Oracle is on one
>> server and Postgres is on another server.
>>
>> https://ora2pg.darold.net/documentation.html doesn't work. "
>>
>> THIS SITE CAN’T BE REACHED
>>
>> ORA2PG.DAROLD.NET [1] took too long to respond.
>>
>> Try:"
>>
>> thank you.
>>
>> Bach-Nga
>>
>> No one in this world is pure and perfect. If you avoid people for
>> their mistakes you will be alone. So judge less, love and forgive
>> more.
>> To call him a dog hardly seems to do him justice though in as much
>> as he had four legs, a tail, and barked, I admit he was, to all
>> outward appearances. But to those who knew him well, he was a
>> perfect gentleman (Hermione Gingold)
>> **Live simply **Love generously **Care deeply **Speak kindly.
>> *** Genuinely rich *** Faithful talent *** Sharing success
>>
>> On Friday, January 11, 2019 11:31 AM, Shreeyansh Dba
>> <shreeyansh2014(at)gmail(dot)com> wrote:
>>
>> Hi,
>> You can use ora2pg which is one of the best tool for data migration
>> from Oracle to PostgreSQL.
>>
>> https://ora2pg.darold.net/documentation.html
>>
>> Thanks & Regards,
>> SHREEYANSH DBA TEAM
>> www.shreeyansh.com [2]
>>
>> On Fri, Jan 11, 2019 at 9:53 PM Pepe TD Vo <pepevo(at)yahoo(dot)com> wrote:
>>
>>> Hi Experts,
>>>
>>> Is there a best tool for me to copying data from Oracle to
>>> PostgreSQL?
>>> The Oracle db named is Cidr and had a few schemas, each schemas
>>> owned their own tables, procedures, triggers, functions. If I
>>> create a database on Postgres, how do I copy all schemas from
>>> Oracle? Or each schema will become one of the postgreSQL database?
>>>
>>> thank you for your helps.
>>>
>>> v/r,
>>>
>>> Bach-Nga
>>>
>>> No one in this world is pure and perfect. If you avoid people for
>>> their mistakes you will be alone. So judge less, love and forgive
>>> more.
>>> To call him a dog hardly seems to do him justice though in as much
>>> as he had four legs, a tail, and barked, I admit he was, to all
>>> outward appearances. But to those who knew him well, he was a
>>> perfect gentleman (Hermione Gingold)
>>> **Live simply **Love generously **Care deeply **Speak kindly.
>>> *** Genuinely rich *** Faithful talent *** Sharing success
>
>
>
> Links:
> ------
> [1] http://ora2pg.darold.net/
> [2] http://www.shreeyansh.com/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2019-01-16 20:14:58 Re: pgBackRest : "ERROR: [042]: unexpected EOF reading line from remote process on" and stale pgbackrest processes hanging
Previous Message Pepe TD Vo 2019-01-16 20:05:00 Re: Copying Data from Oracle to PostgreSQL