Professional certification in Oracle

ORACLE DATABASE PL/SQL DEVELOPER CERTIFIED PROFESSIONAL TRAINING

Our IT training courses are developed with industry-standards and career-focused technologies.


Speak to an advisor
Award:
Certification
Awarding Body:
Oracle
Duration & Study Mode:
Full time, Part-time, Evening and Weekends, Virtual online
Location:
London, Flexible online
Duration: 5 Days / 5 Weeks

This course is designed and developed by Oracle, an integrated set of complete application development tools and techniques for any technology platform and Operating System. Here, you will learn about Oracle Engineered Systems, including Oracle Service and Oracle Storage. You will also have a comprehensive overview of Oracle Database, MySQL, and Java programming language. This course’s subject matter will help you clearly understand construction and engineering, Oracle Communities, and Oracle Utilities. You will also learn about different applications like E-Business Suite, Hyperion, JD Edwards EnterpriseOne, and PeopleSoft. In this course, you will know about some middleware technologies like Cloud Application Foundation, Data Integration, Middleware Development Tools, Service-Oriented Architectures (SOA), and Business Process Management (BMP). Here, you will also learn about oracle B2B services, including an optimized customer management system and so on. In this course, you will also learn about sales force automation for your organization’s business purpose.

Prerequisites

This course is designed for Database and Database Application developers. It is not an entry-level course. Hence, you need to meet the prerequisites mentioned below:

You must pass any of the following three exams:

  • Oracle Database 12c: SQL Fundamentals | 1Z0-061
  • Oracle Database SQL | 1Z0-071
  • Oracle Database 11g: Program with PL/SQL | 1Z0-144

Once you have passed one or more of the aforementioned exams, you will be considered eligible for this Oracle Database PL/SQL Developer Certified Professional exam.

What will you gain after this course

  • You will be able to learn more about Oracle Database infrastructure
  • You will be considered as an Oracle Certified Database professional
  • This certification will validate your ability to design, develop and deploy database-driven applications for the organization
  •  You will get more job opportunities with the help of this certification
  • With this certificate, you will be able to earn more by serving the organization as a certified database developer professional

Jobs you can get
with a Oracle Database PL/SQL Developer Certified Professional

  • Senior Developer (PL/SQL Oracle)
  • Oracle PL/SQL Developer
  • Oracle PL/SQL Consultant
  • Database Developer (Oracle PL/SQL)
  • Oracle EBS Developer

Corporate Group Training

  • Customized Training
  • Onsite / Virtual
  • Instructor-led Delivery
  • For small to large groups

Request Brochure

Top 10 IT Skills in Demand for 2023

Top 10 IT Skills in Demand for 2023

The global economy is constantly changing and evolving, so today's skills in high demand may not be as important ten years from now. This article

If you are not going to university how to get an IT job?

If you are not going to university how to get an IT job?

With the number of graduates in the IT field predicted to grow by 22% between now and 2024, it’s no surprise that there are

Google Certified Professional Cloud Architect Certification

Google Certified Professional Cloud Architect Certification

Cloud Architect professionals’ have adequate knowledge and skill to integrate Google Cloud infrastructure as part of the core IT platform for the company. These professionals

London IT Training Google

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

As by the name, it is evident that this course is a fundamental course in which the start will be taken from a very

CompTIA Server+ Certification

CompTIA Server+ Certification

An overview of CompTIA Server+ Certification: CompTIA Server+ certification recognises both the knowledge and experience of an IT Professional to configure, maintain and troubleshoot the

CompTIA A+ Certification

CompTIA A+ Certification

Competencies of CompTIA A+ certification for an entry-level IT Technician CompTIA A+ certifications certify the set of skill and knowledge required for an entry-level IT

MCSA Certification

MCSA Certification

MCSA (Microsoft Certified Solutions Associate) is a certification programme designed for individuals seeking entry-level positions in information technology (IT). It is required for advanced

IT Support Technician Courses Training

The roles of IT support technicians are significant for the IT department of any business. They are the key responsible person as the company's IT staff to keep any IT-related

London IT Training IT Technical

Coding Courses London

Our Programming and Development course portfolio caters to a wide range of learners, from beginners learning the fundamentals to experienced programmers honing their skills in multiple programming languages. These courses

IT Training Online

Online education and training have become more popular and convenient and also saw rapid progress in recent months due to COVID pandemic. But online learning has been around for quite

Short IT Courses Training

The rapid increase of modern digital technologies such as IoT, AI, applications and operations of robots have made the business sequences much easier and convenient for organisations and it can

AWS Courses

AWS (Azure Web Services) is an enterprise-level cloud platform from Amazon. We offer a list of AWS training to make you prepare to work effectively on this platform. Among the

