Oracle Training Overview
This Oracle 10g courseware training guide book will consider the grammar, syntax and benefits of using the PL/SQL language within an Oracle database environment. The Oracle PL/SQL language provides for programming logic features not contained within SQL. This course is taught using the following two volumes. Each volume may be presented as a standalone course. However, It is also frequently combined for this presentation as the "complete library" to consider more advanced features of the language as a single 5-day presentation.
Oracle Training Prerequisites
The course ORACLE DATABASE 10G: INTRODUCTION TO SQL – COMPLETE LIBRARY
Oracle Training Audience
Target audience for this course is all Oracle professionals. Among the specific groups for whom this course will be helpful are:
- Application designers and developers.
- Database administrators
Oracle Training Suggested Next Courses
Beyond the scope of this course there are crucial performance tuning and advanced programming structures which are very important to understand and use. These are considered within the follow-up:
- course ORACLE DATABASE 10G: ADVANCED PL/SQL PROGRAMMING & TUNING After some weeks or months of PL/SQL programming experience, it is strongly recommended that this additional course be considered. Various references are made to this course throughout this book so that one can see key areas where further detail is useful.
Oracle Training Course Objectives
The primary objective of this course is to provide an introduction to the PL/SQL database programming language, based upon the latest features available with the Oracle10g Release 2 (R2) revision. Major subject areas to be explored are:
- Understand the environment and context in which PL/SQL operates.
- Consider the advantages and benefits of PL/SQL within a database environment.
- Declaring program variables and complex data types.
- Developing logic within PL/SQL program blocks.
- Fetching data from the database into program variables.
- Returning program output to users.
- Handling program exceptions.
- Using explicit and implicit database cursors.
- Using the advanced features of nested blocks and subprograms.
- How to take advantage of new features such as regular expression support and the handling of string literals within program code.
The objective of this course is to equip students to develop database server-side PL/SQL program units within an Oracle database. Major subject areas to be explored and secondary objectives are:
- Understanding application partitioning within a client/server or multi-tiered web-based architecture.
- Understanding the basic form and structure of program units stored within the database.
- Building and maintaining database stored program units.
- Encapsulating stored units within packages and taking advantage of accompanying advanced programming techniques such as cursor variables and cursor expressions.
- Handling intricate theoretical challenges, such as mutating tables.
- Building and maintaining DML-event and system-event database triggers.
- Discuss the storage and execution model for database programs and how one can write efficient programs to maximize performance.
- Using system-supplied packages to extend the power of your SQL statements and PL/SQL applications
Oracle Training Certification
This course considers subjects included within the Oracle Certification Examination 1Z0-147 entitled "Program With PL/SQL". This examination is part of the following Oracle certification tracks:
- Oracle PL/SQL Developer Certified Associate (OCA)
- Oracle Forms Developer Certified Professional (OCP)
Oracle Training Course duration
5 Days
Oracle Training Course outline - Part I
LANGUAGE FEATURES
- UNDERSTANDING PL/SQL
- STRUCTURE OF A PL/SQL PROGRAM BLOCK
- PL/SQL FROM INTERACTIVE TOOLS
- GENERATING OUTPUT WITHIN SQL*PLUS
DECLARE CLAUSE
- ABOUT THE DECLARE CLAUSE
- DECLARE SIMPLE TYPES
- COMPLEX TYPES
- TYPE ... TABLE
- TYPE ... RECORD
BEGIN CLAUSE
- ABOUT THE BEGIN CLAUSE
- PERFORMING DATA MANIPULATION
- LOGIC CONTROL & BRANCHING
- IF-THEN-ELSE
- CASE
EXCEPTION CLAUSE
- ABOUT THE EXCEPTION CLAUSE
- ISOLATING THE SPECIFIC EXCEPTION
- PRAGMA EXCEPTION_INIT
- SQL%ROWCOUNT & SELECT...INTO
EXPLICIT CURSORS
- ABOUT EXPLICIT CURSORS
- ADVANCED CURSOR TECHNIQUES
ADVANCED PROGRAMMING: NESTED BLOCKS
ADVANCED PROGRAMMING: DECLARED SUBPROGRAMS
Course Outline Part II
INTRODUCING DATABASE PROGRAM UNITS
- ABOUT DATABASE PROGRAM UNITS
- TYPES OF PL/SQL PROGRAM UNITS
- TYPES OF STORED PROGRAM UNITS
- ADVANTAGES OF USING STORED PROGRAM UNITS
- DEVELOPMENT TOOLS
CREATING STORED PROCEDURES & FUNCTIONS
- ABOUT STORED PROCEDURES & FUNCTIONS
- CREATING PROCEDURES & FUNCTIONS
- EXECUTING PROCEDURES & FUNCTIONS
- HANDLING COMPILATION ERRORS
MAINTAINING STORED PROCEDURES & FUNCTIONS
- RECOMPILING & DROPPING PROGRAMS
- DATA DICTIONARY STORAGE
- MANAGING DEPENDENCIES
CREATING & MAINTAINING PACKAGES
- ABOUT PACKAGES
- CREATING PACKAGES
- ADVANCED PROGRAMMING TECHNIQUES
- MAINTAINING PACKAGES
ADVANCED CURSOR TECHNIQUES
- USING CURSOR VARIABLES
- USING CURSOR EXPRESSIONS
USING SYSTEM-SUPPLIED PACKAGES
CREATING DATABASE TRIGGERS
- ABOUT DATABASE TRIGGERS
- STATEMENT-LEVEL TRIGGERS
- ROW-LEVEL TRIGGERS
- EXAMPLES OF TRIGGERS
- INSTEAD OF TRIGGERS
- EMPLOYING TRIGGERS WITHIN AN APPLICATION
MAINTAINING DATABASE TRIGGERS
- CALL SYNTAX
- MULTIPLE TRIGGERS PER EVENT
- TRIGGER MAINTENANCE TASKS
- SHOW ERRORS TRIGGER
- DROP TRIGGER
- ALTER TRIGGER
- HANDLING MUTATING TABLE ISSUES
IMPLEMENTING SYSTEM EVENT TRIGGERS
- WHAT ARE SYSTEM EVENT TRIGGERS?
- DEFINING THE SCOPE
- AVAILABLE SYSTEM EVENTS
- SYSTEM EVENT ATTRIBUTES
|