Oracle - Certified Associate 12c (OCA 12c)

Dauer

Dauer:

Nur 7 Tage

Methode

Methode:

Klassenraum / Online / Hybrid

nächster Termin

nächster Termin:

24.6.2024 (Montag)

Überblick

Erlangen Sie das für die Administration von Oracle Database 12c benötigte Wissen in diesem siebentägigen Oracle Certified Associate 12c (OCA 12c) Intensivkurs. Unsere Trainer kombinieren Theorie mit Praxisübungen, um Ihren Lernprozess zu beschleunigen und Sie mit praxisnahen Kenntnissen der Technologie auszustatten.

Sie erlernen unter anderem folgende Themen:

  • SQL Grundlagen
  • Oracle Datenbank-Architektur
  • Datenmigration
  • Datenbank-Backups und Wiederherstellung

Für die Cloud überarbeitet

Erlernen Sie alles über den aktualisierten Oracle Database 12c und meistern Sie neue Fähigkeiten und Cloud Computing Technologien. In diesem Oracle Database 12c Administrator Certified Associate Intensivkurs erlernen Sie die multitenante Architektur, neue Software Effizienzen, steuerbare Vorteile und effiziente Cloud-Beschaffung.

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

97% der Global Fortune 500 Unternehmen verwenden Oracle Software. Werden Sie jetzt ein Oracle Certified Associate und weisen Sie nach, dass Sie diese kritische Technologie 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 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-062: 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

Zertifizierung

Sie legen folgende Prüfungen als Teil des Intensivkurses in unserem Prüfungscenter ab, welche von unserer Leistungsgarantie abgedeckt sind:

1Z0-071: Oracle Database 12c SQL

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

1Z0-062: Oracle Database 12c Administration

  • Dauer: 120 Minuten
  • Fragen: 67
  • Mindestpunktzahl zum Bestehen: 64%
  • 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:

  • 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)

25.2.2024 (Sonntag)

Kurs gelaufen - Hinterlasse Kommentar

-

 

24.6.2024 (Montag)

30.6.2024 (Sonntag)

Warteliste

Überregional

 

5.8.2024 (Montag)

11.8.2024 (Sonntag)

Einige Plätze frei

Überregional

 

16.9.2024 (Montag)

22.9.2024 (Sonntag)

Einige Plätze frei

Überregional

 

28.10.2024 (Montag)

3.11.2024 (Sonntag)

Einige Plätze frei

Überregional

 

9.12.2024 (Montag)

15.12.2024 (Sonntag)

Einige Plätze frei

Überregional

 

Neueste Rezensionen von unseren Kursteilnehmern