Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Oracle Database 11g R2: SQL Tuning, Architecture & Internals

Price
3,500 USD
5 Days
DBOR-930
Classroom Training, Online Training
Oracle

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This Oracle Database 11g R2: SQL Tuning, Architecture & Internals course is designed to provide students with an understanding of the underlying architecture of the Oracle database environment. It is also intended to help information technology (IT) managers and executives who require an understanding of the technology upon which they and their staff rely. This course module will frequently show the component as it is actually rendered by the Enterprise Manager graphical interface for database administrators. At other times this course will use the SQL command-line interface to explain the characteristics of the architectural component being discussed.

The 'SQL Tuning' volume will equip database administrators and application developers to build efficient SQL statements and to tune database applications. When this effort is complemented by database server and PL/SQL application tuning, then a highly efficient application execution environment is created. One will learn about the internals of SQL statement execution, how to monitor the performance of such execution, and how one can influence the behavior of the database to achieve performance gains.

This course covers information relevant for the certification test EXAM 1Z0-054: ORACLE DATABASE 11G R2: PERFORMANCE TUNING.
 

Objectives

Upon completion of the Oracle Database 11g R2: SQL Tuning, Architecture & Internals course, students will be able to:
  • Understand the component as it is actually rendered by the Enterprise Manger graphical interface for database administrators.
  • Use the SQL command-line interface to explain the characteristics of the architectural component being discussed.
  • Build efficient SQL statements and tune database applications.
  • Learn about and monitor the performance of SQL statement execution.
  • Influence the behavior of the database to achieve performance gains.

Audience

  • The primary target audiences for this course are: Senior application designers and database developers, PL/SQL developer, Database administrators, Web server administrators, System administrators, Implementation specialists and Data center support engineers.

Prerequisites

    • Data Modeling: Logical Database Design
    • Oracle Database 11g R2: SQL Fundamentals - Complete Library (DBOR-917)
    • Oracle Virtualization & Linux Administration QuickStart (DBOR-963)

Topics

