Oracle Database 12c: SQL Tuning for Developers. Sobre o curso. Destinatários. Oracle - Linguagens. Nível: Avançado Duração: 18h



Similar documents
Oracle Database 11g: SQL Tuning Workshop Release 2

Oracle Database 11g: SQL Tuning Workshop

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

1. This lesson introduces the Performance Tuning course objectives and agenda

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database 11g: Performance Tuning DBA Release 2

Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database: Develop PL/SQL Program Units

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Performance Tuning DBA Release 2. 5 Jours [35 Heures]

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 12c: Introduction to SQL Ed 1.1

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle USF

Oracle 10g PL/SQL Training

Oracle Database: SQL and PL/SQL Fundamentals

D61830GC30. MySQL for Developers. Summary. Introduction. Prerequisites. At Course completion After completing this course, students will be able to:

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW

Oracle Database 12c: Administration Workshop NEW

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features

Oracle Database 12c: Administration Workshop NEW. Duration: 5 Days. What you will learn

Oracle Database: SQL and PL/SQL Fundamentals

Duration Vendor Audience 5 Days Oracle End Users, Developers, Technical Consultants and Support Staff

Oracle Database: Program with PL/SQL

Oracle Database 11g: New Features for Administrators DBA Release 2

MS Designing and Optimizing Database Solutions with Microsoft SQL Server 2008

Oracle Database 12c: Admin, Install and Upgrade Accelerated

Oracle SQL. Course Summary. Duration. Objectives

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

Oracle Architecture, Concepts & Facilities

Oracle Database: Program with PL/SQL

Expert Oracle Exadata

MySQL for Beginners Ed 3

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

D78850GC10. Oracle Database 12c Backup and Recovery Workshop. Summary. Introduction. Prerequisites

Oracle Database: Introduction to SQL

Oracle 11g New Features - OCP Upgrade Exam

Oracle BI 11g R1: Build Repositories

Oracle Database: Introduction to SQL

Oracle Database 10g: Introduction to SQL

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle Database 11g: Administration Workshop II DBA Release 2

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW

Oracle Database 11g: Administration Workshop II

Data Integration and ETL with Oracle Warehouse Builder: Part 1

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database: Introduction to SQL

Introduction to SQL Tuning. 1. Introduction to SQL Tuning SkillBuilders, Inc. SKILLBUILDERS

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Release 2

Oracle 11g Database Administration

Oracle Database 11g: Administer a Data Warehouse

Oracle Database: Program with PL/SQL

Oracle Database 11g: New Features for Administrators

Oracle EXAM - 1Z Oracle Database 11g Release 2: SQL Tuning. Buy Full Product.

ORACLE DATABASE 11G: COMPLETE

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3

Oracle Database 10g: New Features for Administrators

1Z0-117 Oracle Database 11g Release 2: SQL Tuning. Oracle

Performance Tuning and Optimizing SQL Databases 2016

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center

Oracle Database 11g: Administration Workshop II Release 2

Oracle Database Performance Management Best Practices Workshop. AIOUG Product Management Team Database Manageability

Oracle Database: Program with PL/SQL

ORACLE DATABASE: ADMINISTRATION WORKSHOP I

Top 10 Oracle SQL Developer Tips and Tricks

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager. Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering

Relational Databases for the Business Analyst

PERFORMANCE TUNING FOR PEOPLESOFT APPLICATIONS

An Oracle White Paper February, Oracle Database In-Memory Advisor Best Practices

Oracle Database 11g: Program with PL/SQL

Oracle Database: Program with PL/SQL

Oracle Database 11g SQL

Report and Dashboard Template User Guide

Exadata and Database Machine Administration Seminar

<Insert Picture Here> Move to Oracle Database with Oracle SQL Developer Migrations

Oracle Database 11g: Administration Workshop I Release 2

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration

Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Delivering Oracle Success. Automatic SQL Tuning in Oracle Database 10g and 11g. Lucy Feng. RMOUG Training Days February 15-17, 2011

Course 6232A: Implementing a Microsoft SQL Server 2008 Database

SQL Server Query Tuning

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led

Oracle Database 10g: Administration Workshop II Release 2

SQL Performance Analyzer: Eliminating the Guesswork from SQL Performance Prabhaker Gongloor (GP) Khaled Yagoub Pete Belknap Database Manageability

DB2 for Linux, UNIX, and Windows Performance Tuning and Monitoring Workshop

HP Quality Center. Upgrade Preparation Guide

ITG Software Engineering

Oracle Data Integrator: Administration and Development

Exadata Database Machine Administration Workshop NEW

Virtual Private Database Features in Oracle 10g.

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures]

Oracle Data Miner (Extension of SQL Developer 4.0)

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures]

Expert Oracle Exadata

Transcription:

Oracle Database 12c: SQL Tuning for Developers Oracle - Linguagens Nível: Avançado Duração: 18h Sobre o curso In the Oracle Database: SQL Tuning for Developers course, you learn about Oracle SQL tuning and how to apply tuning techniques to your SQL code. Learn the different ways in which data can be accessed efficiently. Learn To: Use Oracle tools to identify inefficient SQL statements. Use Automatic SQL Tuning. Use Real Time SQL monitoring. Write more efficient SQL statements. Monitor and trace high load SQL statements. Manage optimizer statistics on database objects. Understand the optimizer process steps and operators. Interpret execution plans. Perform application tracing. Benefits To You: Benefit from gaining a deeper understanding of Oracle SQL statement tuning and how write well-tuned SQL statements appropriate for the Oracle database in this application development-centric course. You will learn how to decipher, decide and then apply tuning to your SQL code. Various tuning techniques are demonstrated. Destinatários

Application Developers Data Warehouse Developer Developer PL/SQL Developer Support Engineer Pré-requisitos Familiarity with database architecture Knowledge of SQL and PL/SQL Course Oracle Database: Introduction to SQL Programa Introduction Introduction to SQL Tuning Using Application Tracing Tools Understanding Basic Tuning Techniques Optimizer Fundamentals Generating and Displaying Execution Plans Interpreting Execution Plans and Enhancements Optimizer: Table and Index Access Paths Optimizer Join Operations Other Optimizer Operators Introduction to Optimizer Statistics Concepts Using Bind Variables Workshops Introduction Course Objectives, Course Agenda and Appendixes Used in this Course Audience and Prerequisites Sample Schemas Used in the Course Class Account Information SQL Environments Available in the Course Workshops, Demo Scripts, and Code Example Scripts

Appendices in the Course Introduction to SQL Tuning SQL Tuning Session SQL Tuning Strategies Development Environments: Overview SQLTXPLAIN (SQLT) Diagnostic Tool Using Application Tracing Tools Using the SQL Trace Facility: Overview Steps Needed Before Tracing Available Tracing Tools: Overview The trcsess Utility Formatting SQL Trace Files: Overview Understanding Basic Tuning Techniques Developing Efficient SQL statement Scripts Used in This Lesson Table Design Index Usage Transformed Index Data Type Mismatch NULL usage Tune the ORDER BY Clause Optimizer Fundamentals SQL Statement Representation SQL Statement Processing Why Do You Need an Optimizer? Components of the Optimizer Query Transformer Cost-Based Optimizer Adaptive Query Optimization Optimizer Features and Oracle Database Releases Generating and Displaying Execution Plans Execution Plan? The EXPLAIN PLAN Command

Plan Table AUTOTRACE V$SQL_PLAN View Automatic Workload Repository SQL Monitoring Interpreting Execution Plans and Enhancements Interpreting a Serial Execution Plan Adaptive Optimizations Optimizer: Table and Index Access Paths Row Source Operations Main Structures and Access Paths Full Table Scan Indexes Common Observations Optimizer Join Operations Join Methods Join Types Other Optimizer Operators SQL operators Other N-Array Operations Result Cache operators Introduction to Optimizer Statistics Concepts Optimizer Statistics Types of Optimizer Statistics Gather and Manage Optimizer Statistics: Overview Using Bind Variables Cursor Sharing and Different Literal Values Cursor Sharing and Bind Variables Maintaining SQL Performance

Workshops Workshop 1 Workshop 2 Workshop 3 Workshop 4 Workshop 5 Workshop 6 & 7 Workshop 8 Workshop 9