PRO*C : problem with large select
From: <fvieren_at_atos-group.com>
Date: Fri, 16 Jul 1999 12:09:09 GMT
Message-ID: <7mn7cv$dee$1_at_nnrp1.deja.com>
Date: Fri, 16 Jul 1999 12:09:09 GMT
Message-ID: <7mn7cv$dee$1_at_nnrp1.deja.com>
[Quoted] I have a Pro*C program that works properly with small amount of data < 300 000 lines.
The purpose of this program is read a in file and execute a select for each line.
But When i try to manage more than 300 000 lines, my program works OK (Work is done transacs are commited) but it ends with a core dump ! and returns value 138.
This treatment does as single select as line to extract. We do not use any stack or array for data.
do you have any idea ?
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Fri Jul 16 1999 - 14:09:09 CEST