You are on page 1of 18

2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

(h ps://www.stayahead.com)

Oracle Database 19c DBA Performance Tuning &


Management

Dates Overview Contents

Oracle Database 19c DBA Performance


Tuning & Management
Course Code: O19CDBAPT

Dura on: 5 days


Our training courses can also be delivered at a loca on of your choice...

Oracle Database 19c DBA Performance Tuning & Management Course Overview
This Oracle Database 19c DBA Performance Tuning & Management course introduces the DBA to the main
concepts of Oracle Database performance tuning and management. DBAs will gain prac cal experience in
analyzing and tuning database performance.
Delegates on the Oracle Database 19c DBA Performance Tuning & Management course will learn how to use
tuning goals and methodologies to iden fy tuning conten ons in an Oracle database and how to take
correc ve ac on, how to detect and tune common database performance problems, how to use the database
advisors to proac vely tune a database and how to use the various tools provided by Oracle to tune a
database.
Versions supported 12c, 18c, 19c.

The delegate will learn and acquire skills as follows:

Tuning database applica ons for op mal performance


Iden fying and resolving common tuning problems
Using diagnos c sources
Managing database sta s cs
Iden fying and correc ng problem SQL statements
Examining the execu on plan of a SQL statement using Explain Plan
Examining the efficiency of SQL statements using SQL trace and autotrace
Using tools for monitoring and diagnosing SQL performance issues
Tuning memory components
Tuning the SGA and Shared Pool
Tuning the data block buffers
Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 1/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Using Automa c Memory Management


Se ng the PGA and temporary space
Managing disk I/O
Tuning block space
Monitoring sta s cs and wait events
Using metrics, alerts and baselines
Using AWR and ADDM

Who will the Course Benefit?


The Oracle Database 19c DBA Performance Tuning & Management course is suitable for database
administrators and technical support staff who are required to monitor and tune an Oracle Database.

Course Objec ves


The objec ve of the Oracle Database 19c DBA Performance Tuning & Management course is to provide the
skills needed to monitor and tune an Oracle Database.

Examina ons
This course will aid the delegate in their prepara on for the following exam:

Oracle Cer fied Expert, Oracle Database 12c: Performance Tuning and Management: 1Z0-064

A ending this course will help delegates gain many of the skills and product knowledge requirements as
outlined in the exam objec ves. Studying this course and its associated reference materials can form part of
the prepara on to achieve cer fica on. Experience, prac ce, self-study and ap tude are also key
requirements for exam success.

Before taking any exam, ensure you have the recommended experience. The Oracle website lists all exam
requirements and these are updated regularly.

Exams are not included as part of the course.

Requirements
Delegates who wish to a end the Oracle Database 12c DBA Performance Tuning & Management course
should have prac cal knowledge of using SQL and of administering an Oracle database. They should have
a ended the Oracle SQL (h ps://www.stayahead.com/training-courses/oracle-database-12-training-
courses/Oracle-SQL-Outline--OSP.html) and the Oracle Database 19c Administra on
(h ps://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-
Administra on-Outline--O19CDBA.html) courses or have a good working knowledge of Oracle SQL and Oracle
database administra on. The ability to describe and use Oracle built-in packages would be highly
advantageous but is not essen al.

This course is run on a Linux opera ng system, a basic knowledge of Linux/UNIX is recommended but is not
essen al.
Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 2/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Where Oracle 19c courses are listed in the Pre-requisite Courses sec on equivalent Oracle 12c or 18c courses
would also suffice.

Pre-Requisite Courses
Oracle SQL (h ps://www.stayahead.com/training-courses/oracle-database-12-training-courses/Oracle-
SQL-Outline--OSP.html)

Oracle Database 19c Administra on (h ps://www.stayahead.com/training-courses/oracle-database-19-


training-courses/Oracle-Database-19c-Administra on-Outline--O19CDBA.html)

Follow-On Courses
Oracle Database 19c Backup and Recovery with RMAN (h ps://www.stayahead.com/training-
courses/oracle-database-19-training-courses/Oracle-Database-19c-Backup-and-Recovery-with-RMAN-
Outline--O19CBR.html)

Oracle Database 19c Data Guard (h ps://www.stayahead.com/training-courses/oracle-database-19-


training-courses/Oracle-Database-19c-Data-Guard-Outline--O19CDG.html)

Oracle Database 19c RAC and Grid Infrastructure Administra on (h ps://www.stayahead.com/training-


courses/oracle-database-19-training-courses/Oracle-Database-19c-RAC-and-Grid-Infrastructure-
Administra on-Outline--O19CRAC.html)

Oracle 18c Container and Pluggable Database Administra on (h ps://www.stayahead.com/training-


courses/oracle-database-18-training-courses/Oracle-18c-Container-and-Pluggable-Database-
Administra on-Outline--O18CCPA.html)

Notes:
Course technical content is subject to change without no ce.
Course content is structured as sessions, this does not strictly map to course mings. Concepts, content
and prac cals o en span sessions.

Course Contents

View Course Contents - DAY 1 ...more


Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 3/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Oracle Database 19c DBA Performance Tuning & Management Training Course
Course Introduc on
Administra on and Course Materials
Course Structure and Agenda
Delegate and Trainer Introduc ons

Session 1: INTRODUCTION TO ORACLE PERFORMANCE TUNING


Tuning Overview of Oracle Database Tuning
Applica on Developer Tuning Responsibili es
Oracle DBA Tuning Responsibili es
Oracle Tuning Process
Plan a Rou ne Monitoring Regime
Se ng Suitable Goals
Syntax Considera ons

Session 2: TOOLS FOR EVALUATING SQL STATEMENTS


Overview of SQL Statement Tuning
Tools to Assist in SQL Tuning
Use Explain Plan, Autotrace and SQL Trace to Examine the Execu on of a SQL Statement
Interpre ng a SQL Trace

Session 3: THE SQL OPTIMIZER


The SQL Op mizer
Statement Transforma on
The Op mizer_Mode Ini aliza on Parameter
Cost Based Op mizer
Managing Sta s cs with DBMS_STATS
Automa c Sta s cs Gathering
Op mizer Adap ve Parameters
Dynamic Sta s cs

Session 4: SORTS
How Oracle Processes Sorts
Temporary Disk Space Assignment
SQL Opera ons that Use Sorts

Session 5: INDEXES
Index Overview
Selec ng Suitable Columns for an Index
Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 4/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

B*Tree Indexes
Rebuild an Index
Create Mul ple Indexes on the Same Column
Composite Indexes
Descending Indexes
Access Paths with Indexes
Index Scans
Condi ons That Stop Indexes Being Used
Parameters that Affect Op mizer Index Choice

View Course Contents - DAY 2 ...more

Oracle Database 19c DBA Performance Tuning & Management Training Course
Session 6: ADVANCED INDEXES
Bitmap Indexes
Key Compressed Indexes
Index Organized Tables
Func on Based Indexes
Invisible Indexes
Table Par oning
Serial Direct Path Reads

Session 7: JOIN OPERATIONS


Understand Access Paths
Joining Tables
Nested Loops Join
Merge Join
Cluster Join
Hash Join
An Join and Semi Join
Outer Joins
Star Join
Improve Op miza on with Different Access Paths

Session 8: SQL TUNING ADVISOR USING SQL DEVELOPER


Overview of the DBMS_SQL_TUNE Package
Using the SQL Tuning Advisor with SQL Developer Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 5/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Session 9: SEQUENCES AND VIEWS


Sequence Caching
Views
View Merging
Inline Views

Session 10: USING HINTS


Using Hints to Influence Execu on Plan
Op miza on Mode and Goals
Access Methods
Query Transforma ons
Join Orders
Join Opera ons
Hint Examples

Session 11: MISCELLANEOUS


Tips for Avoiding Problema c Queries
Oracle 12.2 SQL*Plus Performance Se ng Op ons
Array Size
The Shared Pool
Intelligent Cursor Sharing
Virtual Columns
The WITH Clause
Bind Variable Usage
Result Caching
Approximate Query Processing
Reduce Cursor Invalida ons for DDLs
Some PL/SQL Performance Issues

View Course Contents - DAY 3 ...more

Oracle Database 19c DBA Performance Tuning & Management Training Course
Session 12: BASIC TUNING DIAGNOSTICS
Performance Tuning Diagnos cs, Features, and Tools
DB Time


CPU and Wait Time Tuning Dimensions
Time Model Make Enquiry
Dynamic Performance Views
https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 6/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Database Sta s cs
Wait Events
Diagnos c Sources
Log Files and Trace Files

Session 13: REDUCE THE COST OF SQL OPERATIONS


Iden fy Unusable Objects
Maintain Indexes
The SQL Access Advisor
Maintain Tables and Reorganize Tables
Manage Extents
Row Chaining and Row Migra on
Segment Shrink

Session 14: THE SQL PERFORMANCE ANALYZER


An Overview of the SQL Performance Analyzer
Usage of the SQL Performance Analyzer
Capture a SQL Workload
Create a SQL Performance Analyzer Task
Generate Comparison Reports
Tune Regressed Statements
Guided Workflow Analysis
SQL Performance Analyzer Views

Session 15: SQL PERFORMANCE MANAGEMENT


Maintenance of the Op mizer Sta s cs
Op mizer Sta s cs Collec on
Gather Sta s cs Op ons
Defer Publishing Sta s cs
The Op mizer Sta s cs Advisor
The Expression Sta s cs Store
Adap ve Query Op miza on
Con nuous Adap ve Query Plans
Automa c SQL Tuning
SQL Monitoring
SQL Monitoring with the SQL Tuning Advisor
SQL Monitoring with Enterprise Manager and SQL Developer
The SQL Access Advisor
SQL Plan Management
SQL Diagnos cs and Repair
Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 7/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Session 16: AUTOMATIC MEMORY MANAGEMENT


Overview of Automa c Shared Memory Management
Dynamic SGA
Parameters for Sizing the SGA
Enable and Disable Automa c Shared Memory Management
Use the SGA Advisor
Overview of Automa c Memory Management
Enable and Disable Automa c Memory Management
Monitor Automa c Memory Management
The PGA Aggregate Limit

Session 17: TUNE THE SHARED POOL


Overview of the Shared Pool Architecture
Latches and Mutexes
Diagnos c Tools for Tuning the Shared Pool
Avoiding Hard Parses
Pin Objects in the Shared Pool
Size the Shared Pool
Avoiding Fragmenta on of the Shared Pool
The Data Dic onary Cache
The SQL Query Result Cache

View Course Contents - DAY 4 ...more

Oracle Database 19c DBA Performance Tuning & Management Training Course
Session 18: TUNE THE BUFFER CACHE
Overview of the Database Buffer Cache Architecture
Buffer Cache Tuning Goals and Techniques
Buffer Cache Performance Symptoms and Solu ons
Buffer Cache Advisor
Database Smart Flash Cache
Full Database Caching
When to Flush the Buffer Cache

Session 19: TUNE PGA AND TEMPORARY SPACE


Overview of the PGA
SQL Memory Usage Make Enquiry
Automa c PGA Memory Mode Configura on
https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 8/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Configure the PGA for a New Instance


PGA Target Advice Sta s cs and Histograms
Automa c PGA and AWR Reports
Temporary Tablespace Management
Temporary Tablespace Group
Mul ple Temporary Tablespaces
Monitoring Temporary Tablespaces
Temporary Tablespace Shrink
Data Dic onary Views and Sort Segments

Session 20: CREATE AND USE SNAPSHOTS AND BASELINES WITH THE AUTOMATIC WORKLOAD
REPOSITORY
An Overview of In-Built Automa c Tuning Capabili es
An Overview of the Automa c Workload Repository
AWR Data
Enterprise Manager and the AWR
Create and Compare Snapshots
Examine AWR Reports
Create and Compare Baselines
Moving Window Baseline
Baseline Templates
Baselines Views
Performance Monitoring and Baselines
Compare Periods Report
Define Alert Thresholds Using a Sta c Baseline
Configure Adap ve Thresholds
Performance Hub Ac ve Report

Session 21: USE METRICS AND ALERTS


An Overview of Metrics and Alerts
The Benefits and Limita ons of Metrics and Alerts
System Generated, Threshold Generated and Event Based Alerts
Set Thresholds
View Metric History Informa on
View Histograms
Metric and Alert Views

Session 22: USE AWR-BASED TOOLS


Automa c Maintenance Tasks
Maintenance Window Configura on
Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Outl… 9/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

ADDM Performance Monitoring


Ac ve Session History
Generate an ASH Report
Real- me ADDM

View Course Contents - DAY 5 ...more

Oracle Database 19c DBA Performance Tuning & Management Training Course
Session 23: REAL TIME DATABASE OPERATION MONITORING
Overview of Real Time Database Opera on Monitoring
Database Opera on Concepts
Define a Database Opera on
Enable the Monitoring of Database Opera ons
Iden fy, Start and Complete a Database Opera on
Monitor the Progress of a Database Opera on
Database Opera on Views
Database Opera on Tuning
Oracle Database 12cR2 New Features

Session 24: MONITOR APPLICATIONS


The A ributes and Types of Services
Create Services
Use Services with Client Applica ons
Use Services with the Resource Manager
Use Services the Oracle Scheduler
Services and Metric Thresholds
Use Aggrega on of Services with Tracing
The Top Services Performance Page

Session 25: BIG DATA AND DATA WAREHOUSE FEATURES


Online Sta s cs gathering for Bulk Loads
Real Time Sta s cs Gathering During DML Opera ons
Configure a High Frequency Sta s cs Gathering Job
Basic and Advanced Table Compression
Advanced Index Compression
Reduce Cursor Invalida ons For DDLS
Automa c Indexing with DBMS_AUTO_INDEX
Scaleable Sequences
Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 10/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Bitmap-Based COUNT(DISTINCT) SQL Func ons


Quaran ne of Runaway SQL Statements

Session 26: TUNE DATABASE I/O


An Overview of Database I/O Management
I/O Architecture and Modes
Important I/O Metrics for Oracle Databases
I/O Calibra on
I/O Sta s cs and Diagnos cs
Layout Files using Opera ng System or Hardware Striping
Manually Distribute Files to Reduce I/O Conten on
Sample Configura ons
Asynchronous and Synchronous I/O
Mul -Threaded Oracle
Automa c Storage Management (ASM)

Session 27: A SUMMARY OF ORACLE PERFORMANCE TUNING


The Poten al Impact of Ini aliza on Parameters on Performance
Ini ally Size Memory for a Database
Recommended Best Prac ces for Different Types of Tablespaces
Determine and Use Block Sizes
Size the Redo Log Buffer and the Redo Log Files
Configure Automa c Sta s cs Gathering

Oracle Database 19c DBA Performance Tuning & Management


Dura on: 5 days

RRP: £2,250.00 exc. VAT

Upcoming Scheduled Events


Next 6 months

London
Start SpacesBook
Date

Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 11/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Book (../../MailFeatures/Make_A_Booking.CFM?
24
Spaces CourseCode=O19CDBAPT&Title=Oracle Database 19c DBA
Feb
Performance Tuning &
2020
Management&Price=2250.00&EventID=169195&Alterna vePrice=N)

Book (../../MailFeatures/Make_A_Booking.CFM?
27
Spaces CourseCode=O19CDBAPT&Title=Oracle Database 19c DBA
Apr
Performance Tuning &
2020
Management&Price=2250.00&EventID=169196&Alterna vePrice=N)

Book (../../MailFeatures/Make_A_Booking.CFM?
06
Spaces CourseCode=O19CDBAPT&Title=Oracle Database 19c DBA
Jul
2020
Performance Tuning &
Management&Price=2250.00&EventID=169197&Alterna vePrice=N)

Book (../../MailFeatures/Make_A_Booking.CFM?
14
Spaces CourseCode=O19CDBAPT&Title=Oracle Database 19c DBA
Sep
Performance Tuning &
2020
Management&Price=2250.00&EventID=169198&Alterna vePrice=N)

Book (../../MailFeatures/Make_A_Booking.CFM?
23
Spaces CourseCode=O19CDBAPT&Title=Oracle Database 19c DBA
Nov
2020
Performance Tuning &
Management&Price=2250.00&EventID=169199&Alterna vePrice=N)

Virtual Events You can a end your training virtually using the London dates shown above. Please
contact us for more details on our Virtual
(h ps://www.stayahead.com/About_SA/Virtual_Classroom_Connect.cfm) training op ons or to discuss
specific Virtual course dates to meet your requirements.

Home (h ps://www.stayahead.com/)


Let Us Call You (h ps://www.stayahead.com/MailFeatures/Let_Us_Call_You.cfm)
Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 12/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

 OU
G
Course Deliveries Oracle User Group - Membership
Benefits
Public Scheduled and Closed
Virtual
UK and Overseas
(h ps://ukoug.org/page/joinus)

 
Cer fica on StayAhead
Flexibility
Our independent Oracle, Solaris & Red Hat
Linux curriculums helps prepare delegates Cannot see a su able date?
for official cer fica on. Please call us and we will try an
accommodateyour needs!

Our Course Curriculum

Java, JavaScript, Web Dev & Web Services

Java, Spring & Hibernate (h ps://www.stayahead.com/training-courses/Java-training-


courses/StayAhead-Java-Spring-Hibernate-Training-Course-List.html)

JavaScript, React & Angular (h ps://www.stayahead.com/training-courses/JavaScript-


training-courses/StayAhead-JavaScript-React-Angular-Training-Course-List.html)

HTML, CSS & Web Development (h ps://www.stayahead.com/training-courses/Web-


Development-training-courses/StayAhead-HTML-CSS-Web-Development-Training-Course-
List.html)

Web Applica on Servers (h ps://www.stayahead.com/training-courses/Web-Server-


Make Enquiry
training-courses/StayAhead-Web-Applica on-Servers-Training-Course-List.html) 
https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 13/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

Programming Languages

Founda on (h ps://www.stayahead.com/training-courses/Introductory-Programming-
training-courses/StayAhead-Founda on-Training-Course-List.html)

Python (h ps://www.stayahead.com/training-courses/Python-Programming-training-
courses/StayAhead-Python-Training-Course-List.html)

PHP (h ps://www.stayahead.com/training-courses/PHP-Programming-training-
courses/StayAhead-PHP-Training-Course-List.html)

Ruby (h ps://www.stayahead.com/training-courses/Ruby-Programming-training-
courses/StayAhead-Ruby-Training-Course-List.html)

C# (h ps://www.stayahead.com/training-courses/C-Programming-training-
courses/StayAhead-C-Training-Course-List.html)

Perl (h ps://www.stayahead.com/training-courses/Perl-Programming-training-
courses/StayAhead-Perl-Training-Course-List.html)

Data Science

Data Analy cs (h ps://www.stayahead.com/training-courses/Data-Science-Training-


Courses/StayAhead-Data-Analy cs-Training-Course-List.html)

Database Training

Make Enquiry
Transact-SQL (h ps://www.stayahead.com/training-courses/Microso -Database-training-
courses/StayAhead-Transact-SQL-Training-Course-List.html) 
https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 14/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

MySQL (h ps://www.stayahead.com/training-courses/mysql-training-courses/StayAhead-
MySQL-Training-Course-List.html)

MariaDB (h ps://www.stayahead.com/training-courses/mariadb-training-
courses/StayAhead-MariaDB-Training-Course-List.html)

MongoDB (h ps://www.stayahead.com/training-courses/NoSQL-Database-training-
courses/StayAhead-MongoDB-Training-Course-List.html)

PostgreSQL (h ps://www.stayahead.com/training-courses/postgresql-training-
courses/StayAhead-PostgreSQL-Training-Course-List.html)

Oracle Database & e-Business Suite

Oracle Database 19c - Latest Release (h ps://www.stayahead.com/training-


courses/oracle-database-19-training-courses/StayAhead-Oracle-Database-19c-Training-
Course-List.html)

Oracle Database 18c (h ps://www.stayahead.com/training-courses/oracle-database-18-


training-courses/StayAhead-Oracle-Database-18c-Training-Course-List.html)

Oracle Database 12c (h ps://www.stayahead.com/training-courses/oracle-database-12-


training-courses/StayAhead-Oracle-Database-12c-Training-Course-List.html)

Oracle Database 11g (h ps://www.stayahead.com/training-courses/oracle-database-11-


training-courses/StayAhead-Oracle-Database-11g-Training-Course-List.html)

Oracle Development (h ps://www.stayahead.com/training-courses/oracle-development-


training-courses/StayAhead-Oracle-Development-Training-Course-List.html)

ORACLE (h ps://www.stayahead.com/training-courses/oracle-training-courses/StayAhead-
ORACLE-Training-Course-List.html)

Oracle e-Business Suite R12 (h ps://www.stayahead.com/training-courses/Oracle-e-


Business-Suite-R12-training-courses/StayAhead-Oracle-e-Business-Suite-R12-Training-
Course-List.html)

Oracle e-Business Suite 11i (h ps://www.stayahead.com/training-courses/Oracle-e-


Business-Suite-11i-training-courses/StayAhead-Oracle-e-Business-Suite-11i-Training-Course-
List.html)

Linux, Red Hat & System Security


Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 15/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

LINUX (LPI & CompTIA) & Security (h ps://www.stayahead.com/training-courses/linux-


training-courses/StayAhead-LINUX-LPI-CompTIA-Security-Training-Course-List.html)

Red Hat Linux & Security - Latest Release (h ps://www.stayahead.com/training-


courses/independent-red-hat-linux-training-courses/StayAhead-Independent-Red-Hat-
Linux-Training-Course-List.html)

SUSE Linux (h ps://www.stayahead.com/training-courses/suse-linux-training-


courses/StayAhead-SUSE-Linux-Training-Course-List.html)

Oracle Linux (h ps://www.stayahead.com/training-courses/oracle-linux-training-


courses/StayAhead-Oracle-Linux-Training-Course-List.html)

Business Analysis, ITIL & Prince2

Business Analysis &


Systems Development (h ps://www.stayahead.com/training-courses/business-analysis-
and-systems-development-training-courses/StayAhead-Business-Analysis-Systems-
Development-Training-Course-List.html)

ITIL® (h ps://www.stayahead.com/training-courses/i l-training-courses/StayAhead-ITIL-


Training-Course-List.html)

Prince2® (h ps://www.stayahead.com/training-courses/prince2-training-
courses/StayAhead-Prince2-Training-Course-List.html)

AWS, Azure & Cyber Security

AWS & Azure (h ps://www.stayahead.com/training-courses/cloud-training-


courses/StayAhead-AWS-Azure-Training-Course-List.html)

Cyber Security (h ps://www.stayahead.com/training-courses/security-training-


courses/StayAhead-Cyber-Security-Training-Course-List.html)

Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 16/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

UNIX

UNIX (h ps://www.stayahead.com/training-courses/unix-training-courses/StayAhead-UNIX-
Training-Course-List.html)

SOLARIS (h ps://www.stayahead.com/training-courses/solaris-training-courses/StayAhead-
Solaris-Training-Course-List.html)

AIX (h ps://www.stayahead.com/training-courses/aix-training-courses/StayAhead-AIX-
Training-Course-List.html)

HP-UX (h ps://www.stayahead.com/training-courses/hp-ux-training-courses/StayAhead-
HP-UX-Training-Course-List.html)

Our Ra ngs
 
Instructor Course
Quality Prac cal

97.33% 92.76%

 
Overall Overall
Courseware Course

94.34% 96.38%
Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 17/18
2/18/2020 StayAhead Oracle Database 19c DBA Performance Tuning & Management Training Course

....ORC19
+44 (0)20 7600 6116
Enquiries@StayAhead.com
Copyright © 2020 StayAhead Training Ltd
Cookies (../../About_SA/Cookies.cfm) / Privacy Policy (../../About_SA/Privacy.cfm)

Make Enquiry

https://www.stayahead.com/training-courses/oracle-database-19-training-courses/Oracle-Database-19c-DBA-Performance-Tuning-Management-Ou… 18/18

You might also like