How to fix the Oracle error TNS-12652: String truncated?
In this post, you’ll learn more about the Oracle ErrorTNS-12652: String truncated with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
TNS-12652: String truncated
Reason for the Error TNS-12652: String truncated
Cause: Not enough memory was allocated for a string so it had to be truncated
How to fix the Error TNS-12652: String truncated ?
You can fix this error in Oracle by following the below steps
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.
Leave Your Comment