question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Maximum number of expressions in a list is 1000

See original GitHub issue

I get this error message when using Contains in queries with a long list of parameters: ORA-01795: maximum number of expressions in a list is 1000. Working with Oracle 11. Is this a bug? And is there any workaround to fix this?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alexkehcommented, Mar 18, 2021

The Oracle EF Core 19.11 packages should be up on NuGet Gallery this month. The ODP.NET 19.11 packages already got uploaded.

The next Oracle EF Core 5 package will probably occur later on since that was just released last month and it’s based on 21c.

0reactions
oberreitermcommented, Mar 18, 2021

Hi, any timeline on when we could expect this bug fix to be released? Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there a workaround for ORA-01795: maximum number of ...
ORA-01795 : maximum number of expressions in a list is 1000. Issue: When user selects long list of values (greate or qual to...
Read more >
ORA-01795: maximum number of expressions in a list is ...
When an attempt is made to commit a session after removing a number of application artifacts, ORA-01795 error occurs.
Read more >
ORA-01795: maximum number of expressions in a list is 1000 ...
ORA-01795: maximum number of expressions in a list is 1000 Error When Associating more than 1000 Inventory Groups to an Entity (Doc ID...
Read more >
ORA-01795: maximum number of expressions in a list is ...
The limit in Oracle8 is 1000 expressions. There is a bug 495555, filed against the error text giving the wrong number (254). However,...
Read more >
ERROR: "ORA-01795: maximum number of expressions in a ...
​This is an Oracle database limitation where you can use only 1000 list in IN clause for the given query. Solution.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found