In Oracle, ensure you are using CLOB (Character Large Object) columns rather than VARCHAR2 (which is limited to 4000 bytes) to store massive text blocks.
you are seeing with the text?
When long text fields (e.g., Terms & Conditions) are printed or exported to PDF, they often get cut off. A common solution in systems like Acumatica is to ensure the control setting is configured for rich text or to use a subreport. IXWare Builder.exe
Here is a synthesis of how to handle long text fields and potential limitations, which may address the issues you are encountering: In Oracle, ensure you are using CLOB (Character