Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pro*C/Pthreads Programm causes ORA-24550

700945May 12 2009 — edited May 18 2009
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 thread 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=11][si_errno=0][si_code=1][si_addr=0x18] Aborted"

any Idea? thanks ...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 15 2009
Added on May 12 2009
5 comments
6,255 views