Hi,
I have only just noticed this, because the MySQL driver selection in the GUI for OAuth actually works with Oracle Exadata!
I upgraded 3.0.31 -> 3.0.35 Helm Chart just in case, but I get the same results.
I specify this in the chart.
----------------------------------------
# OAuth Tookit Configuration
otk:
enabled: true
type: SINGLE
database:
dbUpgrade: false
type: oracle
username: OTK_USER
password: redacted
sql:
jdbcURL: jdbc:oracle:thin:@//redacted.redacted.com:1521/SERVICE.redacted.redacted
databaseName: otk_db
----------------------------------------
What I see in the Driver Selection Class for the OAuth JDBC Connection is:
com.mysql.jdbc.Driver
Supports MySQL Server (deprecated)
----------------------------------------
I am guessing that there is some driver JAR scanning going on under the covers that enables this to work, but it does look a bit strange.
Best Regards,
Dave V.
-------------------------------------------