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,