Oracle 19c PL/SQL Fundamentals (TTOR12019)
* Looking for a flexible schedule (after hours or weekends)? Please call 858-208-4141 or email us: sales@ccslearningacademy.com.
Student financing options are available.
Transitioning military and Veterans, please contact us to sign up for a free consultation on training and hiring options.
Looking for group training? Contact Us
Course schedule:About This Course
Oracle 19c PL/SQL Fundamentals is a three-day, hands-on technical course that introduces Oracle database programming using the PL/SQL programming language. Throughout the course students will explore the core syntax, structure and features of the language. This course will also lay the foundation for the entire Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications. The course also explores applying the newly learned skills to the development of database applications. Participants will learn how to use database-resident stored program units such as procedures, functions, packages and database triggers. Students will also learn about the latest features in Oracle 19c.
Course Agenda
Please note that this list of topics is based on our standard course offering, evolved from typical industry uses and trends. We’ll work with you to tune this course and level of coverage to target the skills you need most.
- Selection & Setup of the Database Interface
- Considering Available Tools
- Selecting the Appropriate Tool
- Oracle Net Database Connections
- Oracle PAAS Database Connections
- Setup SQL Developer
- Setup SQL *Plus
- Setup JDeveloper
- About BIND and Substitution Variables
- Using SQL Developer
- Using SQL *Plus
- PL/SQL Language Essentials
- PL/SQL Program Structure
- Language Syntax Rules
- Embedding SQL
- Writing Readable Code
- Embedding SQL
- Writing Readable Code
- Generating Readable Code
- Generating Database Output
- SQL * Plus Input of Program Block
- DECLARE Section
- About the Declare Section
- Declare Primitive Types
- Declaration Options
- Not Null
- Constant
- Data Dictionary Integration
- % Type
- Declare Simple User-Defined Types
- Type … Table
- Type … Record
- Extended User Defined Types
- BEGIN Section
- About the Begin Section
- Manipulating Program Data
- Logic Control & Braching
- GOTO
- LOOP
- IF-THEN-ELSE
- CASE
- EXCEPTION Section
- About the Exception Section
- Isolating the Specific Exception
- Pragma Exception_INIT
- SQLCODE &SQLERRM Example
- SQL%ROWCOUNT & Select … Into
- Beyond the Basics : Explicit Cursors
- About Explicit Cursors
- Extend Cursor Techniques
- For Update of Clause
- Where Current of Clause
- Using for … Loop Cursors
- Introduction Database Resident Programming Units
- About Database – Resident Programs
- Physical Storage & Execution
- Types of Stored Program Units
- Stored Program Unit Advantages
- Modular Design Principles
- Creating Stored Procedures and Functions
- Stored Procedures & Functions
- Create Procedure / Create Function
- Creating Procedures & Functions
- Raise_Salary() Procedure
- Salary_Valid() function
- The Parameter Specification
- Default Clause
- System & Object Privileges
- Using the Development Tools
- Executing Stored Procedures and Functions
- Calling Procedures & Functions
- Unit Testing with Execute
- Anonymous Block Unit Testing
- Specifying a Parameter Notation
- SQL Worksheet Unit Testing
- Calling Functions from SQL
- Maintaining Stored Programming Units
- Recompiling Programs
- Mass Recompilation Using UTL_RECOMP()
- Dropping Procedures & Functions
- Drop Procedures & Functions
- Drop Procedure / Function
- Data Dictionary Metadata
- Using USER_OBJECTS
- Using USER_SOURCE
- Using USER_ERRORS
- Using USER_OBJECT_SIZE
- Using USER_DEPENDENCIES
- Managing Dependencies
- Dependency Internals
- Tracking Dependencies
- The Dependency Tracking Utility
- SQL Developer Dependency Info
- Dependency Strategy Checklists
- Advanced Package Capabilities
- Definer & Invoker Rights
- White Lists & Accessible By
- Persistent Global Objects
- Defining Initilization Logic
- Object Orientation Support
- Advanced Cursor Techniques
- Using Cursor Variables
- Using SYS_REFCURSOR
- Using_Cursor Expressions
- Using System Supplied Packages
- DBMS_OUTPUT()
- UTL_FILE()
- FOPEN() Example
- Database Trigger Concepts
- About Database Triggers
- DML Event Trigger Sub-Types
- Database Trigger Scenario
- Trigger Exhaustion Mechanisms
- Trigger within SQL Worksheet
- Creating Database Triggers
- Statement Level Triggers
- Using Raise Application_Error()
- Row-Level Triggers
- Examples of Triggers
- Employee_Salary_Check Example
- Employee_Journal Example
- Budget_Event Example
- Instead of Triggers
- Triggers within and Application
- Maintaining Database Triggers
- Call Syntax
- Trigger Maintenance Tasks
- Show Errors Trigger
- Drop Trigger
- Alter Trigger
- Multiple Triggers for a Table
- Handling Mutating Table Issues
- Implementing System Event Triggers
- What are System Event Triggers
- Defining the Scope
- Available System Events
- System Event Attributes
Learning Objectives
Pre-requisites
- This course is geared for anyone needing to interface with an Oracle database such as end users, business analysts, application developers and database administrators / DBAs. Attendees should have incoming basic SQL experience, as well as an understanding of databases (required to manipulate it with PL/SQL) .
- Attendees should have skills equivalent to this ,TTSQL003: Introduction to Writing SQL Queries, course.
Target Audience
- This course is appropriate for anyone needing to interface with an Oracle database or those needing a general understanding of Oracle database functionality. That would include end users, business analysts, application developers and database administrators.