Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Create an encrypted oracle package through JDBC
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
![]() |
![]() |