ADF Dynamic Query Performance Considerations
Recently, I noticed a poor implementation of dynamic query in our application environment. As the query was complex and its where clauses were generated dynamically, the developer chose not to implement the bind variables. Now, some of you will be aware of the disadvantages of not using bind variables, but …