Description
Newer Oracle JDBC drivers have the OraclePreparedStatementWrapper as package scoped class.
That means that invoking any method via reflection will fail with an IllegalAccessException despite those methods (in my case setFixedCHAR) is public.