Hello,
I am getting error on IS server log as
2010-10-26 20:32:54 PDT [PRT.0101.0512W] *** Database Storage problem. Exception: [wm-cjdbc36-0007][Oracle JDBC Driver][Oracle]ORA-12899: value too large for column “B2BVTP_AUDIT”.“PRTPROCESS”.“CONTEXTSTACK” (actual: 3992, maximum: 3500)
The CONTEXTSTACK is set to : CONTEXTSTACK VARCHAR2(3500 BYTES)
Earlier it was set to CONTEXTSTACK CHAR(1000 BYTES) at that time I was getting error like
[wm-cjdbc36-0007][Oracle JDBC Driver][Oracle]ORA-12899: value too large for column “B2BVTP_AUDIT”.“PRTPROCESS”.“CONTEXTSTACK” (actual: 1220, maximum: 1000)
To resolve this problem I have set field valur to 3500, But still I am facing the above error.
Could anyone help me for the same.
Thanks in advance,
Archana