September 2011
Intermediate to advanced
528 pages
19h 57m
English
While efficient use of statement caching is going to improve performance, the key driver for improved performance in to ensure that you're using efficient SQL queries. Developers must also seek to remove most SQL from the middleware and move it to the back-end database tier, where it belongs. Here are some guidelines for improving SQL performance (mostly generic, but some recommendations pertain specifically to the Oracle database):
Use stored procedures Using stored procedures rather than individual SQL statements is much more efficient in most cases. You can often achieve dramatic performance improvements by taking ...
Read now
Unlock full access