Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Too big IN-Clause

Hello everyone,

we are moving from a JDO based persistence solution to eclipselink (2.4.1.v20121003-ad44345) but we are faceing a problem with in clauses. In some cases the argument list is too long and the oracle database throws ORA-01795“. Is there a workaround without changing our queries? Can I manipulate the SQL-call somewhere to split the arguments in smaller chunks? I need a generic way to do so.

 

Thanks in advance.

 

Yours

Steffen Förster


Back to the top