Submitted by dmann on Wed, 10/24/2012 - 23:50
Submitted by dmann on Mon, 07/30/2012 - 13:02
Submitted by dmann on Tue, 07/24/2012 - 12:01
Submitted by dmann on Tue, 02/14/2012 - 12:05
I came across this PL/SQL page today which has pointers to a lot of interesting stuff you can do with PL/SQL.
From the page:
"This library is a collection of various utility packages for PL/SQL, as well as links to useful libraries hosted and maintained elsewhere."
http://code.google.com/p/plsql-utils/
Submitted by dmann on Mon, 01/04/2010 - 15:25
I came across a situation where the profiler.sql supplied with Metalink Doc: 243755.1 was giving some incomplete results. Because some of my PL/SQL code was executing very quickly it was rounding down to 0.00 and not even showing up on the 'Top 10' section.
Throughout profiler.sql there are timing numbers (unit = sends) that are rounded to 2 places. Looking in the comments for profiler.sql I noticed the last update was early 2007. Maybe Moore's law and CPU power has caught up with profiler.sql but I would recommend increasing the granularity of the script by doing the following: Read more about Accuracy of PROFILER.SQL from Metalink Doc: 243755.1
Submitted by dmann on Mon, 07/20/2009 - 12:35