1. Trang chủ
  2. » Công Nghệ Thông Tin

Bao gia oracle SQL tuning workshop

4 196 0

Đang tải... (xem toàn văn)

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 4
Dung lượng 1,13 MB

Nội dung

Tp.HCM, ngày 04 tháng 09 năm 2015 BẢNG CHÀO GIÁ Kính gửi: Anh TUẤN Viện Công Nghệ Kỹ Thuật Sài Gòn SaigonCTT trân trọng cảm ơn Anh đã quan tâm đến chương trình đào tạo Oracle.. COURSE

Trang 1

Tp.HCM, ngày 04 tháng 09 năm 2015

BẢNG CHÀO GIÁ

Kính gửi: Anh TUẤN

Viện Công Nghệ Kỹ Thuật Sài Gòn (SaigonCTT) trân trọng cảm ơn Anh đã quan tâm đến chương trình đào tạo Oracle Theo yêu cầu của Anh, SaigonCTT hân hạnh gởi đến Anh bảng chào giá khóa đào tạo theo chi tiết như sau:

(giờ)

Học phí /Học viên (VNĐ)

Báo giá có giá trị đến hết tháng 09/2015

1 Giảng viên: là những chuyên gia nhiều kinh nghiệm trong giảng dạy, làm việc thực tế và được

chứng nhận bởi chính hãng

2 Địa điểm học: 287B Điện Biên Phủ, P.7, Q.3, TP.HCM

3 Lịch khai giảng dự kiến: tháng 10/2015

4 Tài liệu: miễn phí

5 Certificate: chứng nhận hoàn tất khóa học được cấp bởi SaigonCTT

6 Phòng học: theo tiêu chuẩn quốc tế, mỗi học viên một máy vi tính có kết nối Internet tốc độ

cao Phòng học có máy lạnh, máy chiếu và đầy đủ các thiết bị hiện đại phục vụ cho thực hành

7 Thanh Toán: thanh toán 100% khi đăng ký Thông tin tài khoản:

- Tên Công Ty : Viện Công Nghệ Kỹ Thuật Sài Gòn

- Địa chỉ : 287B Điện Biên Phủ –Phường 7 - Quận 3 – TP HCM

- Số Tài khỏan : 053.100.2127716 (VND)

- Tên Ngân hàng : TMCP Ngoại Thương Việt Nam – CN Bình Thạnh – HCM

- Địa chỉ NH : 199 Điện Biên Phủ - P.15 – Q.BT – TP HCM

- Swift code : BFTVVNVX

Rất cám ơn sự quan tâm của Anh Chúng tôi mong nhận được phản hồi của Anh trong thời gian sớm nhất

Trân trọng kính chào

NGUYỄN THỊ TRÂM

[t] 3 933 8888; [f] 3 932 1186

Trang 2

COURSE DURATION

24 hours

COURSE DESCRIPTION & OBJECTIVES

The SQL Tuning Workshop class covers investigative

methods that reveal varying levels of detail about how the

Oracle database executes a SQL statement Students learn

the different ways in which data can be accessed, which

ones are most efficient under specific circumstances, and

how to ensure that the best method is used Partitioning

topics are covered, in addition to taking advantage of hints,

bind variables, and different types of indexes

 Identify Poorly Performing SQL

 Understand the Query Optimizer

 Trace applications

 Monitor SQL execution in real time

 Interpret execution plans

WHO CAN BENEFIT

 Application Developers

 Data Warehouse Developer

 Developer

 Technical Consultant

 Support Engineer

GAINING SKILLS

 Identify problem SQL statements

 Modify a SQL statement to perform at its best

 Trace an application

 Understand how the Query Optimizer makes decisions

about how to access data

 Interpret execution plans

 Use optimizer hints effectively

 Generate a load test

CERTIFICATION

Upon completion of this course, students will:

 Students will receive the Certificate of Completion from SaigonCTT

PREREQUISITES

Required Prerequisites

 Oracle Database 11g: Introduction to SQL

Suggested Prerequisites:

 Oracle Database 11g: SQL Fundamentals I

COURSE CONTENT

 Exploring the Oracle Database Architecture

 Introduction to SQL Tuning

 Introduction to the Optimizer

 Optimizer Operators

 Interpreting Execution Plans

 Case Study: Star Transformation

 Optimizer Statistics

 Using Bind Variables

 Using Optimizer Hints

 Application Tracing

 Automating SQL Tuning

SUGGESTED NEXT COURSES

 Oracle Database 11g: Performance Tuning NEW

Oracle Database 11g: SQL Tuning Workshop NEW

Trang 3

COURSE CONTENT

Exploring the Oracle Database Architecture

 Oracle Database Server Architecture: Overview

 Oracle Database Memory Structures: Overview

 Background Process Roles

 Automatic Shared Memory Management

 Automated SQL Execution Memory Management

 Automatic Memory Management

 Database Storage Architecture

 Logical and Physical Database Structures

Introduction to SQL Tuning

 Reasons for Inefficient SQL Performance

 Performance Monitoring Solutions

 Monitoring and Tuning Tools: Overview

 EM Performance Pages for Reactive Tuning

 CPU and Wait Time Tuning Dimensions

 Scalability with Application Design,

