Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Help with Pro*C core dumps :)
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
![]() |
![]() |