| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Bind Variables Using ODP.NET
You are creating the statement *inside* the for loop. You are not
re-using the implicit cursor.
Consequently you are getting 1 hard parse and n-1 soft parses. Parse is
the most costly operation there is in terms of cpu.
Please sql trace your code and verify this is correct.
-- Sybrand Bakker Senior Oracle DBAReceived on Thu Feb 23 2006 - 02:57:38 CST
![]() |
![]() |