What is the method of loading 5 flat files of having same
structure to a single target and which transformations I can
use?
Answer Posted / deepu
To load 5 differnt files of same format .first creat a
directory in Unix and copy all the file into this directory
and using the option as Indirect load in session properties
give the loaction of unix in source and it will enable to
load all the 5 files in single run in to a target . if we
have 5 diff files in 5 different formats then firstly
convert all in to one format and then proceed as explained
aboue.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is data transformation manager process?
What are the different lookup cache(s)?
What is the status code in stored procedure transformation?
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
What is dynamic cache?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
wf dont have integration severances how you can run?
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
What is the function of look up transformation?
Difference between Target-based loading and constraint-based loading?
What are the reusable transformations?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
What is rank index in rank transformation?
As union transformation gives UNION ALL output, how you will get the UNION output?
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?