Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oos_util_string.listunagg fires the "ORA-22813: operand value exceeds system limits" exception #185

Open
whatsupbros opened this issue Apr 26, 2018 · 0 comments

Comments

@whatsupbros
Copy link

whatsupbros commented Apr 26, 2018

Oracle 11g Express Edition

When I try to invoke the oos_util_string.listunagg function (any version of it), it fires the ORA-22813: operand value exceeds system limits exception.

This is because the type oos_util.tab_vc2 is defined as table of varchar2(32767) (and it is used as returning datatype for the pipelined function). But the SQL varchar2 does not support length greater than 4000 (at least in 11g). When I changed the length to 4000, everything worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant