Re: Help needed on EXEC SQL CONNECT
Date: Wed, 28 Oct 1998 16:21:31 GMT
Message-ID: <363743C0.A163602B_at_earthlink.net>
Do you have Error handling in place like EXEC SQL WHENEVER SQLERROR and here you have another call to EXEC SQL some statement which in turn raises error and becomes infinite Loop. Check for the possibility, I am not sure.
Another possibility is program wouldn't have got properly compiled and linked - Compile it with SQL CHECK FULL or some of the other option which provides detailed debugging.
I guess it helps.
Thanks
sbe wrote:
> Hi,
>
> The first call my program is executing is an 'EXEC SQL CONNECT', but it
> never comes back from this call, the program crashes, and I can't get any
> error message.
>
> User and Password are OK, ORACLE_HOME and ORACLE_SID environement variables
> are also OK.
>
> Any suggestions ?
>
> Stephane Benteux. ( sbe_at_comx.fr )
Received on Wed Oct 28 1998 - 17:21:31 CET
