Join Books.org — it's free

Java programming with Oracle SQLJ by Jason Price — book cover
Computer Programming, Programming Languages, Applications & Languages - Databases

Java programming with Oracle SQLJ

by Jason Price
Write a review
Log in to track your reading progress.

Overview

If you're a Java programmer working in an Oracle environment, you're probably familiar with JDBC as a means of accessing data within an Oracle database. SQLJ takes you further, allowing you to access a database using embedded SQL statements. Java Programming with Oracle SQLJ shows you how to get the most out of SQLJ.

Layered on top of JDBC, SQLJ greatly simplifies database programming. Rather than make several calls to the JDBC API just to execute a simple SQL statement, SQLJ executes that statement simply by embedding it within the Java code.

In this book, Jason Price explains SQLJ programming from a task-oriented point of view. You'll learn how to:

  • Embed queries and other SQL statements within Java programs
  • Deploy SQLJ code not only on client machines, but also to JServer—Oracle's Java engine built into the database
  • Use advanced techniques for working with collections, streams, large objects, and database objects, all without leaving the comfort of the SQLJ environment
  • Tune SQLJ programs for maximum performance

Throughout the book, the exposition of SQLJ and SQLJ programming techniques reflects the author's many years of professional experience as a programmer and consultant. Examples are first-rate, enabling you to learn SQLJ in no time. If you're writing Java code to access an Oracle database, you can't afford not to know about SQLJ.

About the Author, Jason Price

Jason Price is currently employed as a product manager with Oracle Corporation. He has contributed to many products at Oracle, including the database server, the application server, and several CRM applications. Prior to working at Oracle, he was employed as a consultant at Logica PLC in London, a systems integration and technical consulting firm. He is a certified Oracle DBA and Application Developer, and has over ten years of experience in the software industry.

Reviews

There are no reviews yet. Log in to write one.

Editorials

From The Critics

The author, an Oracle certified database administrator and certified application developer, explains the use of SQLJ, a technology that he believes improves on the more often-used JDBC by operating at a higher level of abstraction and using a simpler, more concise syntax. Includes full descriptions of the various command-line tools, the requirements for using SQLJ, performance tuning tips, and numerous working code examples to illustrate the use of SQLJ. Annotation c. Book News, Inc., Portland, OR (booknews.com)

Book Details

Published
August 27, 2001
Publisher
Sebastopol, CA : O'Reilly, c2001.
Pages
400
Format
Paperback
ISBN
9780596000875

More by Jason Price

Similar books