
Oracle PL/SQL Language Pocket Reference
O'Reilly (Publisher)
2nd Edition
Published on 18. March 2003
Book
Paperback/Softback
128 pages
978-0-596-00472-9 (ISBN)
Article exhausted; check for reprint
Description
Updated for Oracle9i, this second edition of the "Oracle PL/SQL Language Pocket Reference" boils down the most vital information from Oracle PL/SQL Programming into a convenient quick reference to PL/SQL basics. This compact book should be useful for new and seasoned Oracle database developers alike. It summarizes features available in Oracle9i and provides essential information on PL/SQL block structure, fundamental language elements, control statements, and use of procedures, functions, packages, triggers, Oracle objects, external procedures, and methods of calling Java classes from PL/SQL.
More details
Edition
2., Aufl.
Language
English
Place of publication
Sebastopol
United States
Target group
College/higher education
Professional and scholarly
Edition type
Revised edition
Illustrations
index
Dimensions
Height: 177 mm
Width: 111 mm
Weight
240 gr
ISBN-13
978-0-596-00472-9 (9780596004729)
Schweitzer Classification
Other editions
New editions

Steven Feurstein | Bill Pribyl | Chip Dawes
Oracle PL/SQL Language Pocket Reference, 5E
A Guide to Oracle's PL/SQL Language Fundamentals
Book
10/2015
5th Edition
O'Reilly
€19.00
Shipment within 10-20 days

Steven Feuerstein | Bill Pribyl | Chip Dawes
Oracle PL/SQL Language Pocket Reference
Book
05/2004
3rd Edition
O'Reilly
€8.50
Article exhausted; check for reprint
Previous edition

Steven Feuerstein | Bill Pribyl | Chip Dawes
Oracle PL/SQL Language Pocket Reference
Book
05/1999
O'Reilly
€8.50
Article exhausted; check for reprint
Persons
Steven Feuerstein is considered one of the world's leading experts on the Oracle PL/SQL language. He is the author or coauthor of Oracle PL/SQL Programming, Oracle PL/SQL Best Practices, Oracle PL/SQL Programming: Guide to Oracle8i Features, Oracle PL/SQL Developer's Workbook, Oracle Built-in Packages, Advanced Oracle PL/SQL Programming with Packages, and several pocket reference books (all from O'Reilly & Associates). Steven is a Senior Technology Advisor with Quest Software, has been developing software since 1980, and worked for Oracle Corporation from 1987 to 1992. Bill Pribyl, author, teacher, and software consultant,is the primary author of Learning Oracle PL/SQL and the coauthor of Oracle PL/SQL Programming and its companion pocket reference, all published by O'Reilly & Associates. An Oracle user since 1986, Bill has consulted on many aspects of using Oracle products. He recently spearheaded PLNet.org, a Web-based repository where developers can share open source PL/SQL. Chip Dawes has been building and maintaining systems on relational databases since 1988 and with Oracle since 1990. He is currently a consultant with D&D Technologies, a Chicago consultancy. He enjoys working with, lecturing on, and writing about Oracle database administration, client server application development, and Unix system administration. Chip is an Oracle Certified Professional and earned computer science and aerospace engineering degrees from St. Louis University.
Content
Introduction PL/SQL Language Fundamentals PL/SQL Character Set Identifiers Boolean, Numeric, and String Literals Datetime Interval Literals (Oracle9i) Delimiters Comments Pragmas Statements Block Structure Variables and Program Data Scalar Datatypes NLS Character Datatypes LOB Datatypes Implicit Datatype Conversions NULLs in PL/SQL Declaring Variables Anchored Declarations Programmer-Defined Subtypes Conditional and Sequential Control Conditional Control Statements Sequential Control Statements Loops Simple Loop Numeric FOR Loop Cursor FOR Loop WHILE Loop REPEAT UNTIL Loop Emulation EXIT Statement Loop Labels Database Interaction Transaction Management Autonomous Transactions Cursors in PL/SQL Explicit Cursors Implicit Cursors Dynamic Cursors Cursor Variables Cursor Expressions Exception Handling Declaring Exceptions Raising Exceptions Scope Propagation Records in PL/SQL Declaring Records Referencing Fields of Records Record Assignment Nested Records Named Program Units Procedures Functions Parameters Triggers Creating Triggers Trigger Predicates DML Events DDL Events Database Events Packages Package Structure Referencing Package Elements Package Data SERIALLY_REUSABLE Pragma Package Initialization Calling PL/SQL Functions in SQL Calling a Function Requirements and Restrictions Calling Packaged Functions in SQL Column/Function Name Precedence Oracle's Object-Oriented Features Object Types Type Inheritance (Oracle9i) Methods Methods in Subtypes (Oracle9i) Manipulating Objects in PL/SQL and SQL Upcasting and Downcasting (Oracle9i) Changing Object Types Collections Declaring a Collection Initializing Collections Adding and Removing Elements Collection Pseudo-Functions Collection Methods Collections and Privileges Nested Collections (Oracle9i) Bulk Binds External Procedures Creating an External Procedure Parameters Java Language Integration Example Publishing Java to PL/SQL Data Dictionary Reserved Words Index