Expert Oracle JDBC Programming

With the popularity of Java language, JDBC is now perhaps the most commonly used API to access databases. Oracle is one of the premium databases of the world. This book is about accessing and manipulating data in Oracle using JDBC, with a focus on performance and scalability. Why another book on...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Tác giả chính: Menon, R. M.
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:https://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31330
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:With the popularity of Java language, JDBC is now perhaps the most commonly used API to access databases. Oracle is one of the premium databases of the world. This book is about accessing and manipulating data in Oracle using JDBC, with a focus on performance and scalability. Why another book on JDBC and Oracle, you may ask? I wrote this book because I realized that most of the other JDBC books available today more or less regurgitate the JDBC specification and the Oracle JDBC documentation that is freely available on the Internet. This book is different. The central aim of this book is to complement the available documentation on JDBC and Oracle, and to teach you how to use JDBC with Oracle effectively. This book is also different from other JDBC books because of its focus on performance and scalability of applications. Using this book, you will discover the following, among other things: • How to use all the major features of standard JDBC and its Oracle extensions (Oracle 10g and 9i) • The most important architectural features of Oracle, an understanding of which will enable you to write solid Oracle applications • How to write and run your own benchmarks to validate (or invalidate) various performance claims, using invaluable Oracle performance tools such as tkprof, SQL trace, etc. • The importance of understanding how to effectively exploit SQL and PL/SQL in your applicationsispl