Back To Top

Oracle PL/SQL und Oracle Forms Developer

Oracle Zertifizierung - Oracle CertifiedOracle PL/SQL Developer Certified Associates beweisen ihr Fachwissen bei der Erstel­lung von datenbankzentrier­ten Internet-Anwendungen sowohl für Oracle9i als auch Oracle Database 10g. Oracle Forms Developer Certified Professionals steigern ihre Glaubwürdig­keit, gewinnen an Effizienz und verbessern ihre Arbeitsleistung als Anwendungsentwickler.

Prüfungen

Übersicht

Oracle Zertifizierung - Oracle CertifiedDie nachfolgende Liste enthält die möglichen Prüfungen und gibt an, welche Prüfungen jeweils zur Auswahl stehen.

 

  • Eine der folgenden
    • 1Z0-007 Introduction to Oracle9i SQL®
    • 1Z0-047 Oracle Database SQL Expert
    • 1Z0-051 Oracle Database 11g: SQL Fundamentals I
  • und eine der folgenden
    • 1Z0-147 Program with PL/SQL
    • 1Z0-144 Oracle Database 11g: Program with PL/SQL

Prüfungen im Detail

Oracle Zertifizierung - Oracle CertifiedDie nachfolgende Tabelle zeigt übersichtlich die verschiedenen Prüfungen mit ihren wichtigsten Eigenschaften. Wir helfen Ihnen gerne, sich für die richtige Prüfung nach einem Seminar anzumelden. Die Links führen zu den von uns angebotenen Seminaren, welche die Prüfungsthemen enthalten.

Titel Prüfung Nr. Gebühr Bestanden bei Eines dieser Seminare
Introduction to Oracle9i SQL 1Z0-007 99,00 € 71% Introduction to Oracle9i: SQL

oder

Oracle Database 10g: Introduction to SQL

oder

Oracle Database 10g: SQL Fundamentals I
Oracle Database SQL Expert 1Z0-047 154,00 € 66% Oracle Database 10g: Introduction to SQL

oder

Oracle Database 10g: SQL Fundamentals I und Oracle Database 10g: SQL Fundamentals II

oder

Oracle Database 11g: Introduction to SQL

oder

Oracle Database 11g: SQL Fundamentals I und Oracle Database 11g: SQL Fundamentals II
Oracle Database 11g: SQL Fundamentals I 1Z0-051 99,00 € 60% Oracle Database 11g: SQL Fundamentals I

oder

Oracle Database 11g: Introduction to SQL
Program with PL/SQL 1Z0-147 195,00 US $ 77% Oracle9i: Program with PL/SQL
oder Oracle Database 10g: Program with PL/SQL
Oracle Database 11g: Program with PL/SQL 1Z0-144 195,00 US $ 65% Oracle Database 11g: Program with PL/SQL

Inhalte der typischen Prüfungen

Oracle Zertifizierung - Oracle CertifiedFür die Version 11g gibt es einige typische Prüfungen und sehr häufig besuchte Seminare. In diesem Abschnitt listen wir die häufigsten und damit typischen Prüfungen noch einmal mit ihren Themengebieten auf.

1Z0-051 Oracle Database 11g: SQL Fundamentals I

Simple Queries Advanced Queries DDL
Retrieving Data Using the SQL SELECT Statement
List the capabilities of SQL SELECT statements
Execute a basic SELECT statement Restricting and Sorting Data
Limit the rows that are retrieved by a query
Sort the rows that are retrieved by a query
Use ampersand substitution to restrict and sort output at runtime Using Single-Row Functions to Customize Output
Describe various types of functions available in SQL
Use character, number, and date functions in SELECT statements Using Conversion Functions and Conditional Expressions
Describe various types of conversion functions that are available in SQL
Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
Apply conditional expressions in a SELECT statement
Reporting Aggregated Data Using the Group Functions
Identify the available group functions
Describe the use of group functions
Group data by using the GROUP BY clause
Include or exclude grouped rows by using the HAVING clause Displaying Data from Multiple Tables
Write SELECT statements to access data from more than one table using equijoins and nonequijoins
Join a table to itself by using a self-join
View data that generally does not meet a join condition by using outer joins
Generate a Cartesian product of all rows from two or more tables Using Subqueries to Solve Queries
Define subqueries
Describe the types of problems that the subqueries can solve
List the types of subqueries
Write single-row and multiple-row subqueries Using the Set Operators
Describe set operators
Use a set operator to combine multiple queries into a single query
Control the order of rows returned
Manipulating Data
Describe each data manipulation language (DML) statement
Insert rows into a table
Update rows in a table
Delete rows from a table
Control transactions Using DDL Statements to Create and Manage Tables
Categorize the main database objects
Review the table structure
List the data types that are available for columns
Create a simple table
Explain how constraints are created at the time of table creation
Describe how schema objects work Creating Other Schema Objects
Create simple and complex views
Retrieve data from views
Create, maintain, and use sequences
Create and maintain indexes
Create private and public synonyms

1Z0-144 Oracle Database 11g: Program with PL/SQL

