Hi, I have just setted a Oracle Database 12.1 and I want to create a fresh install of Zabbix in that machine (not for monitoring purposes, only for database backend).
I have followed all instructions (UTF8, user permissions, .....) and I have executed schema.sql, images.sql into Oracle, but when I run data.sql I got this error:
ERROR at line 7:
ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual:
7931, maximum: 4000)
I have googled, but nothing to do. Can anybody help me?
Regards,
Javier.
I have followed all instructions (UTF8, user permissions, .....) and I have executed schema.sql, images.sql into Oracle, but when I run data.sql I got this error:
ERROR at line 7:
ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual:
7931, maximum: 4000)
I have googled, but nothing to do. Can anybody help me?
Regards,
Javier.
Comment