Hi,
using db2 v9.5 fp2 on Linux. I run db2top command to see what happens on database.
I have entered
d to get database information. Output shows that there LogUsed is 100% - if I understand correctly database logs are 100% full (please see attached file).
I checked db cfg info for this database associating logs are (db2 get db cfg for my_database):
Code:
Log buffer size (4KB) (LOGBUFSZ) = 124
Log file size (4KB) (LOGFILSIZ) = 1024
Number of primary log files (LOGPRIMARY) = 10
Number of secondary log files (LOGSECOND) = -1
First log archive method (LOGARCHMETH1) = DISK:/db2/on_line_logs/
Then...