Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle V8 proc migration problem
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
![]() |
![]() |