Curso Oracle Database 12c PL-SQL Foundation Whit Develop PL-SQL Program Units
32hVisão Geral
Curso Curso Oracle Database 12c PL-SQL Foundation Whit Develop PL-SQL Program Units, apresenta aos alunos a linguagem de programação PL/SQL, em sala de aula, os alunos aprendem a criar blocos PL/SQL de código de aplicativo.
- Use vários recursos de PL/SQL.
- Escreva blocos de código anônimos em PL/SQL.
- Use várias construções condicionais PL/SQL e loops em blocos de programa.
- Interface do código PL/SQL com o banco de dados.
- Use procedimentos armazenados e funções em seus blocos de programa.
- Lidar com exceções no código PL/SQL.
Benefícios para você
Os alunos se beneficiarão deste curso, pois capacita os programadores com a habilidade de usar esta linguagem de programação. Na aula os alunos aprenderão a criar blocos PL/SQL anónimos, a criar procedimentos, funções e triggers. Os alunos aprenderão a usar cursores explícitos em seus blocos de programa. Demonstrações e prática prática reforçam os conceitos fundamentais. Os alunos usam o Oracle SQL Developer para desenvolver essas unidades do programa. SQL*Plus é introduzido como ferramentas opcionais.
Aprenda a:
- Crie e execute procedimentos e funções armazenados.
- Projete e use pacotes PL/SQL.
- Crie subprogramas de pacotes sobrecarregados para maior flexibilidade.
- Utilize os pacotes fornecidos pela Oracle no desenvolvimento de aplicativos.
- Crie gatilhos para resolver desafios de negócios.
- Crie e execute instruções SQL dinamicamente.
Benefícios para você
Os alunos são apresentados à utilização de alguns dos pacotes fornecidos pela Oracle. Além disso, os alunos aprendem a usar SQL dinâmico, entendem as considerações de design ao codificar usando PL/SQL, entendem e influenciam o compilador PL/SQL e gerenciam dependências. Neste curso, os alunos aprendem e utilizam o Oracle SQL Developer como principal ferramenta de ambiente para desenvolver essas unidades do programa. SQL*Plus é introduzido como ferramentas opcionais. Demonstrações e prática reforçam os conceitos fundamentais.
Objetivo
Após realizar este Curso Oracle Database 12c Foundation, você será capaz de:
- Projete um bloco anônimo PL/SQL que execute com eficiência
- Use construções de programação PL/SQL e controle condicionalmente o fluxo de código (loops, estruturas de controle e cursores explícitos)
- Lidar com exceções nas unidades do programa
- Crie e execute procedimentos e funções armazenados simples
- Escreva código PL/SQL para fazer interface com o banco de dados
- Descrever os recursos e a sintaxe do PL/SQL
Curso Oracle Database 12c Develop PL/SQL Program Units
- Use compilação PL/SQL condicional e ofusque (oculte) código
- Crie gatilhos para resolver desafios de negócios
- Gerenciar dependências entre subprogramas PL/SQL
- Projete código PL/SQL para tipos de dados predefinidos, subprogramas locais, pragmas adicionais e constantes e exceções padronizadas
- Use a infraestrutura de avisos do compilador
- Criar, usar e depurar procedimentos e funções armazenados
- Projete e use pacotes PL/SQL para agrupar e conter construções relacionadas
- Crie subprogramas de pacotes sobrecarregados para maior flexibilidade
- Use os pacotes PL/SQL fornecidos pela Oracle para gerar saída de tela, saída de arquivo e saída de correio
- Escreva SQL dinâmico para mais flexibilidade de codificação
Publico Alvo
- Empresas Interessados em Capacitar seu Time interno e externo,
- Administradores de banco de dados
- Analistas de Sistemas
- Desenvolvedor de formulários
- Consultor técnico
- Desenvolvedor do Portal
- Desenvolvedor PL/SQL
- Qualquer pessoa/profissional que tenha interesse em se capacitar para atuar com Oracle Database PL/SQL
Pre-Requisitos
- Familiaridade com conceitos e técnicas de processamento de dados
- Familiaridade com linguagens de programação
- Ter participado do Curso Oracle Database 12c SQL Foundation
Informações Gerais
- Carga Horaria, 32h
- Se noturno este curso e ministrado de segunda a quinta-feira das 19h às 23h, total de 8 encontros,
- Se aos sábados este curso e ministrado das 09h às 18h, total de 4 encontros,
Se in-company:
- Noturno, períodos sequenciais de segunda a quinta ou intercalados, segunda, quarta e sexta-feira das 18h às 22h,
- Período integral, por favor nos consultora disponibilidade, integral, meio período na parte da manhã ou tarde, das 15h às 19h.
Formato de entrega:
- 100% on-line via Microsoft Teams na presença de um instrutor/consultor Oracle Ativo no mercado e docente em sala de aula.
- Não é curso gravado o mesmo acontece em tempo real,
- Apostila + Laboratório Oracle Individual
Materiais
Português/Inglês + Exercícios + Lab PraticoConteúdo Programatico
Introduction
- Course Objectives, Course Agenda and Class Account Information
- The Human Resources (HR) Schema
- Appendices Used in this Course
- PL/SQL Development Environments
Introduction to PL/SQL
- Understanding the benefits and structure of PL/SQL
- Understanding PL/SQL Blocks
- Generating output messages in PL/SQL
Declaring PL/SQL Variables
- Identifying valid and invalid identifiers
- Declaring and initializing variables
- Various data types
- Identifying the benefits of using the %TYPE attribute
- Using bind variables
Writing Anonymous PL/SQL blocks
- Lexical Units in a PL/SQL Block
- Using SQL Functions in PL/SQL
- Data Type Conversion
- Using Nested Blocks as Statements
- Referencing an Identifier Value in a Nested Block
- Qualifying an Identifier with a Label
- Operators in PL/SQL
- Using Sequences in PL/SQL Expressions
Using SQL Statements within a PL/SQL Block
- Using SQL Statements in PL/SQL
- Retrieving Data in PL/SQL with the SELECT statement
- Using Naming Conventions in DML Statements and data retrieval
- Manipulating Data on the Server Using PL/SQL
- SQL Cursors
- Using SQL Cursor Attributes to Obtain Feedback on DML
- Saving and Discarding Transactions
Writing Control Structures
- Controlling PL/SQL Flow of Execution
- Using IF and CASE Statements for conditional processing
- Handling Nulls
- Building Boolean Conditions with Logical Operators
- Using Iterative Control with Loop Statements
Working with Composite Data Types
- Composite Data Types of PL/SQL Records and Tables
- Using PL/SQL Records
- Inserting and Updating PL/SQL Records
- Using INDEX BY Tables
- Using Associative arrays
- Declaring and Using VArrays
Using Explicit Cursors
- Cursors
- Explicit Cursor Operations
- Controlling Explicit Cursors
- Using Explicit Cursors to Process Rows
- Cursors and Records
- Cursor FOR Loops Using Subqueries
- Explicit Cursor Attributes
- %NOTFOUND and %ROWCOUNT Attributes
Handling Exceptions
- Concept of Exception
- Handling Exceptions with PL/SQL
- Predefined Exceptions
- Trapping Predefined and Non-predefined Oracle Server Errors
- Functions that Return Information on Exceptions
- Usage of PRAGMA keyword
- Trapping User-Defined Exceptions
- Propagating Exceptions
Creating Stored Procedures and Functions
- Overview of Stored Procedures and Functions
- Differentiating between anonymous blocks and subprograms
- CREATE OR REPLACE PROCEDURE | FUNCTION
- Understanding the Header Area of a Stored Procedure and Function
- Creating Simple Procedures and Functions
- Creating a Simple Procedure with an IN Parameter
- Executing a Procedure and a Function
Introduction Develop PL/SQL Program Units
- Course Objectives, Course Agenda and Appendixes Used in this Course
- Full Human Resources (HR) Schema
- Online Oracle Database 12c SQL and PL/SQL documentation
- PL/SQL development environments available in this course
- Using the SQL Worksheet
- Executing SQL Statements
- Working With Script Files
- Creating and Executing Anonymous Blocks
Working with Oracle Database Exadata Express Cloud Service
- Overview of Oracle Database Exadata Express Cloud Service
- Accessing Cloud Database using SQL Workshop
- Connecting to Exadata Express Database using Database Clients
- Using SQL Developer to work with Exadata Express Database
- Using SQLcl to work with Exadata Express Database
- Using SQL*Plus to work with Exadata Express Database
Creating Stored Procedures
- PL/SQL blocks and subprograms
- Uses and benefits of procedures
- Working with procedures
- Using formal and actual parameters
- Identify the available parameter-passing modes
- Passing parameters using the positional, named, or combination techniques
- Handling exceptions in procedures
- Viewing the procedure information
Creating Functions and Debugging Subprograms
- Creating Stored Functions
- The Difference Between Procedures and Functions
- Working with Functions
- Identifying the Advantages of Using Stored Functions in SQL Statements
- Using User-Defined Functions in SQL Statements
- Using a PL/SQL Function in the SQL WITH Clause
- Defining and executing PL/SQL functions in SQL statements
- Restrictions When Calling Functions from SQL statements
Creating Packages
- Using PL/SQL Packages
- Components of a PL/SQL Package
- Visibility of a Package’s Components
- Developing a PL/SQL Package
- Creating the Package Specification and Package Body
- Invoking the Package Constructs
- Creating and Using Bodiless Packages
- Removing a Package
Working With Packages
- Overloading Subprograms
- Using Forward Declarations to Solve Illegal Procedure Reference
- Initializing Packages
- Using Package Functions in SQL and Restrictions
- Controlling Side Effects of PL/SQL Subprograms
- Persistent State of Packages
- Persistent State of Package Variables and Cursors
- Using PL/SQL Tables of Records in Packages
Using Oracle-Supplied Packages in Application Development
- Using Oracle-Supplied Packages
- Examples of Some of the Oracle-Supplied Packages
- Working of DBMS_OUTPUT Package
- Using the UTL_FILE Package to Interact With Operating System Files
- Using the UTL_MAIL Package
Using Dynamic SQL
- Introduction to Dynamic SQL
- The Execution Flow of SQL
- Working With Dynamic SQL
- When Do You Need Dynamic SQL?
- Using Native Dynamic SQL (NDS)
- Dynamic SQL with mock up application
- Using BULK COLLECT and FORALL
- Dynamic SQL using DBMS_SQL package
Creating Triggers
- Different types of triggers
- Database triggers and their use
- Creating database triggers
- Database trigger firing rules
- Removing database triggers
Creating Compound, DDL, and Event Database Triggers
- Compound triggers
- Mutating tables
- Creating triggers on DDL statements
- Creating triggers on system events
- Displaying information about triggers
Design Considerations for PL/SQL Code
- Standardizing constants with a constant package
- Standardizing exceptions with an exception package
- Writing PL/SQL code that uses local subprograms
- Grant Roles to PL/SQL Packages and Standalone Stored Subprograms
- Using the NOCOPY compiler hint to pass parameters by reference
- Using the PARALLEL ENABLE hint for optimization
- Using the AUTONOMOUS TRANSACTION pragma
- Describing the differences between invoker rights and definer rights
Using PL/SQL compiler
- Using the PL/SQL Compiler with initialisation parameters
- Using the PL/SQL Compile Time Warnings
- Viewing the Current Setting of PLSQL_WARNINGS
- Viewing the Compiler Warnings
- Guidelines for using PLSQL_WARNINGS
- Conditional Compilation
Managing Dependencies
- Dependent and referenced objects
- Tracking procedural dependencies with dictionary views
- Predicting the effect of changing a database object
- Managing local and remote procedural dependencies