Oracle - Administrator Certified Professional & Associate 12c (OCP & OCA 12c)

Dauer

Dauer:

Nur 11 Tage

Methode

Methode:

Klassenraum / Online / Hybrid

nächster Termin

nächster Termin:

24.6.2024 (Montag)

Überblick

Erlernen Sie in unserem 11-tägigen Intensivkurs die Administration einer Oracle 12c Datenbank. Sie erlangen ein grundlegendes Verständnis von der Administration von Oracle Datenbanken und können eine Oracle 12c Datenbank verwalten sowie erweiterte Administrationsfeatures implementieren. Unsere Trainer kombinieren Theorie mit Praxisübungen, um Ihren Lernprozess zu beschleunigen und Sie mit praxisnahen Kenntnissen der Technologie auszustatten.

Sie erlangen ein Verständnis folgender Themen:

  • SQL Grundlagen
  • Oracle Datenbank-Administration
  • Datenmigration
  • Datenbank-Backups und Recovery
  • Erstellung von Multitenant Containers und Pluggable Databases
  • Verschieben von Daten, Ausführung von Security Operations und Interaktion mit anderen Oracle Produkten

Sie legen zudem sowohl die Oracle Certified Administrator (OCA) als auch die Oracle Certified Professional (OCP) Prüfung während des Kurses in unserem Testcenter ab.

Neu entwickelt für die Cloud

Sie erlernen den Umgang mit der aktualisierten Oracle Datenbank 12c und erlangen neue Cloud-Fähigkeiten und Computertechnologien. Sie behandeln die multitenante Architektur, neue Software Effizienzen, steuerbare Vorteile und die effiziente Cloudbeschaffung.

Sie legen die Prüfungen 1Z0-071: Oracle Database 12c SQL, 1Z0-072: Oracle Database 12c Administration und 1Z0-073: Oracle Database 12c Advanced Administration vor Ort während des Kurses ab.

97% der Global Fortune 500 Unternehmen verwenden Oracle Software. Werden Sie ein Oracle Certified Professional und Sie können diese entscheidende Software beherrschen.

Vorteile

In einem Firebrand Intensiv-Training profitieren Sie von folgenden Vorteilen:

  • Zwei Optionen - Präsenz- oder Onlinetraining
  • Ablenkungsfreie Lernumgebung
  • Eigene Trainings- und Prüfungszentren (Pearson VUE Select Partner)
  • Effektives Training mit praktischen Übungseinheiten und intensiver Betreuung durch unsere Trainer
  • Umfassendes Leistungspaket mit allem, was Sie benötigen, um Ihre Zertifizierung zu erhalten, inklusive unserer Firebrand Leistungsgarantie.

Lehrplan

In diesem OCA und OCP 12c Kurs erlernen Sie folgende Inhalte:

1Z0-071: Oracle Database 12c SQL

Oracle and Structured Query Language (SQL)

  • Identify the connection between an ERD and a Relational Database
  • Explain the relationship between a database and SQL
  • Describe the purpose of DDL
  • Describe the purpose of DML
  • Build a SELECT statement to retrieve data from an Oracle Database table

Restricting and Sorting Data

  • Use the ORDER BY clause to sort SQL query results
  • Limit the rows that are retrieved by a query
  • Use ampersand substitution to restrict and sort output at runtime
  • Use SQL row limiting clause

Using Single-Row Functions to Customise Output

  • Use various types of functions available in SQL
  • Use character, number, and date and analytical (PERCENTILE_CONT, STDDEV, LAG, LEAD) 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 general functions and conditional expressions in a SELECT statement

Reporting Aggregated Data Using the 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

  • Describe the different types of joins and their features
  • Use 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

Using Subqueries to Solve Queries

  • Define subqueries
  • Describe the types of problems subqueries can solve
  • Describe the types of subqueries
  • Query data using correlated subqueries
  • Update and delete rows using correlated subqueries
  • Use the EXISTS and NOT EXISTS operators
  • Use the WITH clause
  • Use 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

  • Truncate data
  • 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

  • Describe data types that are available for columns
  • Create a simple table
  • Create constraints for tables
  • Drop columns and set column UNUSED
  • Create and use external tables

