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: Newbie Oracle Java Stored Procedure Question

Re: Newbie Oracle Java Stored Procedure Question

From: Barbara Kennedy <barbken_at_teleport.com>
Date: Fri, 17 Nov 2000 22:34:19 -0800
Message-ID: <yppR5.6777$pZ1.106114@nntp3.onemain.com>

You could just compile it and then import the class file. Then you don't need the class path in the import.
Jim
"Rolf Kamp" <rfk_at_exit109.com> wrote in message news:3A15F5DF.33FE198E_at_exit109.com...
> Hi:
> I'm trying to write a Java Stored Procedure with Oracle and am
> unsure what files to include in my CLASSPATH so that the following
> import does not fail:
> import java.sql.*;
> import oracle.jdbc.driver.*;
>
> Any help is appreciated.
>
Received on Sat Nov 18 2000 - 00:34:19 CST

Original text of this message

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