What is the impact/limitation of oracle select with large number of bind variables?
Posted
by Igal Serban
on Stack Overflow
See other posts from Stack Overflow
or by Igal Serban
Published on 2010-04-23T21:53:33Z
Indexed on
2010/04/23
22:03 UTC
Read the original article
Hit count: 253
We had our oracle server chocking during processing a select statement with close to 3500(!!) bind variables.
This select is, obviously, build dynamically by code that we can't change. During the execution of this select the db server went to 100% cpu usage and our system almost halted.
We know how to reproduce this problem. So we can prevent this specific condition. But I am wondering if there is a way to protect the db ( by configuration) from this type of problems.
© Stack Overflow or respective owner