Oracle Database 10g Introduction with PL/SQL
Course Number: Duration: 40 hours
 
Objectives
Design PL/SQL anonymous blocks that execute efficiently.
Write PL/SQL code to interface with the database.
Describe the features and syntax of PL/SQL.
Use PL/SQL programming constructs and conditionally control code flow (loops, control structures, and explicit cursors).
Handle runtime errors.
Create simple procedures and functions.
Design PL/SQL packages to group and contain related constructs.
Categorize and Use the Oracle supplied PL/SQL packages to generate screen output, file output, web output, and mail output.
Schedule PL/SQL jobs to run independently.
Write dynamic SQL for more coding flexibility.
Create triggers to solve business challenges.
Manage dependencies between PL/SQL subprograms.
Target Audience PL/SQL Developer
Database Designers
Forms Developer
Technical Consultant
Topics Introduction to PL/SQL, Declaring PL/SQL Identifiers, Writing Executable Statements, Interacting with the Oracle Server, Writing Control Structures, Working with Composite Data Types, Using Explicit Cursors, Handling Exceptions, Creating Stored Procedures, Creating Stored Functions, Creating Packages, Using More Package Concepts, Utilizing Oracle Supplied Packages in Application Development, Dynamic SQL and Metadata, Design Considerations for PL/SQL Code, Managing Dependencies, Manipulating Large Objects, Creating Triggers, Applications for Triggers, Understanding and Influencing the PL/SQL Compiler.
Prerequisites Oracle Database 10g: Introduction to SQL.