Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Help with Pro*C core dumps :)

Help with Pro*C core dumps :)

From: Maurice De Vidts NE3S <ceham_at_w3eax.umd.edu>
Date: 1996/12/30
Message-ID: <5a9k87$1el@dailyplanet.wam.umd.edu>#1/1

Hi,

I recently installed 7.3.2 and Pro*C/C++ 2.2.2 on Solaris. my programs seem to compile fine, and as far as the C portion of the house they run ok. The moment I hit an embedded SQL statement, it seems to core dump..

I have tried a simple
EXEC SQL INCLUDE SQLCA
...

main
{
...

EXEC SQL CONNECT :user;
}

Using sample1.sql as a template, and it still core_dumps on the connect.

Is this a library path issue related to the shared library runtime load > ?

I would appreciate your pointers as to how to avoid this, and if there are specific flags I should use (code= , mode= in pcscfg.h) etc

thanks
Maurice De Vidts
ceham_at_w3eax.umd.edu Received on Mon Dec 30 1996 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US