Get a 10% discount

If you enrol two months in advance

Select your preferred training delivery mode

Who is this certification for?

  • IT professionals who already have the experience of working as a database developer
  • Database developers who are willing to learn and know about the new features of the Oracle PL/SQL database
  • Anyone willing to pursue their career as a certified professional database developer


Syllabus

  • Recognize valid and invalid identifiers
  • List the uses of variables, declare and initialize variables, use bind variables
  • List and describe various data types using the %TYPE and %ROWTYPE attributes
  • Identify lexical units in a PL/SQL block
  • Use built-in SQL functions in PL/SQL and sequences in PL/SQL expressions
  • Describe when implicit conversions take place and when explicit conversions have to be dealt with
  • Write nested blocks and qualify variables with labels
  • Write readable code with appropriate indentation
  • Create PL/SQL executable blocks using DML and transaction control statements
  • Make use of the INTO clause to hold the values returned by a SQL statement
  • Writing Control Structures
  • Identify the uses and types of control structures (IF, CASE statements and expressions)
  • Construct and identify loop statements
  • Use EXIT and CONTINUE statements inside loops
  • Create user-defined PL/SQL records
  • Create a record with the %ROWTYPE attribute
  • Create an INDEX BY table and INDEX BY table of records
  • Describe the differences among records, collections, and collections of records
  • Initialize collections and records
  • Distinguish between implicit and explicit cursors and use SQL cursor attributes
  • Declare and control explicit cursors, use simple loops and cursor FOR loops to fetch data
  • Declare and use cursors with parameters
  • Lock rows with the FOR UPDATE clause and reference the current row with the WHERE CURRENT OF clause
  • Define PL/SQL exceptions
  • Recognize unhandled exceptions
  • Handle different types of exceptions (internally defined exceptions, predefined exceptions and user-defined exceptions)
  • Propagate exceptions
  • Using PL/SQL Subprograms
  • Differentiate between anonymous blocks and subprograms
  • Create a simple procedure and invoke it from an anonymous block
  • Identify benefits of subprograms
  • Create a procedure with parameters
  • Use named notation
  • Work with procedures (create, invoke and remove procedures)
  • Handle exceptions in procedures and display a procedure's information
  • Differentiate between a procedure and a function
  • Describe the uses of functions
  • Work with functions (create, invoke and remove functions)
  • Identify the benefits and the components of packages
  • Work with packages (create package specification and body, invoke package subprograms, remove a package and display package information)
  • Overload package subprograms and use forward declarations
  • Use package types and variables
  • Use packaged constants and functions in SQL
  • Use ACCESSIBLE BY to restrict access to package subprograms
  • Using Dynamic SQL
  • Describe the execution flow of SQL statements
  • Use Native Dynamic SQL (NDS)
  • Bind PL/SQL types in SQL statements
  • Create standard constants and exceptions
  • Write and call local subprograms
  • Control the run-time privileges of a subprogram
  • Perform autonomous transactions
  • Use NOCOPY hint, PARALLEL ENABLE hint and DETERMINISTIC clause
  • Use bulk binding and the RETURNING clause with DML
  • Creating Compound, DDL, and Event Database Triggers
  • Create triggers on DDL statements
  • Create triggers on system events
  • Describe different types of triggers and their uses
  • Describe the PL/SQL compiler and features
  • Use the PL/SQL compiler initialization parameters
  • Use the PL/SQL compile time warnings
  • Managing PL/SQL Code
  • Describe and use conditional compilation
  • Code-based access control: granting roles to program units
  • Whitelist code access with the ACCESSIBLE BY clause
  • Mark code as deprecated
  • Managing Dependencies
  • Track and manage procedural dependencies

06/10/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
13/10/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
20/10/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
27/10/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
03/11/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
10/11/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
17/11/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
24/11/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
01/12/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
08/12/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
15/12/202510:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
05/01/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
12/01/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
19/01/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
26/01/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
02/02/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
09/02/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
16/02/202610:00 – 17:00Mon - Fri5 DaysClassroom/ Live-onlinePlaces available Future Dates/Request Price
23/02/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
02/03/202610:00 – 17:00Mon - Fri5 DaysClassroom/ Live-onlinePlaces available Future Dates/Request Price
09/03/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
16/03/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
23/03/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
30/03/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
13/03/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
20/03/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
27/03/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
13/04/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
20/04/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
27/04/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
11/05/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
18/05/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
25/05/2026
10:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price
01/06/202610:00 – 17:00Mon - Fri5 Days Classroom/ Live-onlinePlaces available Future Dates/Request Price

Scroll Up