Answer Posted / sanjay
Informatica issue a status code when it's run the stored
precedure transformation , it is use for error handling of
store procedure .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you load only null records into target? Explain through mapping flow.
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
What is exclusive and normal mode for repository services?
What are the main issues while working with flat files as source and as targets ?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
How to join three sources using joiner?
Is there any target staging area in informatica not staging area
What is informatica powercenter repository?
How is union transformation utilized?
What are Dimensional table?
What is the difference between a connected look up and unconnected lookup?
How identifying bottlenecks in various components of informatica and resolving them?
What are the uses of etl tools?
How to go to the older version for a mapping?
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