Hmmm... If John would read the question he would realize that the question was of something tottally different - java called from PL/SQL, IOW, java from stored procedures, not vice versa. Which has nothing to do with the JDBCspec . In fact , one doesn't need to use JDBC at all. The docs on how to do this are on http://technet.oracle.com : http://otn.oracle.com/tech/java/jsp/pdf/stored_procs_in_java_twp.pdf
The first thing you want to do before being a wiseass is make sure you are 100% correct. --- John O'Sullivan <[EMAIL PROTECTED]> wrote: > > > Hmmmm... > > > > If Bhuvan were to go and read the JDBC spec on the Sun site to get > started, he would not read a thing about invoking a Java class from > PL/SQL. > > > > > > > > > > -----Original Message----- > From: Jason Bell [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 23, 2002 11:18 AM > To: JDJList > Subject: [jdjlist] RE: Invoking Java from PL/SQL > > > > JDBC and an Oracle JDBC driver. if you read the JDBC spec on the Sun > site that'll get you started > > > > -----Original Message----- > From: Bhuvan Gupta [mailto:[EMAIL PROTECTED]] > Sent: 23 August 2002 17:10 > To: JDJList > Subject: [jdjlist] Invoking Java from PL/SQL > > Hi All, > > > > Can anyone provide me any pointers on how to invoke a Java class from > PL/SQL. > > > > Thanks > > Bhuvan > > > > > > To change your membership options, refer to: > http://www.sys-con.com/java/list.cfm > > To change your membership options, refer to: > http://www.sys-con.com/java/list.cfm > > > > To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm > ===== Mark Zawadzki Performance Engineer/DBA/Programmer extraordinaire� [EMAIL PROTECTED] [EMAIL PROTECTED] "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning" Robert Cringle (columnist, author, host of "Triumph of the Nerds") __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm
