Downloadable Oracle
tutorials and examples in pdf and html
format including and introduction to
Oracle, introduction to PL/SQL, Oracle's
data dictionary, introduction to Oracle
and Java.
PL/SQL stands for
Procedural Language/SQL. PL/SQL extends
SQL by adding constructs found in procedural
languages, resulting in a structural
language that is more powerful than
SQL
This topic includes
over 300 technical documents and bulletins
published by Oracle Worldwide Customer
Support. These documents contain useful
technical information, alerts, sample
scripts and other sample files.
Embedded SQL is a
method of combining the computing power
of a high-level language like C/C++
and the database manipulation capabilities
of SQL. It allows you to execute any
SQL statement from an application program.