var fDesc=new Array(); fDesc[0] = "Lighty is the ideal tool to monitor the performance of your Oracle databases.
Save time by quickly identifying problems with these many modules : Activity viewer based on ASH or L-ASH, reports, real time monitoring , multiple db monitoring.

The software provides many other features. It has an AWR browser, a statspack browser, an object statistics explorer and much more .....
It can also generate html reports (AWR, ASH, monitored sqls, ADDM).

It is available for standard and enterprise editions
Standalone or Rac DB.

If you don't have the diagnostic and tuning packs licensed, you can install L-ASH to simulate the ASH feature."; 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 = ''; } }