Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3724 Points
726 Posts
Feb 22, 2012 02:21 AM|LINK
I suspect your return result is greater than 4000 bytes.
And as I expected, I checked Oracle documentation, and CLOB IS NOT SUPPORTED in CONNECT BY type statements.
You will have to rethink what you are trying to accomplish and how to accomplish it.
Lannie
Contributor
3724 Points
726 Posts
Re: Concate all values of table in single row
Feb 22, 2012 02:21 AM|LINK
I suspect your return result is greater than 4000 bytes.
And as I expected, I checked Oracle documentation, and CLOB IS NOT SUPPORTED in CONNECT BY type statements.
You will have to rethink what you are trying to accomplish and how to accomplish it.