var fDesc=new Array(); fDesc[0] = "The Xtrace tool navigates and analyzes an Oracle session trace file using a Graphical User Interface composed of three panes.

First of all, download the xtrace.jar application.

Then, make sure that the SUN JRE is correctly installed; its version must be at least Java 6 update 18.

Launching from a graphical environment:
Provided that the correct JVM is correctly installed, in many graphical environments you can simply double-click the xtrace.jar. This is almost always the case in Microsoft Windows."; 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 = ''; } }