113.

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;}
closeJava Programming with Oracle SQLJ
  Copyright
  Table of Contents
 closePreface
   Audience
   Organization
   About the Examples
  Software and Versions
   Conventions Used in This Book
   Comments and Questions
   Acknowledgments
 open1. Introduction
 open2. Relational Databases, SQL, and PL/SQL
 open3. Fundamental SQLJ Programming
 open4. Database Objects
 open5. Collections
 open6. Deploying SQLJ in the JServer
 open7. Large Objects
 open8. Contexts and Multithreading
 open9. Advanced Transaction Control
 open10. Performance Tuning
 open11. Combining JDBC, SQLJ, and Dynamic SQL
 openA. Java and Oracle Type Mappings
 openB. Oracle Java Utilities Reference
 openC. 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 >


Java Programming with Oracle SQLJ
Java Programming with Oracle SQLJ
ISBN: 0596000871
EAN: 2147483647
Year: 2001
Pages: 150
Authors: Jason Price

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net