why we use source qualifier transformation?
Answer Posted / manoj
source qualifier transformation represent the records that
the informatica server reads when it runs a session.
| Is This Answer Correct ? | 38 Yes | 8 No |
Post New Answer View All Answers
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
What is sq transformation?
State the differences between sql override and lookup override?
where to store informatica rejected data?
Design time, run time. If you don't create parameter what will happen
Can we create two repositories on same database instance in oracle?
Whats the difference between informatica powercenter server, repositoryserver and repository?
What is meant by query override?
What are the different components of powercenter?
What are the different transaction levels available in transaction control transformation?
server hot-ws270 is connect to Repository B. What does it mean?
What do you mean incremental aggregation?
How many ways are there to create ports?
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