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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Java stored procedures pb

Re: Java stored procedures pb

From: Stephane Mourgues <smourgues42_at_hotmail.com>
Date: Wed, 04 Apr 2001 09:39:42 GMT
Message-ID: <3ACAF9D8.3000203@hotmail.com>

If someone's interested, I found the answer: do not do what the doc says. Oracle does not supply automatically the connection. The connection should be retrieved this way: java.sql.Connection conn = new
oracle.jdbc.driver.OracleDriver().defaultConnection(); instead of being retrieved from the parameter. Received on Wed Apr 04 2001 - 04:39:42 CDT

Original text of this message

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