Hello,
In my runtime, i got this connection instance with type com.sun.gjc.spi.jdbc40.ConnectionWrapper40,
, i need to unwrap it to OracleConnection instance type, has any of you done this before? I tried
ConnectionWrapper40.unwrap(), it give me back ConnectionWrapper40 still.