Details
-
Type:
Bug Report
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: 7.12.0
-
Fix Version/s: 7.13.0, 7.12.1, 7.13.0-alpha1
-
Component/s: webapp
-
Labels:None
Description
In Oracle db, the maximum number of characters to store is restricted to 2000.
When a user with setup Oracle db tries to enter 2000+ characters in the annotation of user operation log in the webapps, they will receive an exception:
ORA-01401: inserted value too large for column
The limit in the webapps is 4000 which works fine for the other databases.