Saturday, September 21, 2013

Transfering CLOB Data to BLOB using Informatica...Part - III

After discussing with Nilesh, came to know that if we defined Source Qualifier Data Type to varchar [instead of text, which comes by default when you pull clob source to an informatica mapping] it will load 4000+ character data without giving any Oracle Error.

To verify the same, I created new clob table as below

create table ClobTest
(id number,
clobData clob
);

I have inserted 4000+ character data to clobData column of ClobTest table. To know how to insert 4000+ characters into CLOB column please refer link http://gogates.blogspot.in/2013/09/inserting-clob-data-which-is-more-than.html

Now, I have imported ClobTest table to a mapping as below. In mapping my target will be FlatFile.

 If you see, by default, informatica has taken data type as text with length / precision as 4000. 

When I ran the mapping workflow executed successfully and inserted 4000 characters to target text file.

Now, error occurred at office might be because of Informatica or Oracle version which I need to confirm. Here, I am using Informatica 9.0.1 Hot Fix and Oracle 10.2.0 Standard Edition.

Will verify it soon..

1 comment:

  1. I feel Informatica and other aspects really help in providing and finding out more complex operations and solutions that can easily lead to find the best and real aspects for the IT world.

    Informatica Read Soap Api

    ReplyDelete

All about CSS

From book HTML & CSS - Design and Build Websites - Jon Duckett CSS works by associating rules with HTML elements. These rules govern how...