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 -> ORA-24374

ORA-24374

From: <ranmaal_at_gmail.com>
Date: 15 Apr 2007 01:26:12 -0700
Message-ID: <1176625572.622400.16240@o5g2000hsb.googlegroups.com>


Hay gurus,

When a some plsql statements (DML) statements executing in a application, I get this oracle error ORA-24374. Can any one help me out on this....

not much help in the web on this error :-(

I found out a small description which doesnt make much sence to me.... can please anyone can explain this reson to me please....

24374, 00000, "define not done before fetch or execute and fetch"
// *Cause: The application did not define output variables for data
being
// fetched before issuing a fetch call or invoking a fetch by
// specifying a non-zero row count in an execute call.
// *Action: Issue OCI define calls for the columns to be fetched.

Actually this was just a call to a plsql procedure from a client. And it is not possible to recreate the error in any environment. I my self was not able to recreate this error but one of my clients get this error when they try in there production environment. What i want to know exactly is that what this oracle error regarding and what could be the possible resons to get this error. Perhaps you ppl have an idea what this Oracle error means. I have never seen it before and the explanation in the Oracle documentation didn't help me to understand.

Thanks..... Received on Sun Apr 15 2007 - 03:26:12 CDT

Original text of this message

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