jessicalogan
|
Open Question
DB2 error – ‘The transaction log for the database is full’. Any help?
I have got a DB2 error message while working with the JDBC in java. The error message goes like this –
java.lang.Exception caught: com.ibm.sa.admin.share.AdminException: SAWM4302E: Database
error encountered: code=-964 SQLState=57011 text="[IBM][CLI Driver][DB2/SUN] SQL0964C The transaction log for the database is full. SQLSTATE=57011"
I order to rectify the error from my side I have configured the log file as follows –
db2 update db cfg for dbname using logprimary 10
db2 update db cfg for dbname using logsecond 10
db2 update db cfg for dbname using logfilsiz 800
But I am still getting the error message. I don’t know what to do, please help me to resolve the issue. Any help or suggestions will be appreciated?
156 day ago
 Report Abuse
|