You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pinpoint currently hooks on to OracleStatementWrapper and OraclePreparedStatementWrapper to trace calls to Oracle databases.
Older Oracle jdbc drivers (10.x and older) do not have wrapper classes for statements and leaves a hole in the tracing pipeline for Oracle database calls.
The text was updated successfully, but these errors were encountered:
Resolving issue by adding modifiers for OracleStatement and OraclePreparedStatement that injects interceptors only when their respective wrapper classes are not found.
Xylus
added a commit
to Xylus/pinpoint
that referenced
this issue
Feb 26, 2015
Pinpoint currently hooks on to
OracleStatementWrapper
andOraclePreparedStatementWrapper
to trace calls to Oracle databases.Older Oracle jdbc drivers (10.x and older) do not have wrapper classes for statements and leaves a hole in the tracing pipeline for Oracle database calls.
The text was updated successfully, but these errors were encountered: