IntelliBI Innovations Technologies

PL/SQL

PL/SQL (Procedural Language/Structured Query Language) is a procedural extension of SQL, specifically designed for Oracle Database. It is a block-structured language that enables developers to write stored procedures, functions, triggers, and packages within the Oracle Database environment.
Learning Format

Online/Offline Mode

Total Training Duration

40 Hrs

Hands-on Project Duration

1 Month

Certification

Yes

PL/SQL (Procedural Language/Structured Query Language) is a procedural extension of SQL, specifically designed for Oracle Database. It is a block-structured language that enables developers to write stored procedures, functions, triggers, and packages within the Oracle Database environment. PL/SQL combines the data manipulation capabilities of SQL with the procedural programming features of traditional programming languages like loops, conditions, variables, and exception handling. It provides a powerful and flexible programming environment for developing database-centric applications.

PL/SQL is widely used in Oracle Database environments for developing database-centric applications, implementing business logic, and improving the performance and manageability of database operations. It provides a powerful and efficient way to interact with the Oracle Database and leverage the SQL capabilities in a procedural programming environment.

Training Highlights :

Training will be for experienced as well as for freshers also where everyone will get familiar with RDBMS concepts using Oracle and will be expert in PLSQL programming. Training will be user friendly and will be more focusing on real time programs as per industry standards.

Subject Overview :

By attending the training, you will become the expert in PLSQL programming. There will be complete subject covered by explaining each in & out of PLSQL. We shall be covering the following in training:

  • Understanding the PLSQL block
  • Advantage of PLSQL
  • Writing programs in PLSQL
  • Cursors
  • Procedures / Packages / Functions and Triggers
  • Creating the executable section
  • Exception Handling
  • Advanced PLSQL programming like Varrays, Nested tables etc.

Interview Preparation :

As per the topics covered, after each topics there will be interview questions preparation.

For whom PL/SQL is?
IT professional can easily enter into leading Database Programming Language which is close to all domain as back-end PLSQL Developer. There are so many reason to go ahead:

  • Oracle PLSQL is extension of SQL platform; Seamlessly integrates procedural construct with SQL.
  • It is Oracle Corporation’s standard Data access language for Relation Databases.
  • Oracle PLSQL Developer opportunities are so many more with MNCs.
  • It is easy to survive with Product Development & Service based company due to Oracle Database product.
  • On completion Oracle PLSQL training you can attempt certification exam.Certified candidate can take benefit as IT document and can get good opportunity in IT world, as skill set PLSQL Developer.

Duration of Training  :  40 hrs

Batch type  :  Weekdays/Weekends

Mode of Training  :  Classroom/Online/Corporate Training

Hands on Project minimum 1 month duration.

Advanced PLSQL Training & Certification in Pune

Highly Experienced Certified Trainer with 10+ yrs Exp. in Industry

Realtime Projects, Scenarios & Assignments

COURSE CONTENT

WEEK-01 :

Oracle PLSQL 

PLSQL Basic :

Introduction to Oracle PLSQL

  • Oracle PLSQL: Course Agenda, Course HR
  • Data set
  • PLSQL Environment
  • Benefits and Block structure
  • Create & Execute Anonymous Block
  • Test output of PLSQL Block.
  • Practice Overview.

Declaration PLSQL Variables

  • Use of Variables
  • Identifier Handling Variable in PLSQL
  • Declaration & Initialization of PLSQL variable
  • Type of Variable
  • Guideline for Declaration & Initialization PLSQL Variables
  • Scalar Data Type
  • Bind Variables Substitution Variables Composite and LOB Data Type Variables.
  • Practice Overview.

Writing Executable Statement

  • Lexical Unit of PLSQL Block
  • Commenting Code
  • Usage of SQL Function in PLSQL
  • Nested Block
  • Variable Scope & Visibility
  • Operator in PLSQL
  • Indenting PLSQL Code.
  • Practice Overview 

WEEK-02 :

Interacting with Oracle Server

  • SQL Statement in PLSQL
  • Naming Convention
  • Manipulating Data using PLSQL
  • Inserting, Updating, Deleting, & Merging Data in PLSQL
  • SQL Cursor & Attribute.
  • Practice Overview.

Writing Control Structure

  • Controlling Flow of Execution
  • IF statement, IF THEN ELSE Statement
  • IF ELSIF ELSE clause, NULL values in IF Statements,
  • Case Expression
  • Loop statements BASIC Loop, WHILE Loop, FOR Loop
  • Guidance while using loop
  • Nested Loop and Labels.
  • Practice Overview.

Working with Composite Data Type

  • Composite Data Type
  • PLSQL Records
  • PLSQL Records Structure
  • The %ROWTYPE Attribute
  • Advantages of %ROWTYPE & Sample Program using Record %ROWTYPE.
  • Practice Overview.

WEEK-03 :

