PThreads/Pro*C Code causes ORA-24550 [message #402759] |
Tue, 12 May 2009 06:50 |
Dataswallower
Messages: 1 Registered: May 2009
|
Junior Member |
|
|
Hello,
I've a Pro*C program which fills various large tables (in different schemas). I am executing the procedures which fill the tables as PThreads (since I want them to run in parallel for performance reasons). When I execute all threads sequentially (pthread_join(last_thread) before every pthread_create(next_thread)) everything works fine. But when a run the threads in parallel (as they should run), I am getting: "ORA-24550: signal received: si_signo=11si_errno=0si_code=1si_addr=0x18 Aborted"
any Idea? thanks ...
|
|
|
|