People,
I am tring to load a table that contains 500000 rows, using the load statement.
The syntax I am using is:
load from 'movements.unl' insert into movements;
The load starts OK, after a while the loading stops saying
271: Could not insert new row into the table. 134: ISAM error: no more locks
847: Error in load file line 304000.
The system currently has 120000 locks.
I am doing something wrong ??
I am tring to load a table that contains 500000 rows, using the load statement.
The syntax I am using is:
load from 'movements.unl' insert into movements;
The load starts OK, after a while the loading stops saying
271: Could not insert new row into the table. 134: ISAM error: no more locks
847: Error in load file line 304000.
The system currently has 120000 locks.
I am doing something wrong ??