Idea Summary
Shuttle items is currenlty not able to process a large amount of selected rows. If the concatenated string (or JSON array) gets too big, an ORA-06502: PL/SQL: Character buffer too small exception is raised.
![](apex_pm/fr/files/ZyR4XnopzDZYvRTFEmjqkNu08BnUd6jpBHpeGd3JLf2UicEHTD)
Since there is no Session State Data Type so select, its not possible to change this to CLOB
Use Case
e.g from our use case: assigning houndrets of users to a specific client in our administration app.
Preferred Solution (Optional)
No error.