Xref: alice comp.databases.oracle.server:65203
Path: alice!news-feed.fnsi.net!enews.sgi.com!news.eecs.umich.edu!newsfeed.mathworks.com!newsfeed.cwix.com!newspeer.monmouth.com!news.xnet.com!not-for-mail
From: NOSPAM@NOSPAM.com (Joe Varghese)
Newsgroups: comp.lang.java.databases,comp.databases.oracle.server
Subject: Re: RMI from Java stored procedures
Date: 9 Sep 1999 22:21:50 GMT
Organization: XNet Information Systems, Inc.
Lines: 18
Message-ID: <7r9btu$jqb$1@flood.xnet.com>
References: <7q41tn$fgk$1@fir.prod.itd.earthlink.net> <m13dx6xqlx.fsf@kheldar.evhr.net> <7qjpem$o0o$1@flood.xnet.com> <m11zci793o.fsf@kheldar.evhr.net> <7qmfia$19t$1@flood.xnet.com> <37CED76A.8DE0F337@rationalconcepts.com> <m13dwxvw8e.fsf@kheldar.evhr.net>
Mime-Version: 1.0
Content-Type: Text/Plain; charset=US-ASCII
X-Trace: flood.xnet.com 936915710 20299 205.243.129.38 (9 Sep 1999 22:21:50 GMT)
X-Complaints-To: abuse@xnet.com
NNTP-Posting-Date: 9 Sep 1999 22:21:50 GMT
X-Newsreader: WinVN 0.99.9 (Released Version) (x86 32bit)

In article <m13dwxvw8e.fsf@kheldar.evhr.net>, doeni@evhr.net says...
>
>
>This way is a bit trick.
>Don't forget that RMI is 100% pure java. Unless your C program calls another
>Java program that in turn makes the RMI call.
>
>The simplest solution would probably be to use JDBC with the DBMS_PIPE
>package. The JDBC application receives the message through the pipe, and
> makes the RMI call.
>

Mayeb I was looking in the wrong place, but I cant seem to find any 
documentation on the DBMS_PIPE package. Could you send me some pointers (URLs 
or names of books) where I could read more about it?

Thanks!