Oracle Database 11g: PL/SQL Fundamentals Oracle Database 11g: Develop PL/SQL Program Units
Oracle Database 11g: PL/SQL Fundamentals Introduction to PL/SQL
Explain the need for PL/SQL
Explain the benefits of PL/SQL
Identify the different types of PL/SQL blocks
Output messages in PL/SQL
Declaring PL/SQL Variables
Recognize valid and invalid identifiers
List the uses of variables, declare and initialize variables, use bind variables
List and describe various data types using the %TYPE attribute
Writing Executable Statements
Identify lexical units in a PL/SQL block
Use built-in SQL functions in PL/SQL and sequences in PL/SQL expressions
Describe when implicit conversions take place and when explicit conversions have to be dealt with
Write nested blocks and qualify variables with labels
Write readable code with appropriate indentation
Interacting with the Oracle Database Server
Create PL/SQL executable blocks using DML and transaction control statements
Make use of the INTO clause to hold the values returned by a SQL statement
Writing Control Structures
Identify the uses and types of control structures (IF, CASE statements and expressions)
Construct and identify loop statements
Apply guidelines when using conditional control structures
Working with Composite Data Types
Create user-defined PL/SQL records
Create a record with the %ROWTYPE attribute
Create an INDEX BY table and INDEX BY table of records
Describe the differences among records, tables, and tables of records
Using Explicit Cursors
Distinguish between usage of implicit and explicit cursors, use SQL cursor attributes
Declare and control explicit cursors, use simple loops and cursor FOR loops to fetch data
Declare and use cursors with parameters
Lock rows with the FOR UPDATE clause and reference the current row with the WHERE CURRENT OF clause
Handling Exceptions
Define PL/SQL exceptions
Recognize unhandled exceptions
Handle different types of exceptions (pre-defined exceptions, non-predefined exceptions and user-defined exceptions)
Propagate exceptions in nested blocks and call applications
Creating Stored Procedures and Functions
Differentiate between anonymous blocks and subprograms
Create a simple procedure and invoke it from an anonymous block
Create a simple function
Create a simple function that accepts a parameter
Differentiate between procedures and functions
Creating Procedures
Differentiate between anonymous blocks and subprograms, use a modularized and layered subprogram design, and identify the benefits of subprograms
Create a simple procedure and invoke it from an anonymous block
Work with procedures
Handle exceptions in procedures, remove a procedure, and display a procedure's information
Creating Functions
Differentiate between a procedure and a function
Describe the uses of functions
Work with functions (create, invoke and remove functions)
Creating Packages
Identify the benefits and the components of packages
Work with packages (create package specification and body, invoke package subprograms, remove a package and display package information)
Working with Packages
Overload package subprograms, use forward declarations
Create an initialization block in a package body
Manage persistent package data states for the life of a session and use PL/SQL tables and records in packages
Using Oracle-Supplied Packages in Application Development
Describe how the DBMS_OUTPUT package works
Use UTL_FILE to direct output to operating system files
Describe the main features of UTL_MAIL
Using Dynamic SQL
Describe the execution flow of SQL statements
Use Native Dynamic SQL (NDS)
Use the DBMS_SQL package
Design Considerations for PL/SQL Code
Create standard constants and exceptions
Write and call local subprograms
Control the run-time privileges of a subprogram
Perform autonomous transactions
Use NOCOPY hint, PARALLEL ENABLE hint and DETERMINISTIC clause
Use bulk binding and the RETURNING clause with DML
Creating Triggers
Describe different types of triggers and their uses
Create database triggers
Manage triggers
Creating Compound, DDL, and Event Database Triggers
Create triggers on DDL statements
Create triggers on system events
Using the PL/SQL Compiler
Describe the new PL/SQL compiler and features
Use the new PL/SQL compiler initialization parameters
Use the new PL/SQL compile time warnings
Managing PL/SQL Code
Describe and use conditional compilation
Hide PL/SQL source code using dynamic obfuscation and the Wrap utility
Managing Dependencies
Track and manage procedural dependencies

» Kontaktformular










comelio.com

mail address

mail address

  • Berlin | Comelio GmbH
    Fon: +49(0)30-8145622-00
    Fax: +49(0)30-8145622-10
  • Hamburg | Comelio GmbH
    Fon: +49(0)40-20934996-0
    Fax: +49(0)40-20934996-9
  • München | Comelio GmbH
    Fon: +49(0)89-38156860-0
    Fax: +49(0)89-38156860-9
  • Stuttgart | Comelio GmbH
    Fon: +49(0)711-46051275-0
    Fax: +49(0)711-46051275-9
  • Düsseldorf | Comelio GmbH
    Fon: +49(0)211-63556420-0
    Fax: +49(0)211-63556420-9
  • Frankfurt | Comelio GmbH
    Fon: +49(0)69-17320683-0
    Fax: +49(0)69-17320683-9
  • Hannover | Comelio GmbH
    Fon: +49(0)511-16597506-0
    Fax: +49(0)511-16597506-9
  • Wien | Comelio GmbH
    Fon: +43-720-2097-97
    Fax: +43-720-2097-98