Work om_dbi with Oracle

Tags:

#1 Mikhail

Hi all,

we used CE version Nxlog, and have some truble.

Don't insert in DB params over 4000 simbols.
Query like INSERT INTO web_log ( param) VALUES ( TO_CLOB($param)).

The '$params' sending in driver(last oracle libdbi driver 0.9.0) like a string parametr those converted as VARCHAR(4000)

How this implemented in EE version?