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 will happen if we allow duplicates in datastage lookup abort drop record 1st value of duplicate record none

1 Answers   Wipro,


in oracle target stage when we use load option and when we use upsert option?

0 Answers  


How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.

0 Answers   CTS,


How complex jobs are implemented in datstage to improve performance?

0 Answers  


How to remove ctrl M or(^M) characters in file using Sequential File stage?

2 Answers   Bank Of America, Satyam,






Can aggregator and transformer stages use to sort the data? How ?

2 Answers  


what is the unix script to run the job? Please mention commands which we use often?

3 Answers   TCS,


eno ename 1 qaz 1 wsx 1 edc 2 zxc 2 asd 3 qwe 3 wer 3 tru 4 rgj Output: eno ename count 1 qaz,wsx,edc 3 2 zxc,asd 2 3 qwe,wer,tru 3 4 rgj 1 I want the above output to be solved by DataStage as well and I have to write SQL query for the same output.

4 Answers   Wipro,


what is the use of surogate key in datastage

3 Answers  


can explain wt is the pool for file.

1 Answers   CTS,


What is the project in datastage?

0 Answers  


how to do pergformence tuning in datastage?

4 Answers   MCA, Symphony, TCS,


Categories