Oracle PL/SQL Language Pocket Reference

Oracle PL/SQL Language Pocket ReferenceSearch this book
 Chapter 1Next: 1.2 Acknowledgments
 

1. Oracle PL/SQL Language Pocket Reference

Contents:
Introduction
Acknowledgments
Conventions
PL/SQL Language Fundamentals
Variables and Program Data
Conditional and Sequential Control
Loops
Database Interaction and Cursors
Cursors in PL/SQL
Exception Handling
Records in PL/SQL
Named Program Units
Triggers
Packages
Calling PL/SQL Functions in SQL
Oracle8 Objects
Collections
External Procedures
Java Language Integration

1.1 Introduction

The Oracle PL/SQL Language Pocket Reference is a quick reference guide to the PL/SQL programming language, which provides procedural extensions to the SQL relational database language and a range of Oracle development tools.

Where a package, program, or function is supported only for a particular version of Oracle (e.g., Oracle8i), we indicate this in the text.

The purpose of this pocket reference is to help PL/SQL users find the syntax of specific language elements. It is not a self-contained user guide; basic knowledge of the PL/SQL programming language is required. For more information, see the following books:

Oracle PL/SQL Programming, 2nd Edition, by Steven Feuerstein with Bill Pribyl (O'Reilly & Associates, 1997).

Oracle Built-in Packages, by Steven Feuerstein, Charles Dye, and John Beresniewicz (O'Reilly & Associates, 1998).

Oracle PL/SQL Built-ins Pocket Reference, by Steven Feuerstein, John Beresniewicz, and Chip Dawes (O'Reilly & Associates, 1998).


 Oracle PL/SQL Language Pocket ReferenceNext: 1.2 Acknowledgments
  1.2 Acknowledgments

The Oracle Library Navigation

Copyright (c) 2000 O'Reilly & Associates. All rights reserved.

Library Home Oracle PL/SQL Programming, 2nd. Ed. Guide to Oracle 8i Features Oracle Built-in Packages Advanced PL/SQL Programming with Packages Oracle Web Applications Oracle PL/SQL Language Pocket Reference Oracle PL/SQL Built-ins Pocket Reference