there are two schemas x and y are there. some data is in x
schema. i want to use that in y schema..how can i use?
please give some possibilities

Answers were Sorted based on User's Feedback



there are two schemas x and y are there. some data is in x schema. i want to use that in y schema....

Answer / brajesh kumar

In most of the cases we dont have the required data in one
schema and it should nt be if its not of same level of
importance. comming to ur question,we can 2 cases:
1. if both schema are present in same database instance.
2. if both schemas are on different database instance.
for 1. we can access data from any schema via sql query
within dtabase connection stage on datastage. the sql
structure wud be according to the required output.

for 2nd one. we need to use 2 database stage and then via
join or other database filter stages u can get ur desired
output.

Is This Answer Correct ?    8 Yes 1 No

there are two schemas x and y are there. some data is in x schema. i want to use that in y schema....

Answer / nish

since you know the schema already use the modify stage and also make sure that RCP is enabled.
This will help you ensure you get the columns you need.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Data Stage Interview Questions

What is data partitioning?

0 Answers  


How can u execute the sql query through unix? What is the Primary key for Dimension table? what is the primary key for Fact table?

5 Answers   TCS,


How you can fix the truncated data error in datastage?

0 Answers  


i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu

0 Answers  


How can we do null handling in sequential files

3 Answers   Reliance,






Hi Friends, I have a input data like, class_id Marks 101 50 101 60 101 40 102 90 102 35 And i want my output data like class_id Marks Rank 101 50 2 101 60 1 101 40 3 102 90 1 102 35 2 how to do this in datastage?

8 Answers   Cognizant, HCL, TIAA CREF,


what is use of SDR function?

0 Answers   CGI,


how can we create rank using datastage?what is the meaning of rank?

0 Answers   IBM,


What is datastage?

0 Answers  


What is difference between symmetric multiprocessing and massive parallel processing?

0 Answers  


What is Horizontal transformation, vertical transformation,diagonal transformation?

2 Answers   Cap Gemini,


WHAT IS FORCE COMPILE?

3 Answers   FIS, HCL, Polaris,


Categories