How will you update the row without using update statergy?
Post New Answer View All Answers
Explain joiner transformation in informatica
What is the commit type if you have a transaction control transformation in the mapping?
Whats there in global repository
How to handle decimal places while importing a flatfile into informatica?
What is the sql query overwrite in source qualifier in informatica
difference between informatica 8.1.1 and 8.6
What is the difference between a connected look up and unconnected lookup?
What is a sequence generator transformation?
How to load last n records of file into target table - informatica
Is stop and abort are same in informatica?
What is a joiner transformation?
What is joiner transformation in informatica?
How can we delete duplicate rows from flat files?
How to differentiate between the active and passive transformations?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM