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 -> Create an encrypted oracle package through JDBC

Create an encrypted oracle package through JDBC

From: Sergio <sjosiowicz_at_hotmail.com>
Date: 16 May 2002 12:17:15 -0700
Message-ID: <4e1c3001.0205161117.7f1dcdda@posting.google.com>


Hello:

        I have written a package with some store procedures. I have encrypted it with the native oracle encryptation (wrap). When I try to create it through jdbc (using the thin driver of Oracle) I have the following error:
IO Exception: End of TNS data channel.

What I am doing is
Statement stmt = jConnection.createStatement(); stmt.executeUpdate (sql);
where sql is the encrypted package. Received on Thu May 16 2002 - 14:17:15 CDT

Original text of this message

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