Message-ID: <3ACAF9D8.3000203@hotmail.com>
From: Stephane Mourgues <smourgues42@hotmail.com>
Reply-To: smourgues42@hotmail.com
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; fr-FR; m18) Gecko/20010131 Netscape6/6.01
X-Accept-Language: fr
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.misc
Subject: Re: Java stored procedures pb
References: <3AC9F34C.9030600@hotmail.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 8
Date: Wed, 04 Apr 2001 09:39:42 GMT
NNTP-Posting-Host: 198.85.32.94
X-Complaints-To: abuse@proxad.net
X-Trace: nnrp3.proxad.net 986377182 198.85.32.94 (Wed, 04 Apr 2001 11:39:42 CEST)
NNTP-Posting-Date: Wed, 04 Apr 2001 11:39:42 CEST
Organization: Guest of ProXad - France


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.



