Inserting data into Oracle table using Stored Procedures

Folk,Need your help… I’m updating a oracle table through a procedure. I’m calling this procedure through an LotusScript agent. In the Oracle table, I have CLOB field/column. In this CLOB field, If the text that I insert is more than 4000 characters, then i get this error message

"Data overflow in field ‘Field name’, Connector ‘connector name’, Method -Call-

"

Any idea like how to resolve it. Any help is much appreciated.

Thanks.

Thiyagarajan