Hi,
I'm using Db2V8.1 on AIX.
I've a shell script that contains delete operations on 5 tables.
each table has around 1 million records on average to delete.
I applied commit statement on each db2 delete statement.
After executing 4 statements, there is an error "Transacton log for the database is full".
I've seen the path by using command "db2 get db cfg" and found the below path for transaction log
"/u02/db2inst1/NODE0000/SQL00001/SQLOGDIR/"
I asked DBA either to increase the log filesize or increase number of logs or clean up old log files.
He said there is no error in the file db2diag.log.
Am I looking in the correct path? How to fix this issue?
Is there any option to have auto commit after x number of records deleted?