On a multilingual environment the Load Data Warehouse (DWH) full load job fails on Oracle with the error below:
[CA Clarity][Oracle JDBC Driver][Oracle]ORA-12899: value too large for column "PPM_DWH"."DWH_LKP_TRANSLATION"."TRANSLATION" (actual: 1500, maximum: 255)
(Note: Value for "actual" may vary.)
Database: Oracle
A translation with a value over 255 characters was entered on a lookup value, for a language included in the Data Warehouse
select * from DWH_LOOKUPS_V where length(NAME )>255
As a best practice, we recommend translation names for lookup values be short and concise and under 255 characters
See also KB: Data Warehouse (DWH) known issues