Home » RDBMS Server » Server Utilities » SQL Loader crash when called many times
SQL Loader crash when called many times [message #118608] Fri, 06 May 2005 07:49 Go to next message
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
Re: SQL Loader crash when called many times [message #119465 is a reply to message #118608] Thu, 12 May 2005 13:22 Go to previous message
Frank Naude
Messages: 4580
Registered: April 1998
Senior Member
Hi,

You probably run out of memory or some other OS resource. Use a system monitor to see what's going on.

Best regards.

Frank
Previous Topic: Import/Export
Next Topic: WHERE CAN I DOWNLOAD SQL*Loader?
Goto Forum:
  


Current Time: Wed Jul 03 08:35:09 CDT 2024