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

Home -> Community -> Usenet -> c.d.o.server -> Oracle V8 proc migration problem

Oracle V8 proc migration problem

From: Deepa Dinendra <deepa_dinendra_at_psmfc.org>
Date: Thu, 04 Nov 1999 13:58:50 -0600
Message-ID: <3821E57A.65A7C92A@psmfc.org>


Hi,
I am moving pro*c programs from oracle 7.3.3 (sgi) to oracle 8.1.5 (solaris). I got the code to compile using the demo_proc.mk provided by oracle. But when I execute the program it runs the 'C' part of the code but when when it gets to EXEC SQL CONNECT it core dumps. Any EXEC SQL statement that does not access database but preceeds the CONNECT works fine. (example: EXEC SQL WHENEVER <condition> <action> ;) To verify this is not a problem with my code I compiled and ran sample1.pc provided by oracle under $ORACLE_HOME/precomp/demo/proc. But it also coredumps at the point where it connects to database. Could any one suggest any solution to my problem?

Thanks
-Deepa Received on Thu Nov 04 1999 - 13:58:50 CST

Original text of this message

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