Home » Developer & Programmer » Precompilers, OCI & OCCI » PThreads/Pro*C Code causes ORA-24550
PThreads/Pro*C Code causes ORA-24550 [message #402759] Tue, 12 May 2009 06:50 Go to next message
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 ...
Re: PThreads/Pro*C Code causes ORA-24550 [message #407402 is a reply to message #402759] Wed, 10 June 2009 01:49 Go to previous message
johnbach
Messages: 32
Registered: June 2009
Member
Are you using Runtime Context?
Previous Topic: compile pro*c
Next Topic: Runtime Configuration of Connection Pool Parameter through program
Goto Forum:
  


Current Time: Tue Apr 16 08:58:43 CDT 2024