Archive for the ‘Oracle’ Category

Problems with Embedded Glassfish 4 Maven plugin and an expired certificate? This post will show you how to solve it.

If you run into the error “ORA-01795 maximum number of expressions in a list is 1000”, you’ll probably created a query that has to many elements in the IN-clause. To fix it, use the provided helper class to issue multiple queries with less than 1000 elements.


top