Oracle DBA, How To, Error, Cause and Action

ORA-01489: result of string concatenation is too long

ORA-01489: result of string concatenation is too long


Cause:


String concatenation result is more than the maximum size.



Action:


Make sure that the result is less than the maximum size.

No comments:

Post a Comment

Thanks for your comment.