submited by krishnas on Thu Apr 3rd, 2008
What are tlog files ? Tlog files are the files used by weblogic to keep a trace of current transactions. For example, when an instance is restarted, the tlog files are used to perform the second step of a two-phase commit on a transaction that was in progress. Sometimes, when a transaction is corrupted, you've got to delete thes files to get rid of the phantom transaction. There is no need to restart a server to have them recreated.
Topic: weblogic