Back to Pinpoint

Profile Oracle DB.

agent-module/plugins/oracle-jdbc/README.md

3.0.5590 B
Original Source

Oracle JDBC Driver

Pinpoint Configuration

pinpoint.config

JDBC options.

# Profile Oracle DB.
profiler.jdbc.oracle=true
# Allow profiling of setautocommit.
profiler.jdbc.oracle.setautocommit=false
# Allow profiling of commit.
profiler.jdbc.oracle.commit=false
# Allow profiling of rollback.
profiler.jdbc.oracle.rollback=false
# Trace bindvalues for Oracle PreparedStatements (overrides profiler.jdbc.tracesqlbindvalue)
#profiler.jdbc.oracle.tracesqlbindvalue=true