Search our courses
Training

The PL/SQL programming language is at the core of most Oracle database applications. This Oracle Database 12C PL/SQL III – Advanced Programming and Tuning training course will give attention to three fundamental pillars of effective implementation of PL/SQL applications. First, we will explore the advanced features of the language that allow powerful and adaptable database applications to be built. Next, we will discuss performance tuning techniques that allow these applications to run efficiently. Finally, we will consider critical security measures which should be implemented to counter hacker attacks and other security threats.

 

Objectives

  • Among the specific topics contained within these training materials are:
  • Invoking external procedures and integrating these into PL/SQL applications. These include external Java classes using the JDBC interface and external C programs contained within DLL libraries.
  • Using dynamic SQL to extend the functionality and flexibility of database programs, including the DBMS_SQL() system-supplied package for maximum flexibility.
  • Identifying SQL injection attack vulnerabilities within an application and applying countermeasures to address security risks and protect against hacking.
  • Incorporating collections and other advanced types into application logic to increase efficiency and execution speed.
  • Working with LOBs, including piece-wise data manipulation and dynamic modification of SecureFiles storage options.
  • Expanding database application functionality with advanced system-supplied database utility packages, integrating ones applications with external mail systems, database internals and other facilities.
  • Tuning with the DBMS_PROFILER() system-supplied package and debugging with the DBMS_TRACE() system-supplied package.
  • Writing efficient PL/SQL code and avoiding common coding mistakes.
  • Enabling native compilation and execution of all database-resident program units.
  • Controlling and managing PL/SQL compilation for high-efficiency execution.
  • Analyze PL/SQL code structure by means of the PL/Scope facility.
  • Analyze PL/SQL application performance and tune bottlenecks using the PL/SQL Hierarchical Profiler.
  • Implementing fine-grained security mechanisms as part of an advanced security model using application contexts and the Oracle virtual private database (VPD).
  • Dynamic partitioning and DML parallelization using the system-supplied package DBMS_PARALLEL_EXECUTE().
  • Using the wrap utility to hide the source code of database-resident programs, even from the owner or authorized users of the programs.

Oracle Database 12C PL/SQL III – Advanced Programming and Tuning

Course Code

GTD21

Duration

5 Days

Course Fee

POA

Accreditation

Oracle Certified Professional (OCP)

 

This Oracle certification course considers subjects applicable to certification as an Oracle Advanced PL/SQL Developer Certified Professional (OCP). The topics considered are included within "Exam 1Z0-146: Oracle Database Advanced PL/SQL".
 

Target Audience

The target audience for this course is senior application developers. Developers who will be building, debugging and tuning PL/SQL program units.

Attendee Requirements

Specific prerequisites for this course are the following Sideris titles, or equivalent experience:

  •     Oracle Database 12C SQL Fundamentals (levels I and II) - GTD25
  •     Oracle Database 12C PL/SQL Fundamentals (levels I and II) - GTD26

You can see where this course and its prerequisites fit within the Sideris Oracle Database 12c Application Developers curriculum.

Expand all

Course Description

The PL/SQL programming language is at the core of most Oracle database applications. This Oracle Database 12C PL/SQL III – Advanced Programming and Tuning training course will give attention to three fundamental pillars of effective implementation of PL/SQL applications. First, we will explore the advanced features of the language that allow powerful and adaptable database applications to be built. Next, we will discuss performance tuning techniques that allow these applications to run efficiently. Finally, we will consider critical security measures which should be implemented to counter hacker attacks and other security threats.

 

Objectives

  • Among the specific topics contained within these training materials are:
  • Invoking external procedures and integrating these into PL/SQL applications. These include external Java classes using the JDBC interface and external C programs contained within DLL libraries.
  • Using dynamic SQL to extend the functionality and flexibility of database programs, including the DBMS_SQL() system-supplied package for maximum flexibility.
  • Identifying SQL injection attack vulnerabilities within an application and applying countermeasures to address security risks and protect against hacking.
  • Incorporating collections and other advanced types into application logic to increase efficiency and execution speed.
  • Working with LOBs, including piece-wise data manipulation and dynamic modification of SecureFiles storage options.
  • Expanding database application functionality with advanced system-supplied database utility packages, integrating ones applications with external mail systems, database internals and other facilities.
  • Tuning with the DBMS_PROFILER() system-supplied package and debugging with the DBMS_TRACE() system-supplied package.
  • Writing efficient PL/SQL code and avoiding common coding mistakes.
  • Enabling native compilation and execution of all database-resident program units.
  • Controlling and managing PL/SQL compilation for high-efficiency execution.
  • Analyze PL/SQL code structure by means of the PL/Scope facility.
  • Analyze PL/SQL application performance and tune bottlenecks using the PL/SQL Hierarchical Profiler.
  • Implementing fine-grained security mechanisms as part of an advanced security model using application contexts and the Oracle virtual private database (VPD).
  • Dynamic partitioning and DML parallelization using the system-supplied package DBMS_PARALLEL_EXECUTE().
  • Using the wrap utility to hide the source code of database-resident programs, even from the owner or authorized users of the programs.
