Oracle XMLTYPE/BLOB/CLOB to Kudu

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Oracle XMLTYPE/BLOB/CLOB to Kudu

Roshan
Oracle DB 12.1.0.2

Hello Erman,

XMLTYPE/CLOB and BLOB datatypes are not supported on Kudu.

Can you please suggest how to replicate these fields from Oracle to Kudu?

Thanks,

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: Oracle XMLTYPE/BLOB/CLOB to Kudu

ErmanArslansOracleBlog
Administrator
This post was updated on .
I guess you will write them as binary,sting type..
I don't know which tool you use here, but you need to make that conversion.

This is also written in Striim Kudu writer documentation.

https://www.striim.com/docs/en/kudu-writer.html
Reply | Threaded
Open this post in threaded view
|

Re: Oracle XMLTYPE/BLOB/CLOB to Kudu

Roshan
Hi,

I tried the date conversions from the Kudu writer documentation. I think I will check with Cloudera since the data type (binary) does not seem to work on Kudu.
Reply | Threaded
Open this post in threaded view
|

Re: Oracle XMLTYPE/BLOB/CLOB to Kudu

ErmanArslansOracleBlog
Administrator
The following page says, binary is a supported column type in Kudu ->

https://kudu.apache.org/docs/schema_design.html