I have defined an VARCHAR2(2000 CHAR)
field in the database. Often, we run into issues where the client input is more than 2000 characters and we end up missing out on the record. I am not sure if setting the field(s) to maximum characters would be the best way to solve this.
What would be the best way to handle such arbitrary large text input ?