i have one table like
cust_id ph1 ph2 ph3
1002 9290123526 97671927210 9876545232
we use Normalizer wt is o/p?
sue normalizer we can generate three tables in single table/
Answer Posted / surendra
Please give the exact requirement
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What you know about transaction control transformation?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
Mention a few design and development best practices for informatica?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
What is the difference between stop and abort in informatica
On which transformations you created partitions in your project?
Explain informatica architecture - version 8 / 9
Explain what transformation and how many are there in informatica?
What are the transformations that are not supported in mapplet?
How many types of sessions are there in informatica.please explain them?
What is confirmed fact in dataware housing?
Enlist the tasks for which source qualifier transformation is used.
Make a note of the quantity vaults made in informatica?
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