Re: Oracle to PostgreSQL Migration.

From: PAWAN SHARMA <er(dot)pawanshr0963(at)gmail(dot)com>
To: Chris Mair <chris(at)1006(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Oracle to PostgreSQL Migration.
Date: 2017-05-29 13:40:17
Message-ID: CAPgXFMQ-X7OoYU4dChmVsgY+GUvi_2bEoQOzYyx8+koVn-4npw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, May 29, 2017 at 6:54 PM, PAWAN SHARMA <er(dot)pawanshr0963(at)gmail(dot)com>
wrote:

>
>
> On Mon, May 29, 2017 at 6:51 PM, Chris Mair <chris(at)1006(dot)org> wrote:
>
>> [========================>] 1/1 rows (100.0%) Table MYTAB (0 recs/sec)
>>> [============> ] 1/2 total rows (50.0%) - (4 sec., avg: 0
>>> recs/sec).
>>> Out of memory! ] 1/2 rows (50.0%) on total estimated data (4
>>> sec., avg: 0 recs/sec)
>>> Issuing rollback() due to DESTROY without explicit disconnect() of
>>> DBD::Oracle::db handle (DESCRIPTION=(ADDRESS=(PO
>>> RT=1521)(PROTOCOL=tcp)(HOST=<servername>))(CONNECT_DATA=(SID=<mysid>)))
>>> at C:/Strawberry/perl/vendor/
>>> lib/DBD/Oracle.pm line 348.
>>>
>>>
>>> So, It will show data enter in mytab 100% but in test it is 50%. but
>>> when I checked on PostgreSQL server their data only in one table.
>>>
>>
>> Did you notice the "Out of memory!" you got there?
>>
>> I guess that's the problem now...
>>
>> Bye,
>> Chris.
>>
>>
>>
>>
>>
>> ya, but how can fix it.??
>
> because memory is not an issue on both the server.
>
>
Hi Chris,

I am able to get the output script in output.sql but now data migration is
the big problem.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Neil Anderson 2017-05-29 13:45:43 Re: Oracle to PostgreSQL Migration.
Previous Message PAWAN SHARMA 2017-05-29 13:24:19 Re: Oracle to PostgreSQL Migration.