|
|
|
|
Oracle Training Overview
This Oracle 11g courseware training guide book will provide an introduction to the PL/SQL database programming language, based upon the latest features available with the Oracle database.
Syntax, structure and features of the language are discussed in the context of database applications and programming.
Oracle Training Course Objectives
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 advanced features such as regular expression support and the handling of string literals within program code.
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
- Business users and non-technical senior end users
Prerequisites
The course ORACLE DATABASE 11G: SQL FUNDAMENTALS – COMPLETE LIBRARY is a mandatory prerequisite for this course.
Oracle Training Next Course
The course ORACLE DATABASE 11G: PL/SQL FUNDAMENTALS II – DEVELOP PROGRAM UNITS
Certification Examination
This course considers subjects useful for certification as an Oracle Certified Master (OCM), the most advanced and prestigious Oracle database certification level.
Oracle Training Course duration
2 Days
Oracle Training Course outline
CHOOSING A SQL & PL/SQL INTERFACE- USING SQL DEVELOPER
- USING SQL*PLUS
- USING APPLICATION EXPRESS
- USING JDEVELOPER STUDIO
LANGUAGE FEATURES - UNDERSTANDING PL/SQL
- STRUCTURE OF A PL/SQL PROGRAM BLOCK
- USING PL/SQL FROM SQL*PLUS
DECLARE CLAUSE - ABOUT THE DECLARE CLAUSE
- DECLARE SIMPLE TYPES
- DECLARE COMPLEX TYPES
- TYPE ... TABLE
- TYPE ... RECORD
BEGIN CLAUSE - ABOUT THE BEGIN CLAUSE
- PERFORMING DATA MANIPULATION
- LOGIC CONTROL & BRANCHING
- LOOP
- 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: DECLARED SUBPROGRAMS
|
|
|
|
|