You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilhom Ulmasov (Jira)" <ji...@apache.org> on 2023/02/20 12:16:00 UTC

[jira] [Created] (IGNITE-18849) Support CLOB in External Storage

Ilhom Ulmasov created IGNITE-18849:
--------------------------------------

             Summary: Support CLOB in External Storage
                 Key: IGNITE-18849
                 URL: https://issues.apache.org/jira/browse/IGNITE-18849
             Project: Ignite
          Issue Type: New Feature
            Reporter: Ilhom Ulmasov
            Assignee: Ilhom Ulmasov


Add support of CLOB data type to External Storage.

For example exception ORA-01461 is raised,  if try to write to Ignite's cache based on Oracle table with CLOB field

 
{code:java}
ORA-01461: can bind a LONG value only for insert into a LONG column need use JDBC {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)