Cursor

  • About Cursors
  • Explicit cursor operations
  • Curosr Life Cycle 
  • Cursor & Records, Cursor FOR loop, Explicit Cursor Attributes
  • Usage of FOR UPDATE & WHERE CURRENT OF Clause, Cursor with Sub-Queries.
  • Practice overview. 

Handling Exception

  • Handling Exception using PLSQL
  • Exception Types
  • Trapping Exceptions, Guidelines for Trapping Exception
  • Trapping Predefined & Non Predefined Oracle Server Errors
  • Function of  Trapping Exception
  • Propagate Exception in Sub-Block
  • RAISE_APPLICATION_ERROR Procedure .
  • Practice Overview.

Introduction to Stored Procedure & Function

  • Stored Procedure & Function
  • Difference between Anonymous Block and Sub-programs
  • Procedure Syntax
  • Example
  • Execution
  • Function Syntax
  • Example Execution
  • Passing Parameter to Function etc.
  • Practice Overview.

WEEK-04 :

PLSQL Advanced :

Creating Stored Procedures

  • Developing Procedure
  • What is parameters?
  • Formal & Actual Parameters
  • Procedural Parameter Modes
  • Example of IN, OUT, INOUT parameter passing modes
  • Invoking Procedure,
  • Handle Exception,
  • Remove Procedure
  • Viewing Procedure in the Data Dictionary
  • Benefit of Subprograms
  • Practice Overview.

Creating Stored Functions

  • Developing Function
  • Way to execute Function,
  • Advantages of User Defined Function in SQL statements
  • Function in SQL Expression
  • Location to Call User Defined Function
  • Restriction on Calling from SQL Expressions
  • Controlling side effect Calling Functions from SQL Expression
  • Remove Function
  • Viewing Function in the Data Dictionary
  • Procedure Versus Function.
  • Practice Overview.

Introduction to Collection

  • Why Collection?
  • Oracle Collection
  • Associative Array, Varray, Nested Table
  • Scenario for Collection When to use What, Ref Cursors, Type Ref Cursors
  • Advantage/Disadvantage of Ref Cursor.
  • Practice overview.

WEEK-05 :

Creating Packages

  • PLSQL Package
  • Component of PLSQL Package
  • Visibility of Package Component
  • Developing PLSQL Package
  • Creating Package Specification & Package Body
  • Invoking Package Subprograms
  • Creating & Using Bodiless Package
  • Removing Package
  • Viewing Package in the Data Dictionary
  • Guideline to writing Package
  • Advantage of Using Package.
  • Practice overview.

Advancement on Package Concept

  • Overloading Subprograms
  • Overloading the Standard Package
  • Use of Forward Declaration
  • Package Initialization Block
  • Use Package Function in SQL & Restriction
  • Persistent State of Package/Variables, Package using Collection
  • Wrapper Utility
  • Guideline for Wrapping.
  • Practice Overview.

Design Consideration for PLSQL Code

  • Standardizing Constant & Exception
  • Exception Handling
  • Local Subprgrams
  • Definer’s Rights Versus Invoker’s Right, Features of Autonomous Transaction
  • Bulk Binding,
  • Bulk Binding FORALL Example
  • Using BULK COLLECT INTO with Queries/Cursors.
  • Practice Overview. 

WEEK-06 :

Creating Triggers

  • Type of Triggers
  • Guidelines of Designing Triggers
  • Creating DML Trigger
  • Type of DML Triggers
  • Trigger Timing, Trigger Firing Sequences
  • DML Statement Triggers
  • Using Conditional Predicates
  • DML ROW Trigger, Old, New Qualifier, Restricting Row Trigger
  • Implementing Integrity Constraint with a Trigger
  • Comparison of Database Triggers and Stored Procedure
  • Comparison of DB Trigger and Oracle Forms Triggers
  • Managing
  • Removing
  • Testing Trigger.
  • Practice Overview.

Application for Triggers

  • Creating Database Triggers
  • Creating Triggers on DDL Statements
  • Creating Triggers on System Events
  • LOGON, LOGOFF Triggers Examples
  • CALL Statements
  • Reading Data From a Mutating Table, Benefit of DB Triggers
  • Business Application Scenario for Implementing Triggers
  • Viewing Triggers in Data Dictionary using USER_TRIGGERS.
  • Practice Overview.

Project Work

  • It covers real time project scenario including all deliver conceptual session based on Database 10g/11g. It includes Data Import, Validation, Audit Trail, Performance based Program etc.

IntelliBI Innovations is a trusted training center in administrative and software development courses from past 7+ years. IntelliBi offers strategic preparing ways for the certification abilities to upgrade yourself in a better way. Your success is our aim. We center around offering you the best classrooms/ virtual experience alongside the best client assistance. our certification from our technology partners also extends to our facilities. Our devotion to your prosperity is reflected in our agreeable staff, eager teachers and dynamic homeroom setting and hardware.

Apply Now

Request a callback

× I Want Details To Whatsapp