Login  Register

Oracle XMLTYPE/BLOB/CLOB to Kudu

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

Oracle XMLTYPE/BLOB/CLOB to Kudu

Roshan
1294 posts
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
| More
Print post
Permalink

Re: Oracle XMLTYPE/BLOB/CLOB to Kudu

ErmanArslansOracleBlog
Administrator
5727 posts
This post was updated on Dec 23, 2020; 12:26pm.
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
| More
Print post
Permalink

Re: Oracle XMLTYPE/BLOB/CLOB to Kudu

Roshan
1294 posts
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
| More
Print post
Permalink

Re: Oracle XMLTYPE/BLOB/CLOB to Kudu

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

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