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:20:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-18849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilhom Ulmasov updated IGNITE-18849:
-----------------------------------
    Description: 
Add support of CLOB data type to External Storage .

For example exception ORA-01461 is raised, 
{code:java}
ORA-01461: can bind a LONG value only for insert into a LONG column need use JDBC  {code}
if try to write to Ignite's cache based on Oracle table with CLOB field.

We need to support CLOB in CacheJdbcPojoStore out-of-the-box
 

  was:
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}


> 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
>            Priority: Minor
>
> Add support of CLOB data type to External Storage .
> For example exception ORA-01461 is raised, 
> {code:java}
> ORA-01461: can bind a LONG value only for insert into a LONG column need use JDBC  {code}
> if try to write to Ignite's cache based on Oracle table with CLOB field.
> We need to support CLOB in CacheJdbcPojoStore out-of-the-box
>  



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