Description
OracleDictionary has many Class.forName, getMethod and getField for oracle.jdbc.OraclePreparedStatement.
This gets executed every time a setString gets used. Which can create quite some overhead.
We might check those Members at construction time and use this info later at runtime.