oracle-r2dbc
oracle-r2dbc copied to clipboard
R2DBC Driver for Oracle Database
Hi guys, I would like to migrate from regular jdbc call stored procedure to r2dbc, problem is that original code use XmlType as input and output parameter is possible to...
After updating to 1.3.0 users may see the error listed in the title of this issue. In most cases it can be resolved by setting [DEFAULT_LOB_PREFETCH_SIZE](https://github.com/oracle/oracle-r2dbc/blob/dbb4daa642a5c3a6911a3892c37a635f005d3464/src/main/java/oracle/r2dbc/OracleR2dbcOptions.java#L193) to the value of...
Given this code ```java Flux resultFlux = databaseClient .sql("SELECT TOP 101 * FROM ExampleTable") // Still fetch 101 from DB .fetch() .all() .take(100); // Reactor stops after 100 items resultFlux.subscribe(...
I've got a descriptor that looks like this (DESCRIPTION= (ADDRESS_LIST= (ADDRESS=(PROTOCOL=TCP)(HOST=host1)(PORT=1521)) (ADDRESS=(PROTOCOL=TCP)(HOST=host2)(PORT=1522)) ) (FAILOVER=ON) (LOAD_BALANCE=OFF) (CONNECT_DATA= (SERVER=DEDICATED) (SERVICE_NAME=db1) ) ) I would like to add SSL_SERVER_CERT_DN for both host1 and...
This PR was automatically created by Safer, an open-source tool that updates vulnerable dependencies with compatible and more secure versions. Analyzed commit: 2f5d43406b1adf1de6640eb911486b3629ac1fd2 File updated: pom.xml Vulnerabilities reduced: 2 ->...
Hi there 👋, I'm [Safer Bot](https://gitlab.com/lsi-ufcg/vulnerabilidades/safer)! Safer is an open-source tool that automatically updates vulnerable dependencies to more secure and compatible versions. Our goal is to help maintainers keep their...