DBMS Tuning & My Life

Posts Tagged ‘EXCEL

How to create an excel pivot table.

leave a comment »

Pivot table is very powerful, and very easy to use.

Whenever, our team members participate in the tuning project, we usaually use excel to manage the result of tuning. And pivot table is very useful, when we give a summary report to customers. Also,it’s very easy to use.
Below is the standard format for tuning report. It has a very detailed information, but it’s hard to see using the Module Code and Status.

excel01

 

 

 

 

 

So, customers want to see the statistic report through Module Code and Status. At a time like this, we use the pivot table.

1) select all cells
2) Menu-> Insert -> Pivot table
3) Locate Field to proper Area like this

excel02

4) It’s all over, Below is the result of pivot table.

excel03

Written by sean70kim

July 10, 2013 at 1:13 am

Posted in Scribbling

Tagged with ,

Excel Macro for analyzing the v$sql_plan_statistics_all view.

leave a comment »

In my previous article, I described how to get delta values from v$sql_plan_statistics_all view. And, I made the excel macro for more convenient tuning life. The macro provides delta values, as well as IO statistics about objects and operations. The sample output is as follows:
To use the macro, just input {TNSNAME, USREID, PASSWD, SQLID} then click “Click” button. If you want to use this macro, you can download from here.

plan1

plan2

Written by sean70kim

July 4, 2013 at 9:43 am

Posted in Oracle

Tagged with ,