Re: Need help in Log file removal -
11-15-2005
, 09:47 AM
Hi Sandesh,
Most likely the logs are not *ready* to be archived since they contain
transactions that
have not yet finished (by your issueing a commit or abort). Also, you
should make sure
you are issueing checkpoints periodically.
http://www.sleepycat.com/docs/java/c...intConfig.html
Ron |