Submit Links | Latest Links | Login (want to submit links for DLinks? send a mail to krishnas@javabeat.net)

How to read weblogic tlog files ?

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

Add your comments

JavaBeat Home