var fDesc=new Array(); fDesc[0] = "Spotlight on Oracle provides visual, real-time diagnostics, so you can quickly eliminate bottlenecks in Oracle and Oracle RAC environments. See graphical flows that illustrate the rate at which data moves between components. Get audio or visual alerts of potential bottlenecks if any component begins to exceed performance thresholds.
Extend the ability to play back past instances. With this program you will see the real-time graphic displays of the flow of data in your Unix, Linux, and Windows operating systems to get diagnostics on the server OS."; 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 = ''; } }