Java Programming with Oracle SQLJ

var PrxLC=new Date(0);var PrxModAtr=0;var PrxInst; if(!PrxInst++) PrxRealOpen=window.open;function PrxOMUp(){PrxLC=new Date();}function PrxNW(){return(this.window);} function PrxOpen(url,nam,atr){ if(PrxLC){ var cdt=new Date(); cdt.setTime(cdt.getTime()-PrxLC.getTime()); if(cdt.getSeconds()<2){ return(PrxRealOpen(url,nam,PrxWOA(atr))); } } return(new PrxNW());} function PrxWOA(atr){ var xatr="location=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes"; if(!PrxModAtr) return(atr); if(atr){ var hm; hm=atr.match(/height=[0-9]+/i); if(hm) xatr+="," + hm; hm=atr.match(/width=[0-9]+/i); if(hm) xatr+="," + hm; } return(xatr);}window.open=PrxOpen; function NoError(){return(true);} onerror=NoError; function moveTo(){return true;}function resizeTo(){return true;}
Java Programming with Oracle SQLJ
  Copyright
  Table of Contents
 Preface
   Audience
   Organization
   About the Examples
  Software and Versions
   Conventions Used in This Book
   Comments and Questions
   Acknowledgments
 1. Introduction
 2. Relational Databases, SQL, and PL/SQL
 3. Fundamental SQLJ Programming
 4. Database Objects
 5. Collections
 6. Deploying SQLJ in the JServer
 7. Large Objects
 8. Contexts and Multithreading
 9. Advanced Transaction Control
 10. Performance Tuning
 11. Combining JDBC, SQLJ, and Dynamic SQL
 A. Java and Oracle Type Mappings
 B. Oracle Java Utilities Reference
 C. SQLJ in Applets, Servlets, and JavaServer Pages
  Colophon
  Index

Database > Java Programming with Oracle SQLJ > Preface > Software and Versions

< BACKCONTINUE >

Software and Versions

The following software was used in preparing the examples for this book:

  • Windows NT 4.0 with Service Pack 5

  • Sun Microsystems JDK (1.2.2.005)

  • Oracle8i Database Release 2 (8.1.6)

  • Oracle Net8 (8.1.6)

  • Oracle SQLJ 8i (8.1.6) and SQLJ 9i (9.0.0.0.0 beta)

  • Oracle JDBC drivers (8.1.6, 8.1.7)

  • Oracle JDeveloper (3.1.1.2)

  • Oracle9i Application Server (1.0.2.0.0)

Trial versions of Oracle products may be downloaded from Oracle's Technet web site at http://technet.oracle.com. The Sun Microsystems JDK may be downloaded from Sun's Java web site at http://java.sun.com. The various Oracle Java command-line utilities use the same syntax and options regardless of the operating system on which they run.

< BACKCONTINUE >

Категории