Hi, I am trying to delete a bunch of rows from a single database table:
delete from tableB where tableAId>1409; but keep getting an OutOfMemoryError:ERROR XJ001: Java exception: 'Java heap space: java.lang.OutOfMemoryError'.
tableAId is a foreign key to the primary key of tableA. Is there any way I can tune the database to overcome this problem?Currently I just start the server using the startNetworkServer script as provided with no modifications.
Thanks, Tim
