Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: java in Oracle8i

Re: java in Oracle8i

From: <tedchyn_at_yahoo.com>
Date: Thu, 02 Dec 1999 20:00:16 GMT
Message-ID: <826j3o$p93$1@nnrp1.deja.com>


look at 8i documentation, there are many examples. ted In article <826234$bk9$1_at_nnrp1.deja.com>,   burkeblackman_at_my-deja.com wrote:
> Hello, I am testing out the java capabilities within Oracle8i and was
> looking for a simple example (from start to finish) on loading this
> simple java program into Oracle8i and executing it within Oracle. Here
> is the test program (oratest.java) that I am trying to load:
>
> class oratest
> {
> public static void main (String args[])
> {System.out.println("hello world");}
> }
>
> As you can see it is a very simple program just as a proof of concept.
> Any help woul be appreciated.
>
> Thanks,
> Burke
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 02 1999 - 14:00:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US