var fDesc=new Array(); fDesc[0] = "spReporter tool can be used by both Oracle database administrators and Oracle tuning experts and consultants to produce database performance health reports for tuning and capacity planning purposes. Also, Oracle DBAs and system administrators can use spReporter in batch mode to produce daily database performance reports and publish them at the WEB.

Features:

-Full support of all STATSPACK and AWR standard reports and statistics.
-Ability to quickly build performance HTML reports with statistics charts for more than 100 statistics.
-Snapshot intervals comparison report mode.
-Ability to run in batch mode on a scheduled basis to produce daily performance reports.
-GUI configuration wizard support to customize report and charts content.
-Ability to save reports configurations for future use in XML files.
-spReporter is included to spViewer Enterprise or can be licensed separately."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }