Certificación Oracle PL/SQL Developer Certified Associate

Transcripción

Certificación Oracle PL/SQL Developer Certified Associate
Certificación
Oracle PL/SQL
Developer Certified
Associate
L
D
a Certificación Oracle PL/SQL Certified Associate, te permite obtener los skills base para
poder escalar otras certificaciones como Oracle Developer.
e acuerdo al 5o. Informe Anual de Estudios y Sueldos de TI 2013, Netmedia informa que
las habilidades del CIO más valoradas por las empresas son:
Alineación a la tecnología con el negocio
Creación de soluciones IT inovadoras
Integración de aplicaciones empresariales
Desarrollo de aplicaciones
98%
89%
61%
52%
E
D
n donde el Desarrollo de Aplicaciones sigue siendo un rubro bien valorado dentro de la
industria de TI.
e acuerdo al estudio de Sueldos y Salarios que realiza la revista Software Guru, tenemos
el siguiente gráfico:
E
A
n donde se muestra claramente que el lenguaje de programación PL/SQL sigue apareciendo como una fuerte tendencia en las áreas de desarrollo.
nivel de los manejadores de bases de datos, Oracle, continua con un alto posicionamiento:
T
e ofrecemos el programa de Certificación Oracle PL/SQL Developer Certified Associate
con las siguientes características:
Duración: 40 hrs.
Objetivos:
* Crear y depurar procedimientos almacenados
* Usar compilación condicional
* Diseñar paquetes de PL/SQL
* Diseñar bloques anónimos
* Usar SQL Dinámico, Manejo de errores,
creación de Triggers y más.
Duración: 24 hrs.
Objetivos:
* Desplegar datos de múltiples tablas
* Emplear funciones SQL
* Crear reportes con datos Aggregate
* Usar el operador SET
* Ejecutar sentencias DML
* Ejecutar sentencias DD
* Obtener datos de tablas, y más.
Duración: 8 hrs.
Una vez finalizados tus cursos te entregaremos dos guías para que te prepares para
tus exámenes.
Estas guías serán repasadas junto con tu
instructor durante 8 hrs. con el fin de acompañarte en tu proceso de autoestudio.
Total de horas: 72 hrs. de capacitación
presencial
L
a Inversión es de:
$13,600 + iva por persona
E
sta inversión incluye:
•
•
iva)
72 hrs. de capacitación presencial
2 vouchers para presentar los 2 examénes de certificación: (Con valor de 370 USD +
* IZ-051 Oracle Database 11g: SQL Fund. I
* IZ-0147 Program with PL/SQL
Material impreso por participante
1 equipo por participante para realizar prácticas y laboratorios
Servicio de cafetería
Tramite para presentar el examen de certificación
Guías de certificación para ambos exámenes.
•
•
•
•
•
A
l aprobar ambos exámenes se obtiene el grado Oracle PL/SQL Developer Certified Associate (Oracle avala directamente este certificación).
O
pciones de pago:
•
•
•
•
•
6 o 12 meses sin intereses con tarjetas de crédito Banamex
Depósito
Transferencia
Aceptamos cualquier tarjeta de crédito o débito
Aceptamos American Express (muy pronto a meses sin intereses)
A
continuación damos a conocer los temarios de los cursos.
Temario Programación con PL/SQL
Introduction
•Course Objectives
•Course Agenda
•Introduction to SQL Developer
Introduction to PL/SQL
•Overview of PL/SQL
•Identify the benefits of PL/SQL Subprograms
•Overview of the types of PL/SQL blocks
•Create a Simple Anonymous Block
•How to generate output from a PL/SQL
Block?
Declare PL/SQL Identifiers
•List the different Types of Identifiers
•Usage of the Declarative Section
•Use variables to store data
•Identify Scalar Data Types
•The %TYPE Attribute
•What are Bind Variables?
•Sequences in PL/SQL Expressions
Write Executable Statements
•Describe Basic PL/SQL Block Syntax Guidelines
•Learn to Comment the Code
•Deployment of SQL Functions in PL/SQL
•How to convert Data Types?
•Describe Nested Blocks
•Identify the Operators in PL/SQL
Interaction with the Oracle Server
•Invoke SELECT Statements in PL/SQL
•Retrieve Data in PL/SQL
•SQL Cursor concept
•Avoid Errors by using Naming Conventions
when using Retrieval and DML Statements
•Data Manipulation in the Server using PL/
SQL
•Understand the SQL Cursor concept
•Use SQL Cursor Attributes Save and Discard Transactions
Control Structures
•Conditional processing using IF Statements
•Conditional processing using CASE Describe simple Loop Statement
•Describe While Loop Statement
•Describe For Loop Statement
•Use the Continue Statement
Composite Data Types
•Use PL/SQL Records
•The %ROWTYPE Attribute
•Insert and Update with PL/SQL Records
•INDEX BY Tables
•Examine INDEX BY Table Methods
•Use INDEX BY Table of Records
Explicit Cursors
•What are Explicit Cursors?
•Declare the Cursor
•Open the Cursor
•Fetch data from the Cursor
•Close the Cursor
•Cursor FOR loop
•The %NOTFOUND and %ROWCOUNT
•FOR UPDATE C and WHERE CURRENT
Clause
Deploying Packages
•Overloading Subprograms in PL/SQL
•Use the STANDARD Package
•Use Forward Declarations
•Implement Package Functions
•Persistent State of Packages
•Persistent State of a Package Cursor
•Control side effects of PL/SQL
•Invoke PL/SQL Tables of Records in Packages
Exception Handling
•Understand Exceptions
•Handle Exceptions with PL/SQL
•Trap Predefined Oracle Server Errors
•Trap Non-Predefined Oracle Server Errors
•Trap User-Defined Exceptions
•Propagate Exceptions
•RAISE_APPLICATION_ERROR Procedure
Implement Oracle-Supplied Packages in
Application Development
•What are Oracle-Supplied Packages?
•Examples of some of the Oracle-Supplied
Packages
•How does the DBMS_OUTPUT Package
work?
•Use the UTL_FILE Package
•Invoke the UTL_MAIL Package
•Write UTL_MAIL Subprograms
Stored Procedures
•Modularize Development With PL/SQL
Blocks
•Understand the PL/SQL Execution Environment
•List the benefits of using PL/SQL Subprograms
•List the differences between Anonymous
Blocks and Subprograms
•Create, Call, and Remove Stored Procedures
•Implement Procedures Parameters and
Parameters Modes
•View Procedure Information
Stored Functions and Debugging Subprograms
•Create, Call, and Remove a Stored Function
•Identify the advantages of using Stored
Functions
•Identify the steps to create a stored function
•Invoke User-Defined Functions in SQL
Statements
•Restrictions when calling Functions
•Control side effects when calling Functions
•View Functions Information
•How to debug Functions and Procedures?
Packages
•Listing the advantages of Packages
•Describe Packages
•What are the components of a Package?
•Develop a Package
•How to enable visibility of a Package’s
Components?
•Create the Package Specification and Body
using the SQL CREATE Statement and SQL
Developer
•Invoke the Package Constructs
•View the PL/SQL Source Code using the
Data Dictionary
Dynamic SQL
•The Execution Flow of SQL
•What is Dynamic SQL?
•Declare Cursor Variables
•Dynamically Executing a PL/SQL Block
•Configure Native Dynamic SQL
•How to invoke DBMS_SQL Package?
•Implement DBMS_SQL
•Dynamic SQL Functional Completeness
Design Considerations for PL/SQL Code
•Standardize Constants and Exceptions
•Understand Local Subprograms
•Write Autonomous Transactions
•Implement the NOCOPY Compiler Hint
•Invoke the PARALLEL_ENABLE Hint
•The Cross-Session PL/SQL Function
•The DETERMINISTIC Clause with Functions
•Usage of Bulk Binding
Triggers
•Describe Triggers
•Identify the Trigger Event Types and Body
•Scenarios for Implementing Triggers
•CREATE TRIGGER Statement
•Identify the Trigger Event Types, Body, and
Firing (Timing)
•Statement Level Triggers
•Create Instead of and Disabled Triggers
•How to Manage, Test and Remove Triggers?
Creating Compound, DDL, and Event Database Triggers
•What are Compound Triggers?
•Identify the Timing-Point Sections of a
Table Compound Trigger
•Understand the Compound Trigger Structure for Tables and Views
•Implement a Compound Trigger to Resolve
the Mutating Table Error
•Comparison of Database Triggers to Stored
Procedures
Temario Programación con PL/SQL (Continuación...)
•Create Triggers on DDL Statements
•Create Database-Event and System-Events
Triggers
•System Privileges Required to Manage
Triggers
PL/SQL Compiler
•What is the PL/SQL Compiler?
•Describe the Initialization Parameters for
PL/SQL Compilation
•List the new PL/SQL Compile Time Warnings
•Overview of PL/SQL Compile Time Warnings for Subprograms
•List the benefits of Compiler Warnings
•List the PL/SQL Compile Time Warning
Messages Categories
•Setting the Warning Messages Levels:
Using SQL Developer, PLSQL_WARNINGS
Initialization Parameter, and the DBMS_WARNING Package Subprograms
•View Compiler Warnings: Using SQL Developer, SQL*Plus, or the Data Dictionary Views
Manage PL/SQL Code
•What Is Conditional Compilation?
•Implement Selection Directives
•Invoke Predefined and User-Defined Inquiry
Directives
•The PLSQL_CCFLAGS Parameter and the
Inquiry Directive
•Conditional Compilation Error Directives to
Raise User-Defined Errors
•The DBMS_DB_VERSION Package
•Write DBMS_PREPROCESSOR Procedures
to Print or Retrieve Source Text
•Obfuscation and Wrapping PL/SQL Code
Manage Dependencies
•Overview of Schema Object Dependencies
•Query Direct Object Dependencies using
the USER_DEPENDENCIES View
•Query an Object’s Status
•Invalidation of Dependent Objects
•Display the Direct and Indirect Dependencies
•Fine-Grained Dependency Management in
Oracle Database 11g
•Understand Remote Dependencies
•Recompile a PL/SQL Program Unit
Temario SQL Fundamentals I
Introduction
•Overview of Oracle Database 11g and
related products
•Overview of relational database management concepts and terminologies
•Introduction to SQL and its development
environments
•The HR schema and the tables used in this
course
•Oracle Database documentation and additional resources
Retrieve Data Using the SQL SELECT Statement
•List the capabilities of SQL SELECT statements
•Generate a report of data from the output
of a basic SELECT statement
•Usage of arithmetic expressions and NULL
values
•Implement Column aliases
•Describe the concatenation operator, literal
character strings, alternative quote operator,
and the DISTINCT keyword
•Display the table structure using the DESCRIBE command
Restrict and Sort Data
•Write queries with a WHERE clause to limit
the output retrieved
•Use the comparison operators and logical
operators
•Identify the rules of precedence for comparison and logical operators
•Usage of character string literals in the
WHERE clause
•Write queries with an ORDER BY clause
•Sort output in descending and ascending
order
•Substitution Variables
Use Single-Row Functions to Customize
Output
•Differentiate between single row and multiple row functions
•Manipulate strings using character functions
•Manipulate numbers with the ROUND,
TRUNC, and MOD functions
•Perform arithmetic with date data
•Manipulate dates with the DATE functions
Conversion Functions and Conditional Expressions
•Describe implicit and explicit data type
conversion
•Describe TO_CHAR, TO_NUMBER, and
TO_DATE conversion functions
•Nesting multiple functions
•Apply the NVL, NULLIF, and COALESCE
functions to data
•Use conditional IF THEN ELSE logic
Aggregated Data Using Group Functions
•How aggregation functions help to produce
meaningful reports?
•Use the AVG, SUM, MIN, and MAX function
•How to handle Null Values in a group
function?
•Divide the data in groups by using the
GROUP BY clause
•Exclude groups of date by using the HAVING clause
Display Data From Multiple Tables Using
Joins
•Write SELECT statements to access data
from more than one table
•Join Tables Using SQL:1999 Syntax
•View data that does not meet a join condition by using outer joins
•Join a table to itself by using a self join
•Create Cross Joins
Use Sub-queries to Solve Queries
•Use a Subquery to Solve a Problem
•Execute Single-Row Sub-queries
•Deploy Group Functions in a Sub-query
•Multiple-Row Subqueries
•Use ANY and ALL Operator in Multiple-Row
Sub-queries
•Use EXISTS Operator
SET Operators
•What are SET operators?
•Use a SET operator to combine multiple
queries into a single query
•Use UNION, UNION ALL, INTERSECT, and
MINUS Operator
•Use ORDER BY Clause in Set Operations
Data Manipulation
•Add New Rows to a Table
•Change the Data in a Table
•Use DELETE and TRUNCATE Statements
•Save and discard changes with the COMMIT and ROLLBACK statements
•Implement Read Consistency
•Describe the FOR UPDATE Clause
Use DDL Statements to Create and Manage
Tables
•Categorize Database Objects
•Create Tables using the CREATE TABLE
Statement
•Identify the data types
•Describe Constraints
•Create a table using a subquery
•How to alter a table?
•Drop a table
Other Schema Objects
•Create, modify, and retrieve data from a
view
•Perform Data manipulation language (DML)
operations on a view
•Drop a view
•Create, use, and modify a sequence
•Create and maintain indexes
•Create and drop synonyms
Más informes:
Tel. 84 88 55 92
Email: [email protected]
Comienza tu camino hacia la certificación como
Desarrollador Oracle
www.atl-capacitacion.com.mx

Documentos relacionados