Skip to content

Oracle PL/SQL Language Pocket Reference

Best in textbook rentals since 2012!

ISBN-10: 0596514042

ISBN-13: 9780596514044

Edition: 4th 2007 (Revised)

Authors: Steven Feuerstein, Bill Pribyl, Chip Dawes

List price: $14.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

The fourth edition of this popular pocket guide provides quick-reference information that will help you use Oracle's PL/SQL language, including the newest Oracle Database 11g features. It's a companion to Steven Feuerstein and Bill Pribyl's bestselling Oracle PL/SQL Programming.This concise guide boils down the most vital PL/SQL information into an accessible summary of:* Fundamental language elements (e.g., block structure, datatypes, declarations)* Statements for program control, cursor management, and exception handling* Records, procedures, functions, triggers, and packages* Calling PL/SQL functions in SQL* Compilation options, object-oriented features, collections, and Java…    
Customers also bought

Book details

List price: $14.99
Edition: 4th
Copyright year: 2007
Publisher: O'Reilly Media, Incorporated
Publication date: 11/13/2007
Binding: Paperback
Pages: 180
Size: 4.75" wide x 7.00" long x 0.50" tall
Weight: 0.352
Language: English

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.

PL/SQL Language Fundamentals
Variables and Program Data
Conditional and Sequential Control
Loops
Database Interaction
Cursors in PL/SQL
Exception Handling
Records in PL/SQL
Collections in PL/SQL
Built-in Functions and Packages
Stored Procedures and Functions
Triggers
Packages
Calling PL/SQL Functions in SQL
Object-Oriented Features
Compilation
Java Language Integration