Pro*C Program stops without giving core [message #94541] |
Mon, 17 January 2005 02:48 |
James
Messages: 120 Registered: June 2000
|
Senior Member |
|
|
Hi,
Just wanted to ask what might be the possible chances of a Pro*C program getting stopped without even giving core dump. In different runs of the program, the last executed statement were different. Given below is a query I have in that Program.
EXEC SQL SELECT COUNT(1) INTO :NoOfRecords FROM MASTER_TABLE WHERE E_ID = ltrim(rtrim(:v_Id));
The program in different runs stops before , after and somewhere after and somewhere before this query.
If anybody has a clue, do help. I am working on Unix env.
Thankz in advance.
Rgds
James..
|
|
|