Answer Posted / jvdwhinfo
Using Seq. generator we can delete the desired record from
flat file.
Please let me know if you have any suggestions.
Thanks,
James
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Mention some types of transformation?
What are the types of schemas we have in data warehouse.
What is data transformation manager process?
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
Difference between Data and Index Caches?
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
Write the unconnected lookup syntax?
How can a transformation be made reusable?
What is the difference between a connected look up and unconnected lookup?
What are junk dimensions?
How many ways a relational source definition can be updated and what are they?
Differentiate between Load Manager and DTM?
What is dynamic cache?
Performance tuning in UNIX for informatica mappings?
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