Question regarding communication b/w ETL server and DB

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
saikrishna
Participant
Posts: 158
Joined: Tue Mar 15, 2005 3:16 am

Question regarding communication b/w ETL server and DB

Post by saikrishna »

Hi

I have a question on the communication b/w ETL server and DB server for a particular scenario.

Assume that ETL server (DataStage) sits in machine A and DB server (Oracle) sits in Machine B.

I have a job with the following format

DBstage->Tfm->DBstage

DB stage will connect to oracle.
This job is about simple select from Table A and Insert into Table B without any transformations.

Case 1:
---------
With this parcticular scenario, will there be any data flow between ETL server and DB server back and forth.

Case 2:
-----------
If there are any transformations applied to the data from TableA and before we insert into TableB, would there be any data flow between Dbserver and ETL server back and forth?


Thanks
Sai
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, the data will flow through the ETL server in both cases.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Unless you play some games and contain everything within a single stage, data will "flow between" the ETL Server and the DB Server in all cases. And with both source and target db connections in the job, data will flow "back and forth".
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply