Oracle Training Overview
This course introduces one to Oracle database programming using the PL/SQL programming
language. One will learn the 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.
PL/SQL may be considered as one of the basic skill sets required for any Oracle professional, nearly as
important as the SQL language itself.
The target audience for this course is all Oracle professionals. Among the specific groups for whom
this course will be helpful are:
Oracle Training Prerequisites
Either of the course Oracle Database 12c: SQL Fundamentals (Levels I & II) or Oracle Database 12c: SQL Complete Library (Levels I, II, & III) are recommended prerequisites for this course.
This course considers subjects applicable to certification as both an Oracle PL/SQL Developer Certified Associate (OCA) and an Oracle Advanced PL/SQL Developer Certified Professional (OCP). The topics considered are included within "Exam 1Z0-144: Program With PL/SQL".
This course begins with an explanation of the intent and usage of the PL/SQL programming language for database applications. Important reasons why one should incorporate PL/SQL modules within the application architecture right from the initial design and planning phase are presented. Next one learns how to begin building executable PL/SQL program units. One learns about each of the major segments of a working program and how these interact with each other during program execution, including the important error or exception handling capabilities of the language. The final section goes beyond the basics and begins to explore advanced topics that will be useful later in the Oracle PL/SQL developer course series. One learns techniques and features that allow modular and reusable programs to be developed, increasing productivity and maintainability of database applications.