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
We should add this into OracleR2dbcOptions. Let's leave this issue open as a reminder to do that.
Working with the current release of Oracle R2DBC, it should be possible to configure this as a system property "-Doracle.jdbc.proxyClientName=...", or you can configure this in a connection properties file.
OracleConnection class (https://docs.oracle.com/en/database/oracle/oracle-database/19/jajdb/oracle/jdbc/OracleConnection.html) has a field CONNECTION_PROPERTY_PROXY_CLIENT_NAME
We use this field in our application.
We are moving to R2DBC. Extended options supported by Oracle R2DBC in https://github.com/oracle/oracle-r2dbc/blob/main/src/main/java/oracle/r2dbc/OracleR2dbcOptions.java does not have field CONNECTION_PROPERTY_PROXY_CLIENT_NAME.
Please review and let me if there is any other way to pass proxy client name or it needs a fix.
The text was updated successfully, but these errors were encountered: