How can you join flat file, oracle as a sources?
Answers were Sorted based on User's Feedback
Answer / kalyanreddy
Hi Vijay,
first populate flatfile data to orale db
two methods,
1. write a join query in source oralce stage and link to
target.
2. take two oracle sources like s1 and s2 , use join stage
and link to target
or
direct method
3.take flat file and oracle source, use join stage and link
to target.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / kiran
hai vijay..,
See Whats the Question and please first clear ur
questions.then give proper answer boss.by using flat files
also u can join and populated to target.please clear ur
quetion.
Thanks & Regards
Kiran
09393363309
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / bharathd
By using Seqfile stage(flat file) and Oracle(Dynamic RDBMS
stage)to extract the data from sources, the join the data
using join stage.
| Is This Answer Correct ? | 1 Yes | 0 No |
Question 4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 Singal Source and Singal Target only subash,
what is sparse lookup?
Differentiate between datastage and datastage tx?
how to configure databases through datastage
how to handle null values in sequential file?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
create a job to get the previous row salary for the current row.if there is no previous row exists for the current row,then the previous row salary should be displayed as null? empid salary previoussalary 10 1000 null 20 2000 1000 30 3000 2000 40 4000 3000
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
why do we need a datawarehouse when we have databases to store data?
data stores in which location while using data set stage as the target?
what is advantages of snowflake when it is used?
What are the different kinds of views available in a datastage director?