How to fix the Oracle error LSX-00221: “~1S” is too short (minimum length is ~2d)?
In this post, you’ll learn more about the Oracle ErrorLSX-00221: “~1S” is too short (minimum length is ~2d) with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
LSX-00221: “~1S” is too short (minimum length is ~2d)
Reason for the Error LSX-00221: “~1S” is too short (minimum length is ~2d)
Cause: The length of the data is too short.
How to fix the Error LSX-00221: “~1S” is too short (minimum length is ~2d) ?
You can fix this error in Oracle by following the below steps
Action: Prepend extra characters (such as zeros or blank characters) to make the data longer.
Leave Your Comment