var fDesc=new Array(); fDesc[0] = "PostgreSQL-to-Oracle is a program to convert PostgreSQL databases to Oracle server. Key features:
(1) All versions of Unix/Linux and Windows Postgres and Oracle are supported;
(2) Oracle components installation is not necessary;
(3) Converts indexes with all necessary attributes;
(4) Command line support;
(5) Merges PostgreSQL data into an existing Oracle database;
(6) Converts individual tables;
(7) Option to select PostgreSQL schema;
(8) Stores conversion settings into profile;
(9) Writes execution traces into log file;
(10) Easy-to-use wizard-style interface;
(11) Full install/uninstall support;
(12) Unlimited 24/7 support service;
(13) 1-year subscription for updates"; 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 = ''; } }