Segmentation Fault [message #334174] |
Tue, 15 July 2008 12:09 |
jflundstedt
Messages: 1 Registered: July 2008
|
Junior Member |
|
|
I am running a job that is using Pro C code. I am running it on an Oracle 10g database with an Oracle 9 client on a UNIX platform. The code compiled fine. The job runs fine sometimes but other times it fails with a Segmentation Fault error.
I have the same job running in an Oracle 8i environment with no problems.
Has anyone had a situation like this? Could it be the environment?
Thanks!
|
|
|
Re: Segmentation Fault [message #334181 is a reply to message #334174] |
Tue, 15 July 2008 12:47 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | Could it be the environment?
|
It could.
Use a debugger to know where the exception occurs and why.
Regards
Michel
|
|
|