Home » RDBMS Server » Server Administration » Oracle/ColdFusion/bind variables
Oracle/ColdFusion/bind variables [message #53236] Thu, 05 September 2002 15:56 Go to next message
Mike Darevsky
Messages: 1
Registered: September 2002
Junior Member
Folks,

I’m trying to resolve the performance issue related to ColdFusion and dynamic list of variables in IN-list clause for various SQL statements. ColdFusion is not very good with bind variables and after several attempts developers made a decision not to use them. As a result, database is flooded with a bunch of similar SQL statements with the only difference in IN clause. The result – high latch waits/contention and poor overall performance. The solution – get back to bind variables. Do you know what be the best approach to it? Unfortunately, I don’t have a lot of experience in this area.

Your response will be greatly appreciated.

Thanks a lot.

Mike Darevsky
Re: Oracle/ColdFusion/bind variables [message #53237 is a reply to message #53236] Thu, 05 September 2002 16:23 Go to previous message
Radek
Messages: 33
Registered: April 2002
Member
Hi,
I would try to convert IN statements into EXISTS. It helped a lot to us.
Radek
Previous Topic: Patch level
Next Topic: Slow response from tnsping
Goto Forum:
  


Current Time: Thu Sep 19 16:57:18 CDT 2024