Course Outline

Advanced Programming: Why Needed & PL/SQL Execution Internals

  • Why Advanced Programming?
  • SQL & PL/SQL Execution Internals
  • SQL & PL/SQL PGA Internals

Advanced Programming: Dynamic SQL

  • Advantages Of Dynamic SQL
  • Native Dynamic SQL
  • Dynamic SQL Using DBMS_SQL()

Advanced Programming: Using Collections

  • About Collections
  • Bulk Bind Using Collections
  • About SQL%BULK_ROWCOUNT()
  • About SQL%BULK_EXCEPTIONS()
  • Collection Methods
  • More About RETURNING Clause
  • Advanced Collection Features
  • IN INDICES OF Clause
  • IN VALUES OF Clause

Advanced Programming: Java & C Interface Methods

  • Advanced Program Interfaces
  • Calling Java Classes
  • Calling C Programs

System-Supplied Packages: DBMS_METADATA() – Part I

  • Why Retrieve Object Definitions?
  • Retrieving Default Metadata
  • Retrieving Customized Metadata
  • Using SET_COUNT()
  • Using ADD_TRANSFORM()
  • Using FETCH DDL()
  • Calling FETCH_DDL()

System-Supplied Packages: DBMS_METADATA() – Part II

  • SET_TRANSFORM_PARAM()
  • GET_QUERY()

System-Supplied Packages: DBMS_METADATA() – Part III

  • FETCH CLOB()
  • SET_FILTER() Dependent Objects
  • SET_PARSE_ITEM()
  • Primary & Dependent Object DDL

System-Supplied Packages: DBMS_REDEFINITION()

  • About Table Redefinition
  • Using DBMS_REDEFINITION()
  • DBA_REDEFINITION_ERRORS
  • CAN_REDEF_TABLE()
  • START_REDEF_TABLE()
  • FINISH_REDEF_TABLE()
  • ABORT_REDEF_TABLE()
  • COPY_TABLE_DEPENDENTS()
  • SYNC_INTERIM_TABLE()

System-Supplied Packages: DBMS_LOB()

  • Working With External BFILES
  • Working With Internal LOBS
  • SUBSTR()
  • INSTR()
  • Dynamic SECUREFILE Options

High-Performance: Advanced System-Supplied Packages

  • COMPRESSION & UTL_COMPRESS()
  • LZ_COMPRESS()
  • LZ_UNCOMPRESS()
  • DBMS_DESCRIBE()
  • UTL_MAIL()
  • DBMS_UTILITY()
  • COMPILE_SCHEMA()
  • DB_VERSION()
  • GET_PARAMETER_VALUE()
  • WAIT_ON_PENDING_DML()
  • GET_TIME()
  • GET_ENDIANNESS()
  • DBMS_FILE_TRANSFER()

High Performance: Programming & Coding Techniques

  • Autonomous Transactions
  • Using NOCOPY FOR Parameters
  • Choosing The Optimum Data Type
  • About NOT NULL
  • Useful PL/SQL Coding Techniques
  • Handling String Literals
  • User-Defined SQL Functions

High Performance: Influencing Oracle Pl/Sql Compilation

  • PL/SQL Compiler Optimization
  • PLSQL_OPTIMIZE_LEVEL
  • Controlling Compilation Messages
  • PL/SQL Native Execution
  • Wrapping Source Code

High Performance: Dynamic Partitioning & Parallelization

  • Dynamic Partitioning (Chunks)
  • Creating & Processing Chunks
  • CREATE_TASK()
  • CREATE_CHUNKS_BY_ROWID()
  • CREATE_CHUNKS_BY_NUMBER_COL()
  • EXECUTE_RUN_TASK()
  • TASK_STATUS()
  • DROP_TASK()
  • Monitoring Chunk Processing

