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.
Hmmm.. I'm suspecting that maybe
your Load statement is running into
many errors and is busy writing these
to the logfile. (anyway thats what
happened to me several times.)
Have you tried loadning with
warningcount 1000 for example?
HTH
__________________
Kristian K. Hansen
Project Supervisor
National Board of Health
Is there some reason why you are not using db2atld - Autoloader?
Also, it usually better if you create the indexes after the load (unless you need an index or PK to check for uniqueness). If they already exist, drop the indexes and recreate them when you are finished with the load.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
load in version 8 works like autoloader in partitioned enviroment.
correct me if I am wrong load infact implicitly called autoloader in DSP.
take snapshot , also use load query , check the processes at the system
level.