ORA-24333: zero iteration count
Hi Experts,
Env :
Oracle 11g R1
Sparc10
OCI (Sun studio)
The above error is ccoming when 'SELECT' statement is executed as dynamic SQL . If the SQL is static (table name is hard coded) it is working fine.
SQL= ' SELECT * from EMP' is working
the same replace with SQL= 'SELECT * FROM %s' , table_name' the above error is thrown.
Any Idea what could be the reason for this.?
Please note that this SQL is executed multiple times very frequently
Thanks in advance
Prajith