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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-1458 while EXEC SQL <<execute one particular statement>>

RE: ORA-1458 while EXEC SQL <<execute one particular statement>>

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Fri, 8 Sep 2000 12:37:02 -0500
Message-Id: <10613.116528@fatcity.com>


Ask him to increase the pro*c variable's length by 1 byte. It looks like the pro*c program is using a string of 1 byte, to store data from the database which has data length of 1 byte. The string has to be null terminated and would need an additional byte in the pro*c variable. HTH..
- Kirti
> -----Original Message-----
> From: Balasubramanian, Sriram [SMTP:SBalasubramanian_at_caiso.com]
> Sent: Thursday, September 07, 2000 6:15 PM
> To: Multiple recipients of list ORACLE-L
> Subject: ORA-1458 while EXEC SQL <<execute one particular statement>>
> in P
>
>
> One of the application guys hit this error against an oracle
> 7.3.4 database from PRO*C application running on the same server.
>
> Anyone have a clue whats this is about? He says, he has problem with the
> context and not enough memory on the box for his application. But i
> strongly
> believe that could be something to do with the way his initialising/not
> initialising
> his Pro*c variables
>
> Any thoughts?
>
> TIA,
> sriram
> --
> Author: Balasubramanian, Sriram
> INET: SBalasubramanian_at_caiso.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Sep 08 2000 - 12:37:02 CDT

Original text of this message

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