Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-24333
> Adriano Freire wrote:
>
> Anybody know thats ORA
> ORA-24333?
>
> look:
> oerr ora 24333
> 24333, 00000, "zero iteration count"
> // *Cause: An iteration count of zero was specified for the statement
> // *Action: Specify the number of times this statement must be
> executed
> When thats issue occur?
>
> thanks
>
> Adriano
I presume that it may be a call to OCIExecute() for something which is no SELECT. ANiteration count of 0 is only valid for SELECT statements.
-- Regards, Stephane Faroult Oriole Software -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephane Faroult INET: sfaroult_at_oriole.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Jan 17 2003 - 15:09:44 CST
![]() |
![]() |