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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Calling a libary on unix from oracle 7.3.4

Re: Calling a libary on unix from oracle 7.3.4

From: Leo van Veen <leovveen_at_planet.nl>
Date: Tue, 28 Sep 1999 09:50:08 +0200
Message-ID: <7spsr2$q86$1@news1.xs4all.nl>


That's right, for example
cc -c test.c
ar -v -q libtest.a test.o

Kenneth C Stahl <BlueSax_at_Unforgettable.com> wrote in message news:37EFAFCD.A6E640DF_at_Unforgettable.com...
> Can you define what you mean by library? Do you mean a file that is
created
> and maintained with 'ar'?
>
> Leo van Veen wrote:
> >
> > I'm looking for a solution to call a unix libary from Oracle 7.3. I want
to
> > send data to the libary and read date from the libary.
> >
> > Is this possible.
> >
> > If it isn't, Is it possible to use named pipes to send and retrieve data
> > from Oracle to an external application ?
> >
> > Thanks Leo van Veen
> > leovveen_at_planet.nl
Received on Tue Sep 28 1999 - 02:50:08 CDT

Original text of this message

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