๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Expert Oracle JDBC Programming - 1 edition (May 30, 2005)

โœ Scribed by R.M. Menon


Year
2005
Tongue
English
Leaves
723
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


With Oracle in the process of de-supporting SQLJ, JDBC is now really the only recommended means of interfacing between Java and Oracle. Consequently, this book is a must have for any developer building an Oracle Java application. Many Java developers tend to treat Oracle as a "black box"; as a consequence, developers tend to write incorrect, non-scalable code. If you don't intimately know how Oracle works and expects you to program, you might avoid Oracle extensions to the standard for fear of your code becoming database-dependent. If you give in to that fear, you'll miss out on the extensive out-of-the-box functionality that Oracle offers. This book teaches you how to build efficient, high-performance, and robust Oracle-based JDBC applications. You'll discover the full details of Oracle's implementation of the JDBC 3.0 standard (what it supports, what it doesn't and what extensions Oracle provides), and more. This book tackles issues head-on, detailing concisely and clearly the vital details of Oracle's architecture and mode of operation that directly impact the manner in which JDBC applications should be written. Only when armed with this knowledge, a willingness to exploit the database to its full potential in your JDBC code, and the ability to use Oracle's SQL and PL/SQL features when appropriate, is it possible to write truly efficient, robust, scalable and high performance applications.


๐Ÿ“œ SIMILAR VOLUMES


Expert Oracle JDBC Programming
โœ R.M. Menon ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐Ÿ› Apress ๐ŸŒ English

Good Things: Lots of excellent real life code examples Good reading for beginners to advanced users; helpful for advanced concepts but also built up to them by explaining the basics ones. Great code optimization recommendations. Well written, easy to understand. Bad Things: No CD that comes with bo

Expert Oracle JDBC Programming
โœ R. M. Menon (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐Ÿ› Apress ๐ŸŒ English

<p><p>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

Expert Oracle JDBC Programming
โœ R. M. Menon (auth.) ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐Ÿ› Apress ๐ŸŒ English

<p><p>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

Expert Oracle JDBC Programming: High Per
โœ R.M. Menon ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐Ÿ› Apress ๐ŸŒ English

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