Answer Posted / chandu
for maintaing history
for analysing the business etc;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is xml source qualifier transformation in informatica?
How we can create indexes after completing the load process?
How do you handle two sessions in Informatica
What is the fact table?
Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?
can you please explain me pre session and post session options?
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
What is the scenario which compels informatica server to reject files?
What is the use of transformation?
explain abt ur project architecture?
Enlist the tasks for which source qualifier transformation is used.
What is an unconnected transformation?
Explain pmcmd command usage in informatica
What is the different lookup cache(s)?
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