source table have single column single record having with
single space.
load that source record into trg . trgt having two columns
and the
SOURCE TABLE LIKE
COL1
BHANU PRASAD
TRGT TABLE
COL1 COL2
IN THAT LOAD THE RECORD IN THE trgt table LIKE
COL1 COL2
BHANU PRASAD
HOW ? TELL ME PLZ
Post New Answer View All Answers
What is the benefit of partitioning a session?
Explain pushdown optimization and types in informatica
What is meant by incremental aggregation?
How do you manage the Parameter files while migrating your data from one environment to another environment?
What are the conditions needed to improve the performance of informatica aggregator transformation?
Differentiate between router and filter transformation?
Different sorts of metadata that stores in the storage facility?
What is the maplet?
What is the cumulative sum and moving sum?
I have a flat file, want to reverse the contents of the flat file
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
Explain the pipeline partition with real time example?
What is a grid in Informatica?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?