Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: 8i ORacle question
A copy of this was sent to Siavash <solati_at_nortelnetworks.com>
(if that email address didn't require changing)
On Mon, 05 Apr 1999 14:59:49 -0400, you wrote:
>Hi all,
>
>I am a bit confused with reading White paper about 8i architecture?
>
>is still 8i supports seperate Java Application server than
>ORacle database server? or in 8i The Java application server is
>integral part of ORacle database server?
>
>
>thanks in advance for your time
In Oracle8i, release 8.1, contains a complete Java VM in the database (i can write a stored procedure in java). I can encapsulate this java in the database with EJB wrappers or Corba as well. I can call this java from plsql routines, i can call plsql routines from java.
This is different from java in OAS -- this java runs *in the database*, not in the middleware. You would use it to program data intensive stuff (why pull boatloads of data over the network to a middle tier to find the 1 row you really want -- just find the 1 row you really want to give it to some middle tier or right to the client)...
Thomas Kyte
tkyte_at_us.oracle.com
Oracle Service Industries
Reston, VA USA
--
http://govt.us.oracle.com/ -- downloadable utilities
![]() |
![]() |