Index Search Add FAQ Ask Question
Oracle PL/SQL FAQ
Topics
What is PL/SQL and what is it used for? Should one use PL/SQL or Java to code procedures and triggers? How can one see if somebody modifi...
<em>Oracle PL/SQL Best Practices</em> summarizes PL/SQL best practices in nine major categories: overall PL/SQL application development; programming standards; program testing, tracing, and debuggi...
OPP 2007
February 28 – March 1, 2007 San Mateo Marriott San Mateo, California
An ODTUG SP* Oracle PL/SQL Programming Conference
*SP – Seriously Practical Conference
ODTUG Kaleidoscope
June 18 – 2...
The fourth edition is a comprehensive update, adding significant new content and extending coverage to Oracle Database 10<i>g</i> Release 2. It adds brand-new chapters on security, I/O (file, email...
PL/SQL and SQL
Working with data that is accessed buy SQL can include the use of
• • • •
-1-
Cursors (Explicit, Implicit and Reference) Associative arrays Nested tables Variable arrays (Varrays)
...
Worst Practices For Developers and DBAs Alike
Who am I
• Been with Oracle for over 13 years • User of Oracle for over 18 years • The “Tom” behind AskTom in Oracle Magazine
www.oracle.com/oramag
...
Oracle and PL/SQL Interview Questions Q.What is the purpose of database links in Oracle? Database links are created to establish communication between different databases or different environments ...
PL/SQL Packages A PL/SQL package is away to group a set of program units (procedures/functions) together, a package is divided into two parts
• •
-1-
package header - lists the interface to the p...