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
Bypass DriverManager for JDBC connections loaded at runtime
When ojdbc*.jar is added to the load path at runtime (via require)
rather than being on the system classpath, DriverManager.getConnection
fails with "No suitable driver found" due to classloader isolation in
JRuby. Fall back to using ORACLE_DRIVER.connect directly, matching
the same workaround used in oracle_enhanced adapter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments