Label in Informatica. How to remove existing Label.
Answer Posted / zaaxs
Labeling is used to migrate specific jobs between ENV.
Ref the below link i found it useful
https://etltechsolutions.wordpress.com/2015/02/02/how-to-remove-label-in-informatica/
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Explain scd type 3 through mapping.
Is there any target staging area in informatica not staging area
What's the layout of parameter file (what does a parameter file contain?)?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
Define filter transformation?
What is an expression transformation in informatica?
What do you mean by enterprise data warehousing?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
What is status code in informatica?
What all join we can perform in LOOKUP transformation?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
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
How can repository reports be accessed without sql or other transformations?
What is rank transformation?