Posted: Tue Jan 20, 2009 7:48 am Post subject: jdbc/odbc connection properties
Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
We are connecting to an Oracle DB in an ESQL Compute Node with a non-JDBC Type 4 connection. The Stored procedures we are calling have commits in them which prevents us from using Type-4 drivers and the Stored Procedures are overloaded which prevents us from using ODBC.
So, it is working BUT, in the connection logic in the JAVA code we are calling we have the User Id and Password for the connection. We are coming up on a code review by the client and KNOW this is going to throw a red flag. Is it possibel to use the Broker Properities to push the UserId and Password down into a Provider Service so the UID/PWD are not in the open in the code and referenced throught the JDBC connection call.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum