var fDesc=new Array(); fDesc[0] = "dbForge Data Compare for Oracle is a powerful, fast and easy tool for comparing and synchronizing Oracle databases. It helps you quickly compare data in tables, view the differences at a glance and execute an automatically generated script to eliminate these differences. dbForge Data Compare for Oracle has a graphical wizard that will guide you through the Oracle data comparison and synchronization process step by step.

Key Features:
* Wide support for Oracle server versions and objects to be compared
* Comparison and synchronization options
* Data comparison and analysis
* Automate routine tasks
* Sync data

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 = ''; } }