Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Oracle PL/SQL For beginners using TOAD and SQL Developer
Rating: 4.2 out of 5(25 ratings)
1,310 students

Oracle PL/SQL For beginners using TOAD and SQL Developer

Build PL/SQL Programs like Functions and Stored Procedures
Last updated 3/2026
English

What you'll learn

  • Create an anonymous PL/SQL block
  • Execute a PL/SQL anonymous PL/SQL Block
  • Create PL/SQL Variables
  • Execute a PL/SQL Variable assignment
  • Initialize Variables
  • Create PL/SQL Functions
  • Create a PL/SQL stored procedures
  • Execute a stored procedure
  • Implement conditional statements

Course content

3 sections38 lectures2h 1m total length
  • Introduction0:20
  • Oracle Installation requirements1:27
  • Download Oracle3:59
  • Install Oracle1:58
  • Connect SQLPlus to Oracle3:13
  • How to start and stop Oracle Database Server1:26
  • What is SQL Developer2:41
  • Install SQL Developer3:41
  • Connect SQL Developer to Oracle2:29
  • Download Sample Schemas2:12
  • Unlock sample HR Schema Account5:18
  • Unlock sample schemas tables4:39
  • Connect Schema account to Oracle1:49
  • What is TOAD0:10
  • Install TOAD3:21
  • Connect Toad to Oracle2:42
  • Create a new connection in TOAD2:29

Requirements

  • Basic understanding of database concepts like databases, tables advised.
  • Basic understanding of SQL advised

Description

PL/SQL is a combination of SQL along with the procedural features of programming languages. It was developed by Oracle Corporation in the early 90's to enhance the capabilities of SQL. PL/SQL is one of three key programming languages embedded in the Oracle Database, along with SQL itself and Java. This tutorial will give you great understanding on PL/SQL to proceed with Oracle database and other advanced RDBMS concepts.

This course is designed for Software Professionals, who are willing to learn PL/SQL Programming Language in simple and easy steps. This tutorial will give you great understanding on PL/SQL Programming concepts, and after completing this course, you will be at an intermediate level of expertise from where you can take yourself to a higher level of expertise.

Before proceeding with this course, you should have a basic understanding of software basic concepts like what is database, source code, text editor and execution of programs, etc. If you already have an understanding on SQL and other computer programming language, then it will be an added advantage to proceed.


  • PL/SQL is tightly integrated with SQL.

  • It offers extensive error checking.

  • It offers numerous data types.

  • It offers a variety of programming structures.

  • It supports structured programming through functions and procedures.

  • It supports object-oriented programming.

  • It supports the development of web applications and server pages.


Who this course is for:

  • Software Professionals, who want to learn PL/SQL
  • Beginner SQL Developers