Answer Posted / radhakrishnansk
Thru' sessions
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which development components of informatica have the highest usage?
What are the designer tools for creating transformations?
How to extract the informatica rejected data?
Which transformation should we use to normalise the COBOL and relational sources?
Under which circumstances, informatica server creates reject files?
What is an unconnected transformation?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
What are the databases that informatica can connect to windows?
EXL informatica Questions
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 do you manage the Parameter files while migrating your data from one environment to another environment?
Explain transaction control transformation in informatica
Is it possible to define a single node as a Gateway node as well as worker node?
can u any challenge your project?
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?