Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Performance on queries with a lot of AND / OR operators
Excellent point!
>From my experience, code generators kill the shared_pool by
1) not using bind variables
2) creating monster WHERE clauses
The end result - you can't reuse *any* of the code generated sql.
Dan Received on Fri Aug 19 2005 - 08:16:39 CDT
![]() |
![]() |