Quote:
Originally posted by jenifer
I have run into this problem executing a shell script with a series of dbload statements. Is there any way to get prevent this?
The processing only went to the 41st dbload statement before running out of locks. Most of these tables have little to no data in them. I have the database in No Transaction Mode and no indexes on the tables yet.
Thanks!
|
Hi Jenifer,
As these running the dbload?.
It executes this: dbload -d database -c filecmd -n 1000 -l logfile....
So that do not have problems with lockeos, add him al dbload "-n 1000", this is each 1000 rows does commit. The dbload is a transaccion in them.
Gustavo.