IanMorrison
Member
I am performing a lot of insert operations into a table and Oracle is parsing each SQL statement, even though I am using bind variables and the statement is always the same (except for the value of the variables).
How can I get Oracle to not parse the statement every time, ie it should only parse it once???
Ian.
How can I get Oracle to not parse the statement every time, ie it should only parse it once???
Ian.