What is difference between Informatica 6.2 Workflow and
Informatica Workflow 7.1
Answer Posted / vani
New features in Informatica 7.1:
1)Union and custom transformations
2)Look up on flat files
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between mapping parameter and mapping variable?
What do mean by local and global repository?
What are Dimensional table?
What is a repository? And how to add it in an informatica client?
What are the new features of Power Center 5.0?
What is the difference between STOP and ABORT options in Workflow Monitor?
Enlist the advantages of informatica.
What is meant by query override?
How do you load alternate records into different tables through mapping flow?
How do you load only null records into target?
What do you mean by worklet?
What is a sequence generator transformation?
How can we use mapping variables in informatica? Where do we use them?
How do you migrate data from one environment to another?
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