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

IN with more than 9 element raise oracle.r2dbc.impl.OracleR2dbcExceptions$OracleR2dbcException: [17110] [99999] Warning:

Open larousso opened this issue 2 years ago • 3 comments

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 don't think this is a database issue. Is there a specific option to turn on or something to do to make it work ?

Thanks

larousso avatar Jul 11 '22 08:07 larousso

Hi @larousso. Can you share some code that would reproduce the issue?

Michael-A-McMahon avatar Jul 11 '22 15:07 Michael-A-McMahon

Hi, I can't share the query but it is a query that return a lot of in XML. I have done some test and it seems that the error depends on the size of the query

larousso avatar Jul 12 '22 16:07 larousso

In order to fix the issue, I'll need to understand how to recreate the issue. Rather than provide the exact query, could you provide a new query that recreates the issue?

Michael-A-McMahon avatar Jul 12 '22 18:07 Michael-A-McMahon

Hi @larousso. Sorry for the lack of progress on this, I let this issue sit for too long.

I'm just now noting that the error code, 17110, indicates a warning was raised by the database. So the SQL is not actually failing; Rather, the database is executing it, but it is also trying to warn us about something.

Another issue has cropped up about warnings recently: #93

You are more than welcome to join the discussion there, if you'd like to.

Michael-A-McMahon avatar Sep 28 '22 16:09 Michael-A-McMahon

Nice, i will try to filter warnings

larousso avatar Sep 28 '22 18:09 larousso

Should be fixed when #98 merges, so I'll close this issue. Thanks again for the discussion!

Michael-A-McMahon avatar Oct 05 '22 02:10 Michael-A-McMahon