You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2023/04/21 12:19: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 ]

Aleksey Plekhanov updated IGNITE-18849:
---------------------------------------
    Release Note: Added LOB and BLOB fields support to CacheJdbcPojoStore

> Support CLOB in External Storage
> --------------------------------
>
>                 Key: IGNITE-18849
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18849
>             Project: Ignite
>          Issue Type: New Feature
>    Affects Versions: 2.14
>            Reporter: Ilhom Ulmasov
>            Assignee: Ilhom Ulmasov
>            Priority: Minor
>              Labels: ise
>             Fix For: 2.15
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)