oracle-r2dbc icon indicating copy to clipboard operation
oracle-r2dbc copied to clipboard

R2DBC Driver for Oracle Database

Results 32 oracle-r2dbc issues
Sort by recently updated
recently updated
newest added

I'm using this driver in a r2dbc connection pool which is meant to have variable size. The password for the database I'm accessing rotates hourly... I was hoping to extend...

As asked here: https://stackoverflow.com/questions/73061887/how-to-specify-parameter-type-in-r2dbc-when-using-stored-procedures `Parameters.out` seems to call JDBCs `registerOutputParameters` within it, but it seems to pass only the binding index and the type (I want to pass the type...

oracle-r2dbc version: 0.2.0 spring-boot: 2.5.2 Database: Oracle 19c r2dbc:oracle:thin:@ldap://server:port/database,cn=OracleContext,dc=WORLD Error: reactor.core.Exceptions$ErrorCallbackNotImplemented: io.r2dbc.spi.R2dbcTransientResourceException: [17002] [08006] Error de E/S: Invalid connection string format, a valid format is: "host:port:sid" (CONNECTION_ID=qyq8AuNhQreSmex/HBjgiA==) Caused by: io.r2dbc.spi.R2dbcTransientResourceException:...

Hi, I got an `oracle.r2dbc.impl.OracleR2dbcExceptions$OracleR2dbcException: [17110] [99999] Warning: ...` when I ran query with more than 9 element in a `IN` statement. There is no problems with JDBC so I...

Resolving issue #79, this branch declares an extended io.r2dbc.spi.Option to configure JDBC's timezone as region property. By setting the property to "false", Oracle R2DBC can connect to an Oracle Database...

This branch updates the bind type mapping tests to make use of R2dbcTypes NCHAR and NVARCHAR. These N types need to be configured if a String bind contains non-ascii characters....

When using the docker image provided at https://registry.hub.docker.com/r/gvenzl/oracle-xe with Testcontainers, specifically the `gvenzl/oracle-xe:11-slim` image, connections fail if the JVM's timezone is set to `Etc/UTC`. Setting the property `oracle.jdbc.timezoneAsRegion` as a...

This is a work in progress. I'm creating the pull request in order to verify if the new test action is working correctly. This branch adds a new action to...

Hi, Although the existing previous issues but I feel confused about what to do. So In this issue I will summarize what I am facing. **Development environment:** Spring, R2DBC, Oracle...

Quote from the readme: "Returning generated values is only supported for INSERT and UPDATE commands when a RETURNING INTO clause can be appended to the end of that command." Is...