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: How do I use 'kprb' jdbc driver with java SQLJ stored procedure (oracle)

Re: How do I use 'kprb' jdbc driver with java SQLJ stored procedure (oracle)

From: a.williams13 <agrajag_at_ntlworld.com_nospam>
Date: Tue, 15 Aug 2000 19:33:52 +0100
Message-ID: <y5gm5.8394$Lv6.149332@news2-win.server.ntlworld.com>

Here's the specific calls to get the DB connection for a stored proc.

    DriverManager.registerDriver(new OracleDriver());

    Connection conn = DriverManager.getConnection("jdbc:oracle:kprb:");

Andy. Received on Tue Aug 15 2000 - 13:33:52 CDT

Original text of this message

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