Managing Objects with Data Dictionary Views

  • Query various data dictionary views

Controlling User Access

  • Differentiate system privileges from object privileges
  • Grant privileges on tables and on a user
  • Distinguish between privileges and roles

Managing Schema Objects

  • Describe how schema objects work
  • Create simple and complex views with visible/invisible columns
  • Create, maintain and use sequences
  • Create and maintain indexes including invisible indexes and multiple indexes on the same columns
  • Perform flashback operations

Manipulating Large Data Sets

  • Describe the features of multitable INSERTs
  • Merge rows in a table

1Z0-072: Oracle Database 12c Administration

Exploring the Oracle Database Architecture

  • List the architectural components of Oracle Database
  • Explain the memory structures
  • Describe the background processes

Oracle Database Management Tools

  • Use database management tools

Oracle Database Instance

  • Understand initialization parameter files
  • Start up and shut down an Oracle database instance
  • View the alert log and access dynamic performance views

Configuring the Oracle Network Environment

  • Configure Oracle Net Services
  • Use tools for configuring and managing the Oracle network
  • Configure client-side network
  • Configure communication between databases

Administering User Security

  • Create and manage database user accounts
  • Grant and revoke privileges
  • Create and manage roles
  • Create and manage profiles

Managing Database Storage Structures

  • Describe the storage of table row data in blocks
  • Create and manage tablespaces

Create and manage tablespaces

  • Explain how Oracle database server automatically manages space
  • Save space by using compression
  • Use the Segment Advisor
  • Reclaim wasted space from tables and indexes by using the segment shrink functionality

Managing Undo Data

  • Explain DML and undo data generation
  • Monitor and administer undo data
  • Describe the difference between undo data and redo data
  • Configure undo retention

Managing Data Concurrency

  • Describe the locking mechanism and how Oracle manages data concurrency
  • Monitor and resolve locking conflicts

Implementing Oracle Database Auditing

  • Enable standard database auditing and unified auditing

Backup and Recovery Concepts

  • Identify the importance of checkpoints, redo log files, and archive log files

Backup and Recovery Configuration

  • Configure the fast recovery area
  • Configure ARCHIVELOG mode

Performing Database Backups

  • Create consistent database backups
  • Back up your database without shutting it down
  • Create incremental backups
  • Automate database backups
  • Manage backups

Performing Database Recovery

  • Determine the need for performing recovery
  • Use Recovery Manager (RMAN) and the Data Recovery Advisor to perform recovery of the control file, redo log file and data file

Moving Data

  • Describe ways to move data
  • Use SQL*Loader to load data from a non-Oracle database
  • Use external tables to move data via platform-independent files
  • Explain the general architecture of Oracle Data Pump
  • Use Data Pump Export and Import to move data between Oracle databases

Performing Database Maintenance

  • Use server-generated alerts

Managing Performance: SQL Tuning

  • Use the SQL Tuning advisor

Automating Tasks by Using Oracle Scheduler

  • Use Oracle Scheduler to simplify management tasks
  • Use job chains to perform a series of related tasks
  • Use Scheduler jobs on remote systems
  • Use advanced Scheduler features to prioritize jobs

Creating an Oracle Database Using DBCA

  • Generate database creation scripts by using DBCA
  • Manage database design templates by using DBCA

Upgrading Oracle Database Software  

  • Describe data migration methods
  • Describe the upgrade process

Introduction to DBAAS

  • Recognize the difference between a DBaaS Instance and a Database Instance
  • Navigate with My Services Dashboard
  • User authentication and roles
  • Generate a Secure Shell (SSH) Public/Private Key Pair

1Z0-073: Oracle Database 12c Advanced Administration

Backup and Recovery

Oracle Data Protection Solutions

  • Explain Oracle backup and recovery solutions
    • Describe types of database failures
    • Describe the tools available for backup and recovery tasks
    • Describe RMAN and maximum availability architecture
    • Use the SYSBACK privilege
    • Use RMAN stand-alone and job commands

