79766206

Date: 2025-09-16 12:09:04
Score: 1.5
Natty:
Report link

You’re hitting Oracle’s 1000-item limit in IN lists — not the VARRAY size. For 15k values, load them into a table (temp/global/temp table) or pass them as a collection via PL/SQL, then join against that table/collection instead of hardcoding them in array_id(...).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: pakeeza