Originally posted by cjolley
Unfortunately, fixing an app that doesn't use bind variables can involve something very close to a re-write.
Binds are something that need to be planed for in the design stage.
chuck
Unfortunately, fixing an app that doesn't use bind variables can involve something very close to a re-write.
Binds are something that need to be planed for in the design stage.
![Frown](http://murc.ws/core/images/smilies/frown.gif)
chuck
The easiest approach is to find the most common SQL-statements and refactor those... helps a lot, and doesn't take more than 10-15 minutes per statement at most.
Or upgrade to 9i and hope that everything works...
Anyway, applications, whose internals are not in your control, are bit nasty in that usually the only options of tuning them is to tune the hardware / OS / DBMS... and the biggest gains of tuning usually come from application tuning.
Comment