"single-byte Space" At The End Of The String Is Trimed / Truncated
(Doc ID 1639850.1)
Last updated on JANUARY 17, 2020
Applies to:
Oracle Provider for OLE DB - Version 10.2.0.2 and laterInformation in this document applies to any platform.
Symptoms
The "single-byte space" at the end of the string of a VARCHAR2 parameter is trimmed when calling PL/SQL Function/Procedure using OracleODEDB provider.
The single-byte space at the end of the string disappears.
'AB ' → 'AB'
' ' → ''
'A B' → 'A B'
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |