The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Expert Oracle JDBC Programming: Build Scalable, High-Performance JDBC-Based Applications with Oracle Database 10g & 9i
  

  Expert Oracle JDBC Programming: Build Scalable, High-Performance JDBC-Based Applications with Oracle Database 10g & 9i by Menon, R.M.

  • Published by: APRESS
  • Author: Menon, R.M.
  • Page Count: 700
  • Group: ORACLE 10g
  • ISBN: 159059407X/9781590594070
  • Published: May 2005

Our Price: 28.55
Discount: 32%
RRP: 41.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Expert Oracle JDBC Programming: Build Scalable, High-Performance JDBC-Based Applications with Oracle Database 10g & 9i
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. Using this book you will learn, among other things:

    How to efficiently query, insert, update and delete data using JDBC

    How to exploit knowledge of Oracle fundamentals in building applications

    What transaction isolation levels are, which ones Oracle supports and how to write your transactions effectively on Oracle

    How to use proxy authentication to make your programs more secure

    How to use Oracle objects and collections effectively in your applications

    How to deal with the phenomenon of "lost updates" using variants of optimistic and pessimistic locking strageties

    How to exploit statement caching and connection pooling to increase performance and scalability of your application

Chapter 1: Setting Up

Chapter 2: Oracle Fundamentals

Chapter 3: Introduction to JDBC

Chapter 4: Statements

Chapter 5: Everything about ResultSets

Chapter 6: Oracle Objects and JDBC

Chapter 7: Manipulating Large Objects/ Streaming Data Types

Chapter 8: Statement Caching

Chapter 9: Connection Pooling and Caching

Chapter 10: Advanced Oracle Security

Chapter 11: Locking Related Issues

Chapter 12: JDBC, PL/SQL and Performance

Chapter 13: Distributed Transactions