Expert Oracle JDBC Programming

R.M. Menon

  • 出版商: Apress
  • 出版日期: 2005-06-02
  • 售價: $2,060
  • 貴賓價: 9.5$1,957
  • 語言: 英文
  • 頁數: 708
  • 裝訂: Paperback
  • ISBN: 159059407X
  • ISBN-13: 9781590594070
  • 相關分類: Oracle
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description:

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

商品描述(中文翻譯)

描述:
JDBC是Java中最常用的API,用於訪問和操作數據庫。Oracle是世界上最受歡迎和可擴展的數據庫之一。這本書對於任何使用JDBC在Oracle數據庫上構建應用程序的開發人員來說都是必不可少的。與其他JDBC書籍不同,這本書的撰寫目的是補充而不是重複Oracle JDBC文檔和JDBC規範的內容。

這本書不僅教你如何編寫JDBC代碼,還以逐步的方式教你如何編寫有效的JDBC代碼。這本書不假設對JDBC有任何先備知識,但假設對SQL和PL/SQL有基本的了解。它以JDBC為重點,教你如何為Oracle 10g和9i編寫高性能、可擴展和安全的應用程序。通過這本書,你將學到以下內容:

- 如何使用JDBC高效地查詢、插入、更新和刪除數據
- 如何在構建應用程序時利用對Oracle基礎知識的了解
- 事務隔離級別是什麼,Oracle支持哪些級別,以及如何在Oracle上有效地編寫事務
- 如何使用代理身份驗證使你的程序更安全
- 如何在應用程序中有效地使用Oracle對象和集合
- 如何使用樂觀和悲觀鎖定策略處理“丟失更新”的現象
- 如何利用語句緩存和連接池來提高應用程序的性能和可擴展性