View Single Post

   
  #4 (permalink)  
Old 04-08-2008, 11:13 AM
schw
 
Posts: n/a
Default Re: UTL_TCP, Oracle, java

basically it passes it over to other servers


Frank van Bortel wrote:
> schw schreef:
>
> > just to add something, the server is always running on the same machine
> > as oracle.
> >
> >
> > schw wrote:
> > > Hi All,
> > >
> > > basically I've got a java server listening on specified port; within
> > > Oracle triggers I use UTL_TCP package to send columns data that changed
> > > to the server.
> > >
> > > is there any other than UTL_TCP used within oracle triggers solution to
> > > talk to Java deamon?
> > >
> > > before i start implementing i'd like to find out other alternatives.
> > >
> > > thanks
> > >

>
> What is this daemon doing with the data it gets presented?


Reply With Quote