Hi All,
I am using Oracle 19c client for the Oracle 11g Database.
The application is using System.Data.OracleClient.dll to connect to the Database.
Application connects to the procedure and the procedure return a varchar in the Output parameter. Unfortunately the output text is getting truncated.
Did anyone face this issue. If so what is the work around for this.
Note: I cannot change anything in the code as this will trigger to test all the applications depended on this.