I have some Java JDBC database access code that throws an exception that states in part - "[wrapping: oracle.jdbc.driver.T4CConnection@477a4e1f] is not a wrapper for or implementation of oracle.jdbc.OracleConnection]". I haven't been able to find out how T4CConnection
and OracleConnection
are related, if at all. Based on the names, it seems like they should be. How can I get an OracleConnection
from a T4CConnection
?
I am using Oracle 11 and 12.