Video description
The focus of Oracle SQL Performance Tuning for Developers LiveLessons is to illustrate coding techniques that ensure a consistent response time between instances and releases of the Oracle database. This course works closely with performance tuning of actual SQL statements.
Description
In this video training, Dan Hotka starts out with a complete overview of the Oracle architecture so students can get an understanding how their SQL and applications can take advantage of the computing environment. This course then goes in-depth on understanding and controlling the Explain Plan, which is how and in what order Oracle retrieves data. The discussion includes considerable detail, with SQL examples, on how the optimizers—both rule-based and cost-based, but mostly cost-based—make their decisions. Students will work with a variety of SQL statements, reviewing Explain Plans and making changes to make these SQL statements perform better. Lectures include index design, using hints and coding style to control the Explain Plans, and how to use useful tools such as index monitoring, SQL Trace, and the PL/SQL profiler.
This LiveLessons course takes a close look at indexes: how Oracle selects them, why they are sometimes not used, and how to tell if indexes are being used.
This course includes Oracle10g, Oracle11g, and Oracle12c SQL tuning topics.
The source code repository for this LiveLesson can be downloaded from www.informit.com/title/9780134117027.
About the Instructor
Dan Hotka is a training specialist and an Oracle ACE director who has more than 36 years in the computer industry and more than 30 years of experience with Oracle products. His experience with the Oracle RDBMS dates back to the Oracle V4.0 days. Dan enjoys sharing his knowledge of the Oracle RDBMS. Dan is well published with 12 Oracle books and well over 200 published articles. He is frequently published in Oracle trade journals, regularly blogs, and speaks at Oracle conferences and user groups around the world. Visit his website at www.DanHotka.com. Dan can be reached at dhotka@earthlink.net.
Skill Level
- Intermediate
Learn How To
- Read and understand Explain Plan content
- Review an Explain Plan and tell quickly if this is a good plan
- Understand a good index column candidate from a not-so-good candidate
- Quickly tell the likelihood if your SQL will use an existing index
- Use coding and a variety of Hints (directives) that can produce better performing SQL
- Execute and interpret SQL trace output
Who Should Take This Course
- Oracle programmers
- Oracle database administrators who need additional training on SQL tuning
Course Requirements
- Working knowledge of the SQL query language
About LiveLessons Video Training
The LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at http://www.informit.com/livelessons.
Table of contents
- Introduction
- Lesson 1: Oracle Database Architecture
- Lesson 2: Oracle Execution Plans/Explain Plans
-
Lesson 3: Explain Plan Content
- Learning Objectives
- 3.1 Understand Explain Plan Anatomy
- 3.2 Explore the Oracle SQL Parsing Process
- 3.3 Understand the Cost-Based Optimizer steps
- 3.4 Explore the Explain Plan Line-Item Content
- 3.5 Understand Table Joins
- 3.6 Explore the Optimizer Choices
- 3.7 See common issues with poorly performing Partitioned queries
- 3.8 Use Driving Table Hints
- Put it all together
-
Lesson 4: Indexes
- Learning Objectives
- 4.1 Understand how Indexes work
- 4.2 Explore the Complete Index syntax
- 4.3 See how the CBO chooses which Index to use
- 4.4 Utilize Index Monitoring
- 4.5 Understand Index Clustering Factor
- 4.6 Utilize Bitmap Indexes
- 4.7 Understand Index-organized tables
- 4.8 Explore Index tips and techniques
- 4.9 Use some helpful Index Hints
- Put it all together
- Lesson 5: Where Clause Processing
- Lesson 6: Sorts/Views/Sub-Query Processing
- Lesson 7: Problem SQL Review
- Lesson 8: Data Types and Statistics
- Summary
Product information
- Title: Oracle SQL Performance Tuning for Developers LiveLessons (Video Training)
- Author(s):
- Release date: March 2015
- Publisher(s): Pearson
- ISBN: 0134117050
You might also like
video
The Oracle Database Performance Tuning Course
Oracle Database Performance Tuning is improving the speed and efficiency of Oracle database systems by identifying …
book
Practical Oracle SQL: Mastering the Full Power of Oracle Database
Write powerful queries using as much of the feature-rich Oracle SQL language as possible, progressing beyond …
video
Learning Oracle 12c
In this Oracle 12c training course, expert author Steve Ries will teach you how to everything …
book
Oracle SQL Recipes: A Problem-Solution Approach
Have you ever been faced with a new type of query to write, or been asked …