| 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 | 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. | |