Hi, all. I get a Java OutOfMemory error when I try to load a large table into a derby database using the bulk load stored procedure SYSCS_UTIL.SYSCS_IMPORT_TABLE. It is a 5GB table. It appears that this procedure tries to load the entire table into cache before it checkpoints it? Any advice would be much appreciated, I can't allocate 5GB of memory to Java...
Thanks, David
