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. Database professionals use dbForge Data Compare for Oracle to: * Save time with automatic table data comparing & synchronization * Analyze data differences and generate reports * Quickly reconcile two databases that went out of sync * Copy look-up data from development databases to production * Generate SQL*Plus-compatible synchronization scripts Key Features: * Supports Oracle versions: 12c, 11g, 10g, 9i, and 8i databases and Oracle XE 11 R2, 10 * Compares tables, views and materialized views * Compares data with different structures * Able to compare multiple schemas at once * Command line interface for scheduled operations * Synchronizes data in LOB and BFILE columns * Generates extended data comparison reports * WHERE filter for extra large tables or custom data comparison * Can work without an Oracle client * Generates SQL*Plus-compatible synchronization scripts * Can save data comparison settings for the next usage"; 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 = ''; } }