core dump on COMMIT in Pro C
From: stephane lobet <s.lobet_at_crelan.be>
Date: 15 Jun 2001 01:55:52 -0700
Message-ID: <b2e32901.0106150055.522cbe14_at_posting.google.com>
Date: 15 Jun 2001 01:55:52 -0700
Message-ID: <b2e32901.0106150055.522cbe14_at_posting.google.com>
Hi all,
I was wondering if anyone has encoutered this problem - and, more importantly, how he/she solved it.
I have Pro-C application with embedded SQL. It does a bunch of queries and then a lot of inserts. After each insert a commit. Six insert-commits go OK, seventh insert is OK (no Oracle error message whatsoever) but the program coredumps on the EXEC SQL COMMIT WORK;
When I run the dbx "where" command on the program, the last function it displays is "sqlexp", which I assume is an Oracle library function.
We are running Oracle 7.3.4.0.0 on AIX version 4 release 3.
Any ideas?
Thanks, Stephane Received on Fri Jun 15 2001 - 10:55:52 CEST