High Performance: Using PL/SCOPE For Code Analysis

  • Configuring PL/SCOPE
  • PLSCOPE_SETTINGS
  • Using PL/SCOPE Data

High Performance: Tuning With The Hierarchical Profiler

  • What Is The Hierarchical Profiler?
  • Configuring The Profiler
  • Managing Profiler Runs
  • Analyzing Profiler Data
  • Interpreting The Results
  • DBMSHP_RUNS
  • DBMSHP_FUNCTION_INFO
  • DBMSHP_PARENT_CHILD_INFO

High Performance: Debugging With DBMS_TRACE()

  • Using The Trace Facility
  • DBMS_TRACE() To Manage Runs
  • Examining The Trace Data
  • EVENT_KIND Values

Application Security: SQL Injection Attacks

  • Understanding The Threat
  • Applying Countermeasures

Application Security: Virtual Private Databases

  • Understanding VPDS
  • Preparing For A VPD
  • Configuring A VPD
  • Managing Application Contexts
  • Managing Policies & Security Rules
Exam
Learning Path
Ways to Attend
  • Attend a public course, if there is one available. Please check our Schedule, or Register Your Interest in joining a course in your area.
  • Private onsite Team training also available, please Contact Us to discuss. We can customise this course to suit your business requirements.

Private Team Training is available for this course

We deliver this course either on or off-site in various regions around the world, and can customise your delivery to suit your exact business needs. Talk to us about how we can fine-tune a course to suit your team's current skillset and ultimate learning objectives.

Private Team Training | Contact us

Technical ICT learning & mentoring services

Private Team Training

Our instructors are specialist consultants with vast real world experience and expertise allowing them to design and deliver client-focused courses for your organisation.

Learn more about our Private Team Training

What Our Clients Say

"Absolutely fantastic training. Thoroughly enjoyed it thanks to our highly enthusiastic tutor.  It wouldn't be an understatement to say that it was the best professional training that I have ever received."

 

Customised Linux with Networking

Live Online -  February 2022

 

"The course content was very good. When needed, the Instructor was extending the content of the course with hints and tips to help us understand different topics that were covered in the course."

 

Kubernetes Administration Certification - GTLFK

Live Online June 2021

 

 

 

“The course was held at the highest possible standards, the instructor was excellent, well prepared, well informed, and clearly an SME. Top marks.”

 

Professional Cloud Service Manager - GTC13

Live Online December 2021

 

“Very engaging and practical course so hope to be able to put the learning into practice.”

 

Being Agile in Business - GTBAB

Live Online September 2021

 

“Great instructor, who encouraged active participation. The breakout groups and exercises kept the group engaged and the content relevant to our own products”.

 

Site Reliability Engineering Foundation - GTDSRE

Live Online January 2022

 

 

 

"Intelligence is the ability to avoid doing work, yet
getting the work done"

Linus Torvalds, creator of Linux and GIT

Technical ICT learning & mentoring services

About GuruTeam

GuruTeam is a high-level ICT Learning, Mentoring and Consultancy services company. We specialise in delivering instructor-led on and off-site training in Blockchain, Linux, Cloud, Big Data, DevOps, Kubernetes, Agile, Software & Web Development technologies. View our Testimonials

Download our eBrochure
Our Accreditation Partners
  •  
  •  
  •  

 

Upcoming Courses

Kubernetes Administration

28th - 31st May 2024

11th - 24th June 2024

18th - 21st June 2024

 Live Online

 

This Kubernetes Administration Certification training course is suitable for anyone who wants to learn the skills necessary to build and administer a Kubernetes cluster

Learn More

RUST

28th - 31st May 2024

11th - 14th June 2024

18th - 21st June 2024

 Live Online

This course will help you understand what Rust applications look like, how to write Rust applications properly, and how to get the most out of the language and its libraries.

Learn More

Introduction to Python 3 

7th - 9th May 2024

4th - 6th June 2024

 

Live Online

This Introduction to Python 3 training course is designed for anyone who needs to learn how to write programs in Python or support/modify existing programs.

 

Learn More

 GO LANG TRAINING

28th - 31st May 2024

11th - 14th June 2024

18th - 21st June 2024

 

Live Online        

 

This Go language programming training course will help you understand how Go works, and immediately be more productive. If you are building a team using Go, this will be a great opportunity to get your team on the same page and speaking the same language. Innovative lab exercises and code samples are provided to reinforce skills and quickly master the topics.

Learn More

Newsletter

Stay up to date, receive updates on scheduled dates, new courses, offers, and events.

Subscribe to our Newsletter