Showing posts with label oracle. Show all posts
Showing posts with label oracle. Show all posts

11/15/2010

How to get OracleConnection from T4CConnection or Proxy


java.sql.Connection t4Connection = BorrowedConnectionProxy.getWrappedConnection(conn);
OracleConnection oracleConn = (OracleConnection) t4Connection;
context = new DefaultContext((OracleConnection) oracleConn);