Expert Oracle JDBC Programming
R. M. MenonBooks.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
JDBC is the most commonly used API in Java to access and manipulate data in a database. Oracle is one of the most popular and scalable databases in the world. This book is a must-have for any developer building an application that employs JDBC on Oracle database. Unlike other JDBC books, this book has been written to complement not rehash the contents of Oracle JDBC documentation and the JDBC specification.
The book teaches you not just how to write JDBC code, but how to write effective JDBC code in a step-by-step fashion. This book does not assume any prior knowledge of JDBC, though it does assume basic knowledge of SQL and PL/SQL. It covers JDBC with a focus on writing high-performing, scalable and secure applications for Oracle 10g and 9i.
Synopsis
This highly anticipated book tackles performance issues in JDBC applications head-on, to help you become an expert yourself! The book details concisely and clearly, the relevant aspects of Oracle's architecture that directly impact the performance and effectiveness of your JDBC application.
Author R.M. Menon provides comprehensive coverage of the JDBC API, with an in-depth review of Oracle 10g-specific features (the book also covers Oracle 9i.) Menon covers basic and advanced JDBC (standard and Oracle extensions), performance tips with supporting benchmarks, connection pooling, statement caching, selected PL/SQL techniques, Oracle objects and collections, as well as other topics.