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 > sql state=57011

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-11-07, 04:36
bpcsekhar bpcsekhar is offline
Registered User
 
Join Date: Jul 2007
Posts: 6
Red face sql state=57011

Hi,

Today I got a problem with new table insertion in data base. Presently we are using linux os, and on that db2 7.2.5.

Today I want a table creation through import command. like


import from vstr4 of ixf create into bill_master


then the out put is . -964 error database log full. can not create the table.

error code 57011 . this is practiced on remote server., i am not having x windows.

i want this problem, how to control thru command line.

i want syntax for this problem control. plz help me.

Thanks & Regards
Reply With Quote
  #2 (permalink)  
Old 08-11-07, 07:50
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
what you could do is specifying commitcount
import from file of ixf commitcount 1000 create into ....
or create the table yourself and do alter table xx not logged initially - import.. insert into tablename
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
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