Page 1 of 1

What is a Passive Stage

Posted: Fri Oct 20, 2006 12:43 pm
by tiozzo
I've read documention referring to a Passive Stage. Just wondering what it referring to


Thanks

Re: What is a Passive Stage

Posted: Fri Oct 20, 2006 12:48 pm
by DeepakCorning
Book Definition --

"....Passive stages in server jobs (e.g., ODBC stages, Sequential File stages,
UniVerse stages), are used to read or write data from a data source. The
read/write link to the data source is represented by the stage itself, and
connection details are given on the Stage general tabs....."

Re: What is a Passive Stage

Posted: Fri Oct 20, 2006 12:51 pm
by dsscholar
Stages in DataStage can be classified as active and passive stages..
Stages like Transformer which accept an input and perform some transformations and then move the data to some stage are active stages

Where as stages like IPC, Sequential file which dont actually do any processing are passive stages.

Posted: Fri Oct 20, 2006 12:53 pm
by tiozzo
Thanks !

Posted: Fri Oct 20, 2006 1:00 pm
by DeepakCorning
tiozzo wrote:Thanks !
Can this be marked as resolved?? :lol:

Posted: Fri Oct 20, 2006 2:24 pm
by ray.wurlod
If you open a stage in the Stage Types branch of your repository and open the properties of any stage type (technically what you're now looking at is the definition of the class), you will see that active/passive/other is a property of the stage.

Question: how is the FTP stage categorized? Why do you think this is?

Question: how is the ORABULK stage categorized? Why do you think this is?

Stay tuned.