Hello
Haven't found similar questions on the forum.
I was using zabbix 2.4.5
Tried to upgrade to 3.0.1 today, but have failure
is there any way to avoid this?
nvarchar2 is limited with 2000 symbols in Oracle.
Haven't found similar questions on the forum.
I was using zabbix 2.4.5
Tried to upgrade to 3.0.1 today, but have failure
25086:20160420:164410.136 [Z3005] query failed: [-1] ORA-00910: specified length too long for its datatype [alter table hosts modify error nvarchar2(2048)]
SQL> alter table hosts modify error nvarchar2(2048);
alter table hosts modify error nvarchar2(2048)
*
ERROR at line 1:
ORA-00910: specified length too long for its datatype
alter table hosts modify error nvarchar2(2048)
*
ERROR at line 1:
ORA-00910: specified length too long for its datatype
nvarchar2 is limited with 2000 symbols in Oracle.
Comment