Delphi 6 sp2
DOA 4.0.6.2
Oracle 10.2
I'm using a oracle query with 5 variables and a array buffer of 100 items.
All work fine for hours, the system is havy load, insert million of records in a day.
After 5-6 hours of work i receive a general error
"out of memory" and then the call of executearray give me always an error "invalid pointer".
I must close and restart the application.
The server have a lot of free memory.
I change the program and use only a single insert query, all work fine.
Thank's in advance
DOA 4.0.6.2
Oracle 10.2
I'm using a oracle query with 5 variables and a array buffer of 100 items.
All work fine for hours, the system is havy load, insert million of records in a day.
After 5-6 hours of work i receive a general error
"out of memory" and then the call of executearray give me always an error "invalid pointer".
I must close and restart the application.
The server have a lot of free memory.
I change the program and use only a single insert query, all work fine.
Thank's in advance