SQL Loader crash when called many times [message #118608] |
Fri, 06 May 2005 07:49 |
TaborskyT
Messages: 1 Registered: May 2005
|
Junior Member |
|
|
I call sqlldr from Visual C++ program by creating process
CreateProcess(NULL, szCmd, NULL, NULL, FALSE,
CREATE_NEW_CONSOLE | CREATE_NEW_PROCESS_GROUP,
NULL, NULL, &startup, &info);
szCmd icludes sqlldr and command line parmeters.
When I call it a few times it works very well.
When I call it many times it crash at wrong address of memory.
When I repeat the last calling (what was not successful) with
the same parameters later, it works.
I can not find what is wrong.
TaborskyT
|
|
|
|