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 -> Re: pro*c core file

Re: pro*c core file

From: Frank Langelage <frank_at_lafr.de>
Date: Sun, 14 May 2006 19:23:18 +0200
Message-ID: <4cp7c6F15no01U1@individual.net>


Giridhar wrote:
> Hi,
> we are getting a core file often in one of our pro*c module.
> output of dbx points to the location of the sqllib calls for the FETCH
> statement.
>
> dbx points to the following line:
>
> sqlcxt(&_dbMtCtx, &sqlctx, &sqlstm, &sqlfpn);
>
>
> This is the last line in the sqllib calls for the FETCH statement.
> can any one suggest how to fix this?
>
> I dont know if the information i provided is sufficient. Please advice
> if you need further information.
>

Doing a FETCH the data reteived is put into the defined C variables. Perhaps a char-array is to short or something like that. Received on Sun May 14 2006 - 12:23:18 CDT

Original text of this message

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