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 > Transaction log is full

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-26-04, 05:49
treddy123 treddy123 is offline
Registered User
 
Join Date: Jan 2004
Posts: 14
Transaction log is full

Hello All:

While importing data i am encountering the fowwloing error. Pls. do suggest me what to be done to do import sucessfully.


SQL3153N The T record in the PC/IXF file has name "tab61.ixf", qualifier "",
and source " ".

SQL3109N The utility is beginning to load data from file "tab61.ixf".

SQL3306N An SQL error "-964" occurred while inserting a row into the table.

SQL0964C The transaction log for the database is full. SQLSTATE=57011

SQL3110N The utility has completed processing. "342845" rows were read from
the input file.




Regards

srinivas
Reply With Quote
  #2 (permalink)  
Old 05-26-04, 06:13
ddlldd2000 ddlldd2000 is offline
Registered User
 
Join Date: May 2003
Location: Toronto
Posts: 29
Try the following:
decrease the savecount parameter, such as from 10000 to 2000
or
increase your log size, such as increase log file size or log file number
Reply With Quote
  #3 (permalink)  
Old 05-26-04, 06:34
treddy123 treddy123 is offline
Registered User
 
Join Date: Jan 2004
Posts: 14
thank you for the suggestion, it worked fine for me.
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