Page 1 of 1

how to use the orchestrate.columnname in the database stage

Posted: Thu Nov 25, 2004 11:38 am
by dsfan
i am new to parallel extender.i have seen some parallel jobs recently and i found out that orchestrate.columnname is used in the where clause of the oracle database stage which is accessed by a lookup stage.i want to know what this orchestrate.columnname represents.is it the column name of the other link going to the lookup stage and for using orchestrate.columnname do we have to use any job parameter.

Posted: Mon Nov 29, 2004 10:33 pm
by T42
orchestrate.[column_name] is basically Orchestrate's method in passing on data values that are provided on the input link to this database stage. If you ever coded in PL/SQL, you should understand this concept immediately.