Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Emotional Intelligence CBT
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Office Productivity Oracle Pl/SQL

Oracle PL/SQL Fundamentals vol. I & II

A complete introduction to PL/SQL database programming language
Bestseller
Rating: 4.4 out of 54.4 (4,616 ratings)
22,992 students
Created by Intellezy Trainers
Last updated 5/2020
English
English [Auto], Indonesian [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Over 90 lectures and 20 hours of content
  • Prepare your enviornment
  • Introducing Database Program Units
  • Creating and Maintaining Packages
  • Using System-Supplied Packages
  • Creating and Maintaining Database Triggers
  • Implementing System Event Triggers
  • Work with Oracle database tools
  • Understand and work work language features
  • Work with DECLARE, BEGIN & EXCEPTION clause
  • Understand and use nested blocks
  • Use explicit cursors

Requirements

  • Familiarity with database and programming principles

Description

In this Oracle 11g PL/SQL Bundle you will receive introduction training on PL/SQL database programming language covering syntax, structure and features of the language within the context of database applications and programming. In volume II students will dive into topics such as understanding the basic form and structure of program units stored within the database, building and maintaining stored procedures, functions, packaged programs, and database triggers. Additional topics include taking advantage of advanced programming techniques such as cursor variables and cursor expressions. This Oracle 11g course will prepare students for the Oracle certification exams (OCP).

Who this course is for:

  • Application designers and developers
  • Database administrators
  • Business users and non-technical senior end users

Featured review

Bruno Miguel Machado Silva
Bruno Miguel Machado Silva
6 courses
3 reviews
Rating: 4.5 out of 55 months ago
I think the course is very complete, detailed and rigorous, although a bit dense at times. I feel that the course could benefit from some exercises and evaluations. Overall, I'm thankful for having had the opportunity to take this course and to learn from Tim.

Course content

2 sections • 97 lectures • 19h 59m total length

  • Preview03:06
  • Preview37:03
  • Selecting the Appropriate Database Tool
    30:45
  • Understanding PL/SQL
    Preview17:59
  • PL/SQL Blocks
    15:19
  • Working with SQL Plus
    Preview11:00
  • DECLARE Clause Objects
    16:25
  • PL/SQL Available Data Types
    16:55
  • Declaring Simple Data Types and Assignments
    12:16
  • Declaring Complex Data Types and Assignments
    10:38
  • Declaring Complex RowTypes and Assignments
    07:02
  • Declaring Complex Tables
    07:44
  • Declaring Complex Records
    08:12
  • Creating and Declaring User-Defined Types
    Preview08:48
  • What Can Be Included in the BEGIN Clause
    07:02
  • Working with CHAR and VARCHAR2 Variables
    07:30
  • Handling String Literals
    07:41
  • Working with Numeric Variables
    06:40
  • Working with Date Variables
    06:00
  • Assigning and Using Boolean Variables
    07:44
  • Using Comparison Operators
    07:24
  • Using SQL Functions
    06:11
  • SQL DML within PL/SQL
    15:05
  • Using SELECT
    06:32
  • Exceptions and Embedded SQL
    11:16
  • Using Sequences
    14:28
  • Logic Control and Branching
    06:58
  • Using GOTO
    Preview05:52
  • Working with LOOPS
    18:53
  • Creating and Using the Indefinite Loop
    06:59
  • Creating and Using the Conditional Loop
    08:48
  • Using Nested Loops
    11:33
  • Using the If-Then-Else
    18:54
  • Using the CASE Statement
    17:43
  • What Are the Types of Exceptions
    05:31
  • Trapping Exceptions
    05:32
  • Identify Exception Details
    10:57
  • Creating User-Defined Exceptions
    10:49
  • Using SQLCODE and SQLERRM Objects
    08:29
  • Understand the Implicit Cursor
    14:37
  • Creating User-Defined Events
    12:26
  • Understanding the Concept and Purpose of Explicit Cursors
    18:10
  • Learn about Cursor Attributes
    10:12
  • Using the Continue Statement
    05:44
  • Working with Updateable Cursors
    19:25
  • Creating and Using Cursor Parameters
    14:45
  • FOR...LOOP Cursors
    06:53
  • Understanding Nested Blocks
    10:46
  • Difference between Global vs Local Objects and Exceptions
    12:35
  • Subprograms: How They Differ from Nested Blocks
    17:37
  • Preview03:52

  • Preview02:40
  • Install Oracle XE
    10:59
  • SQL Developer Installation
    19:47
  • Workstation Setup
    12:14
  • Introducing the Database Program Unit
    19:05
  • Creating Stored Procedures and Functions
    18:44
  • Understanding the Parameter Specification
    22:57
  • Executing Procedures and Functions
    26:11
  • Calling Functions from within SQL
    13:05
  • Handling Compilation Errors
    Preview08:26
  • Recompiling and Dropping Programs
    16:06
  • Data Dictionary Storage
    24:54
  • Managing Dependencies
    12:59
  • Tracking Dependencies
    08:32
  • Using the Dependency Tracking Utility
    09:32
  • What Is a Package?
    10:02
  • Creating a Package
    19:11
  • Package Definition Information
    07:59
  • Advanced Programming Techniques
    06:13
  • Using Persistent Global Objects
    Preview03:44
  • Including Initialization Logic
    15:24
  • Object Oriented Support within Packages
    13:51
  • Package Maintenance
    17:54
  • Learning to Use Cursor Variables
    23:38
  • Weak Cursor Definitions
    16:17
  • REFCURSOR Cursor Definition
    05:13
  • Using Cursor Expression
    13:43
  • Using the DBMS OUTPUT() Package
    11:38
  • Using the UTL FILE() Package
    29:36
  • Understanding the Database Trigger
    23:18
  • Statement-Level Triggers
    22:42
  • Row-Level Triggers
    12:11
  • Row Level Trigger Example 1
    11:15
  • Row Level Trigger Example 2
    07:31
  • Row Level Trigger Example 3
    07:42
  • Working with the INSTEAD OF Trigger
    11:00
  • Using Triggers within an Application
    08:54
  • Using the CALL Statement
    09:08
  • Trigger Maintenance Tasks
    12:22
  • Work with Multiple Triggers for a Single Table
    10:54
  • Handling Mutating Table Issues
    22:16
  • Using the Compound Trigger
    05:41
  • What Is a System Event Trigger
    05:25
  • Defining Scope
    03:43
  • Identifying Available System Events
    12:19
  • Conclusion
    01:38

Instructor

Intellezy Trainers
Computer Training Specialists
Intellezy Trainers
  • 4.4 Instructor Rating
  • 42,047 Reviews
  • 158,418 Students
  • 225 Courses

Intellezy collaborates with organizations to help implement and adopt technology to its maximum potential. From our change management consulting to our learning and development services, Intellezy uses both culture and education to drive the ROI of any organization. Our online videos and quick reference guides are designed to educate and empower individuals, right when they need it. In today’s rapidly evolving workplace, it is imperative to make sure you have the skills and expertise required to succeed. Our library, recognized by top influencers such as eLearning Journal and The Craig Weiss Group, provides dynamic and task-focused videos right at your fingertips, right when you need them.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.