Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle and RMI
"Alain ROUILLON" <al.rouillon_at_free.fr> wrote in message news:<405ad029$0$282$626a14ce_at_news.free.fr>...
Your question is pretty vague...so I'll make assumptions...
You could use RMI or (EJB within a J2EE app server which utilizes RMI) and create objects that a client could interact with remotely. Those objects could interact with Oracle, but that would be via JDBC. You can certainly create stored procs and call them from your objects via JDBC. Dave
> Hi,
>
> I am wondering to what point I can deploy a distributed architecture with
> components like stored procedures located on the database server and
> calculation components located on an distant object server.
>
> I think of using RMI from Java to do so. Would that be a good idea, or is
> there something more appropriate (CORBA, ...) ?
>
> Thanks a lot for your replies,
>
> alain
Received on Fri Mar 19 2004 - 12:05:07 CST