var fDesc=new Array(); fDesc[0] = "Space Manager with LiveReorg - Optimize I/O and Disk Utilization in Oracle Databases
When it comes to Oracle reorganization, database capacity optimization, and ensuring peak performance, Quest’s Space Manager with LiveReorg® is simply unbeatable. It lets you perform online reorganizations to reclaim space and prevent application and database downtime. But that’s not all it does to improve performance. Space Manager also makes it unbelievably easy to resolve performance issues caused by fragmentation from archiving Oracle data. This is especially useful for business-critical ERP applications such as SAP, Siebel, and Oracle e-Business where archiving data is routine due to high-transaction volumes."; 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 = ''; } }