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 > DB29.7 /Windown 2008 - Load operations

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-23-11, 10:09
dgunas dgunas is offline
Registered User
 
Join Date: Dec 2008
Location: Chennai
Posts: 110
DB29.7 /Windown 2008 - Load operations

Hi
Please advise.

I have exported over 90million rows using export utility (ixf). Now I have to load into the new table and I dont need the logs generated.

In default, the LOAD will not logged. Is it correct ? the statement is below.

LOAD from ACCCCT.ixf of ixf insert into ACS (CUSTOMERNO,TIME_STAMP,BRANCH_CODE,SHORTNAME,MAGIC 1,ASV,ASTATUS,RESTDATETO,RESTUID,RESTCODE,RESTTEXT ,FREETEXT,OPENDATE,DEMOGRAPHICLOCN,VALIDFROM,VALID TO,STATUS,OPID_ENTRY,TIME_STAMP_ENTRY);

If the LOAD is fail then the table/tablespace will not accessable. The question is, how can I start the load again ?
Please share your experience.

Thanks,
__________________
Reply With Quote
  #2 (permalink)  
Old 01-24-11, 03:02
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
Use the keyword "nonrecoverable" in your load command. Do not wait with you next backup after the load has finished.
With restart/terminate options you can wriggle yourself out of an pending load. Personally I've never been successful and a drop/create table worked better 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