SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open...

15
SQL Tuning with SQLd360 Mauro Pagano

Transcript of SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open...

Page 1: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

SQL Tuning with SQLd360

Mauro Pagano

Page 2: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

What’s SQLd360?• Free tool– open source, no strings attached, ever

• No installation• Collect all info needed for SQL Tuning– Consistently, in a single shot– After the fact, no need to re-run stuff

2

Page 3: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

What’s SQLd360?• Help digest collected info– Easy to navigate, high focus reports– Charts to consume large amount of data

• Offline analysis– No need to be connect to target database

3

Page 4: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

Why another tool?• Community driven, based on user needs– Easy to add reports / features yourself

• Fast in adapting to new Oracle features• Leverage already paid-for Oracle options– Diagnostic pack is awesome in collection, not

that much in presentation

4

Page 5: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

How to run it• Download SQLd360• Readme.txt J• SQL*Plus as any user with access to DD• Parameters– SQL ID – Oracle Tuning or Diagnostics Pack? [T | D | N]– Custom configuration file (optional)

5

Page 6: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

How to consume output?• Open zip file• Thousands of files in the archive– Index.html drives navigation– Specific “drill-down” pages– Each report has narrow focus

6

Page 7: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

7

00001_sqld360_dbnamehash_sqlid_index.html

Page 8: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

8

ReportData

Source

DESC of source table

QueryCopy&Paste

Page 9: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

9

One chart per histogram created automatically Cardinality, selectivity and

endpoint conversion available with mouse-over

Data distribution on histogram

Page 10: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

10

Average elapsed time/exec over time per PHV

Executions started to take longer and longer over time, even original plan degraded.

Likely not a plan issue

Elapsed time per exec

Page 11: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

11

Exec plan reported as a treeJust read it left to right

Nodes are colored depending on time sampled

on them. Easy to spot bottlenecks

CBO used this plan, it seemed slow

Tree available also for individual executions, easy to diagnose random slowness

Page 12: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

12

Up to 70% on Cluster, plan might be secondary issue,

investigate app first

SQL runs slow, must be plan issue

Page 13: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

13

Plan switched from 2210 (good) to 2898 (bad), also

plan 711 exists

Performance broke, not sure why

Page 14: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

Summary• SQLd360 takes few minutes to run– Can be executed any time even during the issue

• SQLd360 speeds up SQL Tuning process– Automating collection and improving presentation– Simplifying documentation

• Installs nothing and it is free!• Contribute to make it bettter

14

Page 15: SQL Tuning with SQLd360 - DOAG Deutsche ORACLE ... · What’s SQLd360? • Free tool – open source, no strings attached, ever • No installation • Collect all info needed for

Contact Information• http://mauro-pagano.com– Email• [email protected][email protected]

– Download• SQLdb360 vYY.NN

– Pages• SQLd360 / SQLdb360

15