Carlos Sierra Shared Scripts
Every so often I write small scripts for my personal use. Recently I wrote this mini tiny version of a snaper on v$mystat. Basically a script with no parameters that if executed right before and after a SQL I am investigating, it spits out the delta on two snaps on v$mystat taken just before and after my SQL. This way I can quickly validate some of the “cell” counts used by Exadata for example. Of course if I want a more robust script, and I want the capability to monitor a session other than the one I connected, I would use snaper.sql created by Tanel Poder. In my case, I just needed something extra light, with no installation of any object into the database. This mini tiny script is named mystat.sql and it is available here. As time passes by, I will be writing other small and useful scripts. I will upload them into same location. So feel free to visit this Google Drive place every so often. If I upload something exiting I will blog about it. Until then, I just have two new scripts: mystat.sql and tkprof.sql.
thanks Carlos!
lester gutierrez
October 4, 2013 at 8:23 pm
The “SQL*Net roundtrips to/from dblink” is a nice metric included in the mix. This script is especially good for SQL (and PL/SQL) developers within a constrained environment.
Eldon Mellaney
October 7, 2013 at 1:16 pm