View Single Post

   
  #6 (permalink)  
Old 04-08-2008, 11:14 AM
DA Morgan
 
Posts: n/a
Default Re: UTL_TCP, Oracle, java

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
>
> best regards
> schw


No version number and you really do need to stop top posting.

But other than that I'd suggest you look at Advanced Queuing and
specifically the implementation of JMS messaging.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Reply With Quote