Oracle 11g PL/SQL Training
Course Duration: 72 Hours
Course Fee: 20,000 tk
ORACLE 11G PL/SQL TRAINING OVERVIEW
- Understand the environment and context in which PL/SQL operates
- Consider the advantages and benefits of PL/SQL within a database environment
- Declare program variables and complex data types
- Develop logic within PL/SQL program blocks
- Fetch data from the database into program variables
- Return program output to users
- Handle program exceptions
- Use explicit and implicit database cursors
- Maintain and implement triggers
- Monitor Tablespaces
- About Resumable Space Allocation
- Table Storage Management
- Pctfree Illustrated
- Use The Segment Advisor
- Cascade To Dependent Objects
- Optionally Call Delete_Task()
ORACLE 11G PL/SQL TRAINING CURRICULUM
Part1: Choosing a SQL & PL/SQL Interface
- Using SQL Developer
- Using SQL*PLUS
- Using Application Express
- Using JDeveloper Studio
Part2: Language Features
- Understanding PL/SQL
- Structure of A PL/SQL Program Block
- Using PL/SQL from SQL*PLUS
Part3: Declare Clause
- About the Declare Clause
- Declare Simple Types
- Declare Complex Types
- Type … Table
- Type … Record
Part4: Begin Clause
Part5: Exception Clause
Part6: Explicit Cursors
Part7: Introducing Database Program Units
Part8: Creating Stored Procedures & Functions
Part9: Maintaining Stored Procedures & Functions
- Recompiling & Dropping Programs
- Data Dictionary Storage
- Managing Dependencies
Part10: Creating & Maintaining Packages
- About Packages
- Creating Packages
- Advanced Programming Techniques
- Maintaining Packages
Part11: Advanced Cursor Techniques
- Using Cursor Variables
- Using Cursor Expressions
Part12: Using System-Supplied Packages
- DBMS_OUTPUT()
- UTL_FILE()
Part13: Creating Database Triggers
- About Database Triggers
- Statement-Level Triggers
- Row-Level Triggers
- Examples of Triggers
- Instead of Triggers
- Employing Triggers within an Application
Part14: Maintaining Database Triggers
- Call Syntax
- Trigger Maintenance Tasks
- Show Errors Trigger
- Drop Trigger
- Alter Trigger
- Handling Multiple Triggers for A Table
- Handling Mutating Table Issues
Part15: Implementing System Event Triggers
- What Are System Event Triggers?
- Defining the Scope
- Available System Events