Implementation, and Configuration

 Common Mistakes on Customer Systems

 Proactive Tuning Methodology

Introduction to the Optimizer

 Structured Query Language

 SQL Statement Representation, Implementation &

Processing: Overview

 SQL Statement Parsing: Overview

 Why Do You Need an Optimizer?

 Optimization During Hard Parse Operation

 Cost-Based Optimizer

 Controlling the Behavior of the Optimizer

 Optimizer Features and Oracle Database

Releases

Optimizer Operators

 Row Source Operations

 Main Structures and Access Paths

 Full Table Scan

 Indexes: Overview

 Using Indexes: Considering Nullable Columns

 Bitmap Indexes, Composite Indexes &Invisible

Index

 Guidelines for Managing Indexes

 Clusters

Interpreting Execution Plans

 Execution Plan

 Links Between Important Dynamic Performance

Views

 Automatic Workload Repository (AWR)

 Generating SQL Reports from AWR Data

 SQL Monitoring: Overview

 Reading More Complex Execution Plans

 Reviewing the Execution Plan

 Looking Beyond Execution Plans

Case Study: Star Transformation

 The Star & Snowflake Schema Model

 Execution Plan Without Star Transformation

 Retrieving Fact Rows from One Dimension All Dimensions

 Joining the Intermediate Result Set with Dimensions

 Using Bitmap Join Indexes

 Star Transformation

 Bitmap Join Indexes

Optimizer Statistics

 Optimizer Statistics & Types of Optimizer Statistics

 Multicolumn Statistics: Overview

 Expression Statistics: Overview

 Gathering System Statistics

 Statistic Preferences: Overview

 Optimizer Dynamic Sampling: Overview

 Locking Statistics

Using Bind Variables

 Cursor Sharing and Different Literal Values

 Cursor Sharing and Bind Variables

 Bind Variables in SQL*Plus & Enterprise Manager

 Cursor Sharing Enhancements

 Adaptive Cursor Sharing: Overview

 Interacting with Adaptive Cursor Sharing

Using Optimizer Hints

 Optimizer Hints: Overview

 Types of Hints

 Specifying Hints

 Rules for Hints

 Hint Recommendations

 Hint Categories

 Optimization Goals and Approaches

 Additional Hints

Application Tracing

 End-to-End Application Tracing Challenge

 Location for Diagnostic Traces

 What Is a Service?

 Use Services with Client Applications

 Trace Your Own Session

 SQL Trace File Contents

 Formatting SQL Trace Files: Overview

 Invoking the tkprof Utility

Automating SQL Tuning

 Tuning SQL Statements Automatically

 Application Tuning Challenges

 SQL Tuning Advisor: Overview

 Stale or Missing Object Statistics

 SQL Statement Profiling

 Plan Tuning Flow and SQL Profile Creation

 Database Control and SQL Tuning Advisor

 Implementing Recommendations



Trang 4

Kính Chào Quý khách hàng!

Chào mừng Lễ Quốc Khánh 2-9 đồng thời thực hiện mục tiêu hỗ trợ Quý khách hàng tiếp cận với công nghệ tiên tiến thông qua môi trường đào tạo chuyên nghiệp theo chuẩn quốc tế,SaigonCTT tổ chức sự kiện “GIỜ VÀNG ƯU ĐÃI

tiết kiệm nhất

Cụ thể khi đăng ký khóa học tại SaigonCTT vào khung giờ vàng 9h00 – 15h00 mỗi ngày từ 01/08/2015 đến

31/10/2015, Quý khách hàng sẽ nhận được những ưu đãi như sau:

ĐỐI VỚI CÁC KHÓA HỌC MICROSOFT:

 Ưu đãi 40% học phí và tặng voucher thi Chứng chỉ quốc tế trị giá 80USD Hoặc ưu đãi 50% học phí không kèm voucher thi Chứng chỉ quốc tế cho sinh viên và cá nhân đăng ký các lớp mở từ Thứ 2 đến Thứ 6 (8h00-17h00)

 Ưu đãi 20% học phí và tặng voucher thi Chứng chỉ quốc tế trị giá 80USD Hoặc ưu đãi 30% học phí không kèm voucher thi Chứng chỉ quốc tế cho tất cả các khách hàng đăng ký các lớp buổi tối (17h30 – 21h30) và thứ 7 (8h00-17h00)

ĐỐI VỚI CÁC KHÓA HỌC CISCO, LINUX, CEH, CISSP, PMP…:

 Ưu đãi lên đến 50% học phí cho sinh viên và cá nhân đăng ký các lớp mở từ Thứ 2 đến Thứ 6 (8h00-17h00)

 Ưu đãi 30% học phí cho tất cả các khách hàng đăng ký các lớp buổi tối (17h30 – 21h30) và thứ 7 (8h00-17h00)

Ngày đăng: 02/10/2018, 11:07

TỪ KHÓA LIÊN QUAN

TÀI LIỆU CÙNG NGƯỜI DÙNG

  • Đang cập nhật ...

TÀI LIỆU LIÊN QUAN

w