> I have a question about DB2 ver 7.2
>
[quoted text clipped - 6 lines]
>
> thanks in advance
Assuming this is DB2 for LUW:
1. First find out what is the oldest log that is still active:
a. db2 connect to <your db-id>
b. db2 get db cfg for <your db-id>
Search for 'First active log file'.
This should give you something similar to S0000100.LOG
2. Issue the 'Prune' command as follows:
db2 prune logfile prior to <output from step 1>
Note: you should also consider off-loading inactive logs to tape or
some other secondary media.
HTH.

Signature
Jeroen
adrian.alek@gmail.com - 05 Jul 2006 19:50 GMT
Thank you
I will try !
> > I have a question about DB2 ver 7.2
> >
[quoted text clipped - 21 lines]
>
> HTH.