Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: pro*c, aix 4.2.1 oracle 7.3.4.3, signal handling problems.

Re: pro*c, aix 4.2.1 oracle 7.3.4.3, signal handling problems.

From: Ronald <ronr_at_wxs.nl>
Date: Tue, 15 Jun 1999 20:46:16 +0200
Message-ID: <01HW.B38C6C18000286B3123EB480@news.wxs.nl>

On Mon, 14 Jun 1999 7:39:50 +0200, ronr_at_my-deja.com wrote (in message <7k24j5$gcm$1_at_nnrp1.deja.com>):
>
> I am in the progress of porting some program from a single aix node to a
> SP-2 (silvernode) runnning aix 4.2.1 using oracle 7.3.4.3. The program forks
> and catches SIGCHLD signals. The program dies when a signal is caught while
> executing an embedded pl/sql block.
>
> How do I have to catch such a thing ? I did register the signal using
> signal. In the server manual for aix administrators I did find something
> about catching signals but that's not a very complete piece of
> ducumentation...

After finding out that multi threading is not supported in oracle-7 on aix I redesigned the program making the oracle connected part a client of a server that forks many processes and is able to catch SIGCHLD without messing op the oracle code.

--

Ronald - certified Oracle DBA http://home.wxs.nl/~ronr/professional.html

       - unix/sa              http://www.tresco.nl/dcl.html

       - Middleware programmer/
                      designer    mailto:R.Rood_at_tresco.nl
 


Received on Tue Jun 15 1999 - 13:46:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US