Follow Us :

Oracle Database: Program with PL/SQL

Course_Reference: 
D64256GC10
Summary: 

This course starts with an introduction to PL/SQL and proceeds to list the benefits of this powerful programming language. Participants are made aware of how to create PL/SQL blocks of application code that can be shared by multiple forms, reports, and data management applications. In addition, creation of anonymous PL/SQL blocks as well as stored procedures and functions are covered in this course.

PreRequisites: 

Required Prerequisites:

• Oracle Database: Introduction to SQL (combination of Oracle Database: SQL Fundamentals I and Oracle Database: SQL Fundamentals II listed)
• Oracle Database: SQL Fundamentals I
• Oracle Database: SQL Fundamentals II

Suggested Prerequisites:

• Previous programming experience

Audience: 

• PL/SQL Developer
• Forms Developer
• Application Developers
• Database Administrators
• Technical Consultant
• Portal Developer
• System Analysts
• Developer

Objectives: 

• Create and debug stored procedures and functions
• Use conditional compilation to customize the functionality in a PL/SQL application without removing any source code
• Design PL/SQL packages to group related constructs
• Create overloaded package subprograms for more flexibility
• Design PL/SQL anonymous blocks that execute efficiently
• Use the Oracle supplied PL/SQL packages to generate screen output, file output and mail output
• Write dynamic SQL for more coding flexibility
• Describe the features and syntax of PL/SQL
• Use PL/SQL programming constructs and conditionally control code flow (loops, control structures, and explicit cursors)
• Manage dependencies between PL/SQL subprograms
• Handle runtime errors
• Create triggers to solve business challenges
• Design PL/SQL code for predefined data types, local subprograms, additional pragmas, standardized constants and exceptions

  • Introduction 
  • Introduction to PL/SQL
  • Declare PL/SQL Identifiers
  • Write Executable Statements 
  • Interaction with the Oracle Server  
  • Control Structures 
  • Composite Data Types  
  • Explicit Cursors
  • Exception Handling  
  • Stored Procedures 
  • Stored Functions and Debugging Subprograms 
  • Packages
  • Deploying Packages
  • Implement Oracle-Supplied Packages in Application Development 
  • Dynamic SQL
  • Design Considerations for PL/SQL Code
  • Triggers
  • Creating Compound, DDL, and Event Database Triggers
  • PL/SQL Compiler  
  • Manage PL/SQL Code
  • Manage Dependencies 
Description: 

Participants enhance their developer skills by learning to develop, execute, and manage PL\SQL
stored program units such as procedures, functions, packages, and database triggers. Understanding the basic functionality of how to debug functions and procedures using the SQL
Developer Debugger gives way to refined lines of code. Participants also learn to manage PL/SQL subprograms, triggers, declaring identifiers, and trapping exceptions. The utilization of some of the Oracle-supplied packages is also in the course. Additionally participants learn to use Dynamic SQL, understand design considerations when coding using PL/SQL, understand and influence the PL/SQL compiler, and manage dependencies.