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