var fDesc=new Array(); fDesc[0] = "Schema Doc for Oracle is a fast, simple tool which automatically generates database documentation. Create documents in HTML or Microsoft Word and information about object definitions is automatically included. The Schema Doc Oracle tool is ideal for developers and DBAs who want to produce high quality database documentation quickly and hassle-free.

Main Features:

-Save time by automatically generating documentation.
-Eliminate tedious and time-consuming manual documentation tasks.
-Satisfy audit requirements by keeping complete documentation.
-Keep teams up-to-date by distributing documentation.
-Supports Oracle 9i, 10g, 11g and Amazon RDS for Oracle."; 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 = ''; } }