Backus-Naur notation for PL/SQL
BNF for PL/SQL 2.1 for Oracle7 (an old version, but still interesting)
url: cui.unige.ch/db-research/Enseignement/analyseinfo/...
Code Samples and Suggestions
Over a dozen tips, tricks, and code samples, by Jonathan Lewis.
url: www.jlcomp.demon.co.uk/ind_plsql.html
FAQ by Frank Naudé
Part of the so-called "underground" Oracle FAQ, this is a brief but useful list of PL/SQL questions & answers.
url: www.orafaq.com/faqplsql.htm
ITToolbox - PL/SQL code exchange
Public forum where programmers can submit, retrieve, and rate PL/SQL code fragments
url: oracle.ittoolbox.com/code/d.asp?i=10&t=430&a=t
Ixora Q & A
Questions with answers by Steve Adams, expert on Oracle internals
url: www.ixora.com.au/q+a/plsql.htm
Message board on orafaq.net
Unmoderated questions and answers.
url: www.orafaq.net/msgboard/plsql/index1.htm
mod_owa: Apache PL/SQL Gateway Module
Open source Apache module allowing PL/SQL to generate dynamic web pages.
url: www.sharemation.com/~dmcmahon/modowa.htm
mod_plsql
A Apache module. It aims to provide Oracle Web Application Server 3.0 API compatible interface to Oracle RDBMS. Tested with Oracle8/8i.
url: www.total-knowledge.com/progs/mod_plsql/
OracleTricks - Tips, Tricks, and Utilities
Free, reusable PL/SQL scripts; page is part of larger collection of Oracle tricks.
url: www.geocities.com/oracletricks/plsql/
Pal's Linux RDBMS Library - Oracle SQL and PL/SQL
Annotated links to free online readings
url: www.palslib.com/Oracle/SQL_and_PLSQL.html
PLNet.org
An open source, focused, common repository for PL/SQL developers. Intended to improve the day-to-day life of thousands of Oracle developers around the world.
url: plnet.org/
PL/SQL help and tutorial
Simple examples of various language features
url: www.ilook.fsnet.co.uk/ora_sql/sqlmain2.htm
PL/SQL tips
Short tips and code fragments written (or collected) by Connor McDonald. Includes bit operations, undocumented features, and 8.1.7.
url: www.oracledba.co.uk/tips_plsql.htm
PL/SQL Tutorials
Ian Saunder's introductory lessons on PL/SQL.
url: www.hot-oracle.com/topics.html?topicId=2
RevealNet PL/SQL Pipeline
Free developer forum. Post your most vexing questions, get answers from recognized experts.
url: www.revealnet.com/Pipelines/PLSQL/index.htm
Selected Utilities/Frequently Asked Questions
Scripts and solutions from Oracle maven Thomas Kyte, including a PL/SQL generator to address the "update cascade" problem.
url: govt.oracle.com/~tkyte/
UC Davis - Tutorials
Oracle SQL and PL/SQL tutorials from the UC Davis Database and Information Systems Group (DBIS)
url: sirius.cs.ucdavis.edu/teaching/sqltutorial/
utPLSQL Project
Open-source unit testing framework based on principles of "Extreme Programming."
url: oracle.oreilly.com/utplsql/