var fDesc=new Array(); fDesc[0] = "OraTools is an easy to use and versatile application to manipulate data and database objects of Oracle RDBMS. With OraTools you can execute, verify and optimize your SQL and PL/SQL statements, navigate and view properties of schema objects and debug stored procedures. OraTools with SQL and PL/SQL are powerful enough to manipulate Oracle data.
Following features summarize the capabilities of OraTools:
- Consistent and friendly interface;
- Single database connection;
- Common login prompt;
- Utilities track each other transactions.
OraTools consists of three related parts OraDesigner, OraExplorer and PL/SQL Debugger."; 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 = ''; } }