Performing Basic Backup and Recovery

  • Back up and recover a NOARCHIVELOG database
    • Perform backup and recovery in NOARCHIVELOG mode
    • Use SQL in RMAN

Configuring for Recoverability

  • Configure and manage RMAN settings
    • Configure persistent settings for RMAN
    • View persistent settings
    • Specify a retention policy
  • Configure the Fast Recovery Area
    • Explain the Fast Recovery Area
    • Configure the Fast Recovery Area
  • Configure control files and redo log files for recoverability
    • Multiplex control files
    • Multiplex redo log files

Using the RMAN Recovery Catalog

  • Create and use an RMAN recovery catalog
    • Configure a recovery catalog
    • Register target databases in a recovery catalog
    • Catalog additional backup files
    • Resynchronise a recovery catalog
    • Use and maintain RMAN stored scripts
    • Upgrade and drop a recovery catalog
  • Protect the RMAN recovery catalog
    • Back up the recovery catalog
    • Re-create an unrecoverable recovery catalog
    • Export and import the recovery catalog

Implementing Backup Strategies

  • Use various RMAN backup types and strategies
    • Enable ARCHIVELOG mode
    • Create tape and disk based backups
    • Create whole database backups
    • Create consistent and inconsistent backups
    • Create backup sets and image copies
    • Create backups of read-only tablespaces
    • Employ best practices for data warehouse backups

Performing Backups

  • Perform full and incremental backups
    • Create full and incremental backups
    • Use the Oracle-suggested backup strategy
  • Manage backups
    • Configure and monitor block change tracking
    • Report on backups using LIST, REPORT commands
    • Manage backups using CROSSCHECK, DELETE commands

Configuring RMAN Backup Options and Creating Backup of Non-Database Files

  • Use techniques to improve backups
    • Create compressed backups
    • Create multi-section backups of very large files
    • Create proxy copies
    • Create duplexed backup sets
    • Create backups of backup sets
    • Create archival backups
  • Perform backup of non-database files
    • Back up a control file to trace
    • Back up archived redo log files
    • Back up ASM diskgroup metadata

Using RMAN-Encrypted Backups

  • Create RMAN-encrypted backups
    • Use transparent-mode encryption
    • Use password-mode encryption
    • Use dual-mode encryption
    • Restore encrypted backups

Diagnosing Failures

  • Describe the Automatic Diagnostic Workflow
    • Use the Automatic Diagnostic Repository
    • Use ADRCI
    • Find and interpret message output and error stacks
    • Use the Data Recovery Advisor
  • Handle block corruption
    • Detect block corruption using RMAN
    • Perform block recovery using RMAN

Performing Restore and Recovery Operations

  • Describe and tune instance recovery
  • Perform complete and incomplete recovery
    • Use RMAN RESTORE and RECOVER commands
    • Restore ASM disk groups
    • Recover from media failures
    • Perform complete and incomplete or “point-in-time” recoveries using RMAN

Recovering Files Using RMAN

  • Perform recovery for spfile, control file, redo log files
  • Perform table recovery from backups
  • Perform recovery of index and read-only tablespaces, temp file
  • Restore a database to a new host

Using Oracle Secure Backup

  • Configure and use Oracle Secure Backup

Using Flashback Technologies

  • Describe the Flashback technologies
    • Configure a database to use Flashback technologies
    • Guarantee undo retention
  • Use Flashback to query data
    • Use Flashback Query
    • Use Flashback Version Query
    • Use Flashback Transaction Query
    • Flash back a transaction
  • Perform Flashback Table operations
    • Perform Flashback Table
    • Restore tables from the recycle bin
  • Describe and use Flashback Data Archive
    • Use Flashback Data Archive
    • Use DBMS_FLASHBACK_ARCHIVE package

Using Flashback Database

  • Perform Flashback Database
    • Configure Flashback Database
    • Perform Flashback Database

Transporting Data

  • Describe and use transportable tablespaces and databases
    • Transport tablespaces between databases using image copies or backup sets
    • Transport databases using data files or backup sets
    • Transport data across platforms

Duplicating a Database

  • Choose a technique for duplicating a database
    • From an active database, connected to the target and auxiliary instances
    • From backup, connected to the target and auxiliary instances
    • From backup, connected to the auxiliary instance, not connected to the target, but with recovery catalog connection
    • From backup, connected to the auxiliary instance, not connected to the target and the recovery catalog
    • Duplicate a database with RMAN
  • Create a backup-up based duplicate database
  • Duplicate a database based on a running instance

Monitoring and Tuning of RMAN Operations

  • Tune RMAN performance
    • Interpret RMAN error stacks
    • Diagnose performance bottlenecks
    • Tune RMAN backup performance

Managing Pluggable and Container Databases

Introduction

Multitenant Container and Pluggable Database Architecture

  • Describe the multitenant container database architecture
  • Explain pluggable database provisioning

Creating Multitenant Container and Pluggable Databases

  • Configure and create a CDB
  • Create a PDB using different methods
  • Unplug and drop a PDB
  • Migrate a non-CDB database to PDB

Managing a CDB and PDBs

  • Establish connections to CDB/PDB
  • Start up and shut down a CDB and open and close PDBs
  • Evaluate the impact of parameter value changes

Managing Storage in a CDB and PDBs

  • Manage permanent and temporary tablespaces in CDB and PDBs

Managing Security in a CDB and PDBs

  • Manage common and local users
  • Manage common and local privileges
  • Manage common and local roles
  • Enable common users to access data in specific PDBs

Managing Availability

  • Perform backups of a CDB and PDBs
  • Recover PDB from PDB datafiles loss
  • Use Data Recovery Advisor
  • Duplicate PDBs using RMAN

Managing Performance

  • Monitor operations and performance in a CDB and PDBs
  • Manage allocation of resources between PDBs and within a PDB
  • Perform Database Replay

Moving Data, Performing Security Operations and Interacting with Other Oracle Products

  • Use Data Pump
  • Use SQL*Loader
  • Audit operations
  • Use Other Products with CDB and PDBs - Database Vault, Data Guard, LogMiner

Zertifizierung

Sie legen folgende Prüfungen in unserem Trainingscenter ab, welche von unserer Leistungsgarantie umfasst sind:

1Z0-071: Oracle Database 12c SQL

  • Dauer: 100 Minuten
  • Fragen: 73
  • Mindestpunktzahl zum Bestehen: 63%
  • Format: Multiple Choice

1Z0-072: Oracle Database 12cR2 Administration

  • Dauer: 90 Minuten
  • Fragen: 70
  • Mindestpunktzahl zum Bestehen: 60%
  • Format: Multiple Choice

1Z0-063: Oracle Database 12c Advanced Administration

  • Dauer: 120 Minuten
  • Fragen: 80
  • Mindestpunktzahl zum Bestehen: 60%
  • Format: Multiple Choice

Leistungspaket

Im Kurspaket enthalten:

  • Firebrand Kursmaterialien

Unser Kurspaket umfasst:

  • Umfassende Schulungsmaterialien
  • Praxiserfahrene Trainer, die das bewährte Lecture | Lab | ReviewTM-Konzept anwenden
  • Moderne Trainingseinrichtungen
  • 24 Stunden Zugang zur IT-Lernumgebung
  • Prüfungsgebühren*
  • Prüfungen werden während des Kurses abgelegt**
  • Bei Präsenzkursen: Unterkunft, Frühstück, Mittagessen, Abendessen, Snacks und Getränke
  • Firebrand Leistungsgarantie gemäß unseren AGB***
  • * Ausnahme: Prüfungsgutscheine sind bei folgenden Kursen nicht einbegriffen: Kurse von CREST, BSI Grundschutz Berater und GIAC. Bei diesen Kursen muss die Prüfungsgebühr direkt an den entsprechenden Partner entrichtet werden.
  • ** Ausnahme: Die Prüfungen der COBIT, Cybersecurity Audit, CCAK, IT Risk Fundamentals, IT Audit Fundamentals, CSX-P, ITCA, CET, GIAC, CCSK, CREST Kurse , MSP , BSI Grundschutz Berater sowie EC-Council CPENT werden nicht während des Kurses abgelegt.
  • *** Wenn ein Kursteilnehmer die Prüfung nicht erfolgreich bestehen sollte, kann der Trainingskurs innerhalb eines Jahres wiederholt werden. Dabei fallen nur die Kosten für die Unterkunft und Verpflegung sowie ggf. die Prüfungsgebühren an. Ausnahme: Bei Kursen von Cisco und VMware entstehen außerdem zusätzliche Kosten für die Nutzung der (digitalen) Kursunterlagen und der Lab-/Übungsumgebung.

Voraussetzungen

Es wird empfohlen, dass Sie bereits mindestens 9 Monate praktische Erfahrung in der Datenbankadministration mitbringen. Dies beinhaltet gute Praxiskenntnisse von Oracle SQL und Vertrautheit mit den von Oracle PL/SQL bereitgestellten Paketen.

Zusätzlich dazu sollten Sie über ein Grundverständnis und idealerweise praktische Erfahrungen in der Nutzung folgender Technologien verfügen:

  • Nutzung von RMAN für Backup, Restore und Wiederherstellung von Datenbanken
  • Nutzung von RMAN zur Duplikation von Datenbanken
  • Nutzung von Flashback Technologien
  • Multi-Tenant Architecture
  • Oracle Database Architecture und OFA
  • SQL Statements der Oracle Data Dictionary Views
  • Oracle Net Konfiguration
  • Datenbanksicherheit
  • Diagnose und Fehlerbehebung
  • Database Performance Tuning
  • Database Space Management
  • Datapump und sqlldr
  • Oracle Resource Manager
  • Oracle Scheduler
  • Datenbankpflege
  • Database Backup, insbesondere RMAN

Sind Sie sich unsicher, ob Sie die Voraussetzungen erfüllen? Wir besprechen gerne mit Ihnen Ihren technischen Hintergrund, Erfahrung und Qualifikation, um herauszufinden, ob dieser Intensivkurs der richtige für Sie ist.

Erfahrungsberichte

Bereits 134561 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 96.41% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!


"Es waren 11 harte, informative und lehrreiche Tage. Fastest way to learn ;)"
M. A.. (18.9.2017 (Montag) bis 28.9.2017 (Donnerstag))

"Trainer ist Perfekt. Material ist sehr gut strukturieret. "
Ahmed Al Adaileh, Vaillant Group Business Services. (12.1.2015 (Montag) bis 17.1.2015 (Samstag))

"Die Umgebung, Unterkunft und Verpflegung waren wirklich sehr gut. Das Wissen was im Kurs vermittelt wurde ist qualitativ hoch und sehr detailreich."
Anonym (12.1.2015 (Montag) bis 17.1.2015 (Samstag))

"Der Kurs an sich ist sehr gut strukturiert. Der Trainer war einfach spitze! Großes Lob. Sehr ruhig, professionell und hatte auf jede Frage eine Antwort. Die Verpflegung war auch sehr gut."
JK. (12.1.2015 (Montag) bis 17.1.2015 (Samstag))

"Das Trainingskonzept von Firebrand bereitet einen optimal auf das Bestehen der Prüfung(en) vor. Die 8 Tage waren hart und lang, aber es hat sich gelohnt."
Tobias Tomandl, Alcatel-Lucent Deutschland AG. (6.4.2014 (Sonntag) bis 13.4.2014 (Sonntag))

Kurstermine

Start

Ende

Verfügbarkeit

Standort

Anmelden

19.2.2024 (Montag)

29.2.2024 (Donnerstag)

Kurs gelaufen - Hinterlasse Kommentar

-

 

24.6.2024 (Montag)

4.7.2024 (Donnerstag)

Warteliste

Überregional

 

5.8.2024 (Montag)

15.8.2024 (Donnerstag)

Einige Plätze frei

Überregional

 

16.9.2024 (Montag)

26.9.2024 (Donnerstag)

Einige Plätze frei

Überregional

 

28.10.2024 (Montag)

7.11.2024 (Donnerstag)

Einige Plätze frei

Überregional

 

9.12.2024 (Montag)

19.12.2024 (Donnerstag)

Einige Plätze frei

Überregional

 

Neueste Rezensionen von unseren Kursteilnehmern