var fDesc=new Array(); fDesc[0] = "dbForge Documenter for Oracle is a handy visual tool for customizable documenting of Oracle databases. This Oracle documentation tool automatically generates documentation of an entire Oracle database in HTML, PDF, and MARKDOWN file formats.

Feature highlights:
* Generate Oracle database documentation in HTML, PDF, and other formats
* Eliminate tiring and laborious manual Oracle database documenting
* Automate database documenting through command line
* Customize the document layout with the set of templates
* View and inspect Oracle inter-object dependencies
* Include or change Oracle schema object descriptions
* Find database objects in documentation as you start typing
* Get an extensive overview of the Oracle database schemas

You can always find the latest version of the product on the official Devart website."; 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 = ''; } }