Expert Oracle JDBC Programming
暫譯: 專家級 Oracle JDBC 程式設計

R.M. Menon

  • 出版商: Apress
  • 出版日期: 2005-06-02
  • 售價: $2,100
  • 貴賓價: 9.5$1,995
  • 語言: 英文
  • 頁數: 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 對象和集合
- 如何使用樂觀和悲觀鎖定策略的變體來處理“丟失更新”現象
- 如何利用語句緩存和連接池來提高應用程式的性能和可擴展性