var fDesc=new Array(); fDesc[0] = "dbForge Fusion for Oracle is a useful Visual Studio plugin designed to enhance productivity of Oracle database development and simplify data management process. Oracle Visual Studio allows developers to explore and maintain existing databases, design compound SQL statements and queries, and manipulate data in different ways. The tool provides an easy way to manage Oracle connections. Full integration of dbForge Fusion for Oracle with Microsoft Visual Studio allows developers to explore and maintain existing databases, design complex SQL queries, and manipulate data comprehensively. A single installation file can install the plugin into Visual Studio 2010, 2012, 2013, 2015, and 2017. Key features: - Integrates into Visual Studio 2019 only. - Integrates into dotConnect for Oracle - Supports for Oracle versions from 7.3 to 12c - Optimizes application performance for working with Oracle servers - Extended code completion capabilities - Data comparison tool helps quickly compare data in tables, find the differences at a glance, and generate a script to effortlessly synchronize data. - Powerful Data Export and Import - Master-Detail browser: explore and analyze master-detail data in a convenient browser. - Data Reports - Pivot Table. Users can convert large amounts of data into compact and informative summaries - pivot tables - Object Viewer provides an easy way for analyzing objects and their structure right from Database Explorer."; 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 = ''; } }