Data loading issue with nclob datatype

I have a datatype as varchar2 in source table and when I load the data in the target table it is mapped to nclob datatype.when I run the mapping , there are junk values in my target table which has nclob datatype.Could you please let me know how to solve the issue.Thanks in advance

Questions by mhnoor

Showing Answers 1 - 1 of 1 Answers

Talk2Raghu

  • Sep 4th, 2006
 

hi, you can use an expression transformation and by creating an outport,you can try to convert the data depending upon the nature of it,

like

 to_char,to_date etc

 if you are not satisfied then please pose your question once again in detail.

bye

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions