Oracle Database 10g: Program with PL/SQL

This course introduces students to PL/SQL and helps them understand the benefits of this powerful programming language. In the class, students learn to create PL/SQL blocks of application code that can be shared by multiple forms, reports, and data management applications.

Students learn to create anonymous PL/SQL blocks, stored procedures, and functions. They learn about declaring variables and trapping exceptions. Students will also learn to develop stored procedures, functions, packages and database triggers. Students will learn to manage PL/SQL program units manage dependencies, manipulate large objects, and use some of the Oracle-supplied packages. Student use iSQL*Plus to develop these program units. Demonstrations and hands-on-practice reinforce the fundamental concepts.

For more detailed information about this class visit the Oracle Web Site

****After registering for the class, all students must contact Anna Nicolaisen at 240-567-7133 or email anna.nicolaisen@montgomerycollege.edu to purchase their textbook.

Audience:

Prerequisites: Oracle Database 10g: Introduction to SQL

Course Objectives:

Course Topics:
  1. Introduction to PL/SQL
  2. Declaring PL/SQL Identifiers
  3. Writing Executable Statements
  4. Interacting with the Oracle Server
  5. Writing Control Structures
  6. Working with Composite Data Types
  7. Using Explicit Cursors
  8. Handling Exceptions
  9. Creating Stored Procedures
  10. Creating Stored Functions
  11. Creating packages
  12. Using More Package Concepts
  13. Utilizing Oracle Supplied Packages in Application Development
  14. Dynamic SQL and Metadata
  15. Design Considerations for PL/SQL Code
  16. Managing Dependencies
  17. Manipulating Large Objects
  18. Creating Triggers
  19. Applications for Triggers
  20. Understanding and Influencing the PL/SQL Compiler