ARCHITECTURE & INTERNALS
  • THE BROADER ORACLE ENTERPRISE ARCHITECTURE
    • ABOUT enterprise
    • ABOUT parallelization
    • SMP
    • THE database server stack
    • THE database server software
    • V$VERSION
  • EXPLORING THE ORACLE DATABASE INSTANCE
    • DATABASE instance configurations
    • ABOUT the SGA
    • USING V$SGA_DYNAMIC_COMPONENTS
    • ABOUT the PGA
    • MANAGING instance memory
  • EXPLORING THE INSTANCE PROCESSES
    • INSTANCE background processes
    • SQL execution processes
    • USING V$SESSION
    • ABOUT the PGA
    • SQL statement execution
  • EXPLORING LOGISTICAL STORAGE: DATABASE OBJECTS
    • APPLICATION database objects
    • SCHEMA & ownership context
    • EDITIONS context & redefinition
  • EXPLORING PHYSICAL STORAGE: DATABSE FILES
    • ABOUT the database files
    • DATABSE server parameter file
    • CONTROL files
    • ALERT log & trace files
  • EXPLORING PHYSICAL STORAGE: TABLESPACES
    • TABLES & data files
    • AUTOEXTEND options
    • ABOUT temporary segments
    • ABOUT index segments
  • SQL TUNING
  • TUNING & THE ORACLE DATABASE ADVISORY FRAMEWORK
    • THE challenges of tuning
    • PERFORMANCE metrics
    • MANAGEMENT & advisory framework
    • ADDM & AWR
    • SQL tuning privileges
  • VIEWING & MONITORING THE EXECUTION PLAN
    • ABOUT the execution plan
    • COLLECTING performance statistics
    • VIEWING the execution plan
    • REAL-TIME SQL monitoring
  • UNDERSTANDING THE OPTIMIZER
    • OPTIMIZATION methods
    • OPTIMIZATION goals
    • OPTIMIZER_MODE
    • OPTIMIZER_FEATURES_ENABLE
    • OPTIMIZER components
    • EXECUTION plan operations
  • EXECUTION PLAN METHODS & OPERATIONS
    • TABLE access methods
    • JOIN methods
    • INDEX operations
    • DATA operations
  • MANAGING OPTIMIZER STATISTICS
    • MORE about optimizer statistics
    • AUTOMATIC maintenance tasks
    • MANUALLY gathering statistics
    • GATHER_TABLE_STATS()
    • GATHER_INDEX_STATS()
    • GATHER_SCHEMA_STATS()
    • GATHER_DATABASE_STATS()
    • USING historical statistics
    • DYNAMIC sampling
    • LOCKING statistics
  • ENHANCED OPTIMIZER STATISTICS
    • ABOUT optimizer system statistics
    • MANAGE system statistics
    • CREATE_STAT_TABLE(), DROP_STAT_TABLE()
    • CREATE_STAT_TABLE()
    • DROP_STAT_TABLE()
    • GATHER_SYSTEM_STATS()
    • GET_SYSTEM_STATS()
    • SET_SYSTEM_STATS()
    • IMPORT_SYSTEM_STATS(), EXPORT_SYSTEM_STATS()
    • IMPORT_SYSTEM_STATS()
    • EXPORT_SYSTEM_STATS()
    • DELETE_SYSTEM_STATS()
    • PENDING & PUBLISHED STATISTICS
  • HISTOGRAMS & EXTENDED STATISTICS
    • WHY are histograms needed?
    • HISTOGRAMS internal structure
    • MANUALLY managing histograms
    • EXPRESSION statistics
    • MULTICOLUMN STATISTICS
  • APPLICATION TRACING
    • APPLICATION tracing packages
    • SET_SQL_TRACE()
    • TRACE_ENABLE()
    • SET_IDENTIFIER()
    • EM application monitoring & tuning
    • REAL-TIME monitoring
    • USING TRCSESS & TKPROF
  • ADDM & THE SQL TUNING ADVISOR
    • ADDM performance analysis
    • USING the SQL tuning advisor
    • AUTOMATIC SQL tuning
    • CONFIGURING automatic SQL tuning
  • THE SQL ACCESS ADVISOR
    • USING the SQL access advisor
    • SQL access advisor templates
    • PERFORMING a quick tune task
    • INDEX database parameters
    • OPTIMIZER_INDEX_COST_ADJ
    • OPTIMIZER_INDEX_CACHING
    • SKIP_UNUSABLE_INDEXES
  • PLAN MANAGEMENT
    • SQL management base architecture
    • LOAD_PLANS_FROM_SQLSET()
    • LOAD_PLANS_FROM_CURSOR_CACHE()
    • USING plan baselines
    • PLAN management using EM
  • MANAGING CURSOR SHARING
    • ABOUT cursor sharing
    • BIND variables & cursor sharing
    • THE cursor_sharing parameter
    • FINDING candidates for rewrite
  • OPTIMIZER HINTS
    • WHAT are hints?
    • HINT explanations
  • 2023 Top 20 Training Industry Company - IT Training

    Need Help?

    Call us at 877-206-0106 or e-mail us at info@learnquest.com

    Personalized Solutions

    Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

    Contact Us

    Need Help?

    Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

    Talk to us

    20% Off All AI Training Courses

    Achieve more with AI-powered tools and strategies.

    PROMO CODE: AI20
    VALID THROUGH APRIL 30, 2024

    20% Off All AI Training Courses

    Self-Paced Training Info

    Learn at your own pace with anytime, anywhere training

    • Same in-demand topics as instructor-led public and private classes.
    • Standalone learning or supplemental reinforcement.
    • e-Learning content varies by course and technology.
    • View the Self-Paced version of this outline and what is included in the SPVC course.
    • Learn more about e-Learning

    Course Added To Shopping Cart

    bla

    bla

    bla

    bla

    bla

    bla

    Self-Paced Training Terms & Conditions

    ??spvc-wbt-warning??
    ??group-training-form-area??
    ??how-can-we-help-you-area??
    ??personalized-form-area??
    ??request-quote-area??

    Sorry, there are no classes that meet your criteria.

    Please contact us to schedule a class.
    Close

    self-paced
    STOP! Before You Leave

    Save 0% on this course!

    Take advantage of our online-only offer & save 0% on any course !

    Promo Code skip0 will be applied to your registration

    Close
    Nothing yet
    here's the message from the cart

    To view the cart, you can click "View Cart" on the right side of the heading on each page
    Add to cart clicker.

    Purchase Information

    ??elearning-coursenumber?? ??coursename??
    View Cart

    Need more Information?

    Speak with our training specialists to continue your learning journey.

     

    Delivery Formats

    Close

    By submitting this form, I agree to LearnQuest's Terms and Conditions

    heres the new schedule
    This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
    Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.