Réf. : Re: Out of memory using ora2pg

From: Prestation3(dot)EXPLOITATION(at)nexans(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Réf. : Re: Out of memory using ora2pg
Date: 2006-02-22 15:29:09
Message-ID: OF39C1D67B.941D101B-ONC125711D.0054FCB1-C125711D.0055113A@NEXANS.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I tried with less tables
and it works now
thanks again for your help ....

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
22/02/2006 15:58


Pour : Prestation3(dot)EXPLOITATION(at)nexans(dot)com
cc : pgsql-general(at)postgresql(dot)org
Objet : Re: [GENERAL] Out of memory using ora2pg

Prestation3(dot)EXPLOITATION(at)nexans(dot)com writes:
> Dumping table TRANSACTIONS...
> ........................................................DBD::Pg::st
> execute failed: ERROR: out of memory
> DETAIL: Failed on request of size 16.
> ERROR: out of memory
> DETAIL: Failed on request of size 16.

> Is it a problem with perl memory or posgresql memory ?

Given the spelling of the error message, that's coming from the server
side (I don't think we have any client-side code that uses DETAIL lines).
What is the exact SQL query that's being executed here? (If you don't
know, try enabling query logging in the server so you can find out.)
You should be able to replicate the failure by entering the same query
via psql. If so, let's see the output of EXPLAIN for the query.

regards, tom lane

Browse pgsql-general by date

  From Date Subject
Next Message Douglas McNaught 2006-02-22 15:46:57 Re: Fw: ecpg error --> DbPg_cre_sect_buf.pgc:1334: ERROR:
Previous Message Michal Merta 2006-02-22 15:23:16 psql is very slow