If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > about STATE=570011 in DB2 UDB 7.1

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-04, 21:01
shrek lee shrek lee is offline
Registered User
 
Join Date: Jan 2004
Posts: 2
about STATE=570011 in DB2 UDB 7.1

hi:
I face a error message in DB2 UDB 7.1, when I executed sql statement "drop" or "create" the DB2 appear follow message:

DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
SQL0964C The transaction log for the database is full. SQLSTATE=57011

How can I solve it ?
Reply With Quote
  #2 (permalink)  
Old 02-03-04, 21:52
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
Re: about STATE=570011 in DB2 UDB 7.1

well, you can do two things:
1. Make sure you commit your changes frequently
2. Increase the size of the database log files or number of log files

db2 update db cfg for dbname using logprimary NN

dollar

Quote:
Originally posted by shrek lee
hi:
I face a error message in DB2 UDB 7.1, when I executed sql statement "drop" or "create" the DB2 appear follow message:

DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
SQL0964C The transaction log for the database is full. SQLSTATE=57011

How can I solve it ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On