Showing posts with label ORA-12652. Show all posts
Showing posts with label ORA-12652. Show all posts

Thursday, 1 March 2012

ORA-12652: String truncated

ORA-12652: String truncated

Cause: Not enough memory was allocated for a string so it had to be truncated

Action: If it is OK that the string is truncated, then it is not an error. Otherwise, call the routine that reported the error again with a larger string buffer.