Oracle® 11g, Basics of PL/SQL Language
The course is an introduction to the Oracle PL/SQL procedural language. The language version used in DBMS 11g is considered in this training.
The course covers the Oracle 11g R2 version of the PL/SQL language.
To be determined
During the training we cover subjects related to the use of stored Oracle DBMS PL/SQL objects (procedures, functions, packages, triggers), which provide powerful capabilities for creating business logic for applications using Oracle technology. We will also talk about the new features of the 11 g version.
In addition the course covers some of the standard packages, dynamic SQL, mass loading of data using collections, ways of influencing the compilation of PL/SQL-code and the mechanism of dependency management. Oracle SQL Developer is used for developing.
Introduction
Creating procedures
Creating functions
Creating packages
Additional features of working with packages
Using some of the standard Oracle packages (for input/output)
Dynamic SQL
PL/SQL code design
Creating database triggers
Triggers on DDL statements and database events
Using PL/SQL compiler
PL/SQL code management
Dependency tracking