i'm not an oracle expert,
but i think it should no problem if the text content (introtext and maintext) is < 4000 character.
Check by this query (#__content -> content table):
SELECT ID, a.title, DBMS_LOB.getlength (introtext) n_introtext,
DBMS_LOB.getlength (maintext) n_maintext
FROM elx_content a
WHERE DBMS_LOB.getlength (introtext) > 2345
OR DBMS_LOB.getlength (maintext) > 2345
ORDER BY ID
Result:
ID | title | n_introtext | n_maintext
-----------------------------------------------------------------
27 | User friendly interface | 527 | 3984
There is a problem if to store > 4000 character.
I thinks it's elxis bug to store CLOB datatype?
[Note: Elxis using ADOdb as their database library, and ADOdb Support to store LOBs (BLOB, CLOB) ]
I found this error on installation process (default data sample):
ERROR:URI: index.php
Message: ORA-01704: string literal too longIt happen while trying to insert:
INSERT INTO elx_content VALUES (29, 'Φιλικό πεÏιβάλλον διαχείÏισης', 'filiko-perivallon', ' ...
INSERT INTO elx_content VALUES (31, 'Elxis License Guidelines', 'elxis-license-guidelines', ' ...
INSERT INTO elx_content VALUES (32, 'Οδηγίες για την Άδεια ΧÏήσης του Elxis', 'odigies-adeias-elxis', '...