What is the main difference between peek stage and copy
stage
Answers were Sorted based on User's Feedback
Answer / k ramesh reddy
peek stage prints record column values to the job log which
can be viewed in director. it can have a single input link
and multiple output links.
copy stage copies input data( a single stream) to one or
more output data flows.
| Is This Answer Correct ? | 4 Yes | 1 No |
In datastage both peek and copy stages are called stub stages.
Copy stage allows us to copy the input records into multiple o/p links, includes file stages or processing stages.
peek stage is one of the debug stage, which allows us to view
the sample no of records in log or to output file, but not to
any other processing stages.
| Is This Answer Correct ? | 0 Yes | 2 No |
Difference between flat files and relational sources?
how do u decide whether u need to do aggregations at database level or at Informatica level?
What is staging area referring to?
list the transformation used for the following:Heterogeneous sources,Homogeneous sources,Find the 5 highest paid employees with in a dept,create a summery table,generate surrogate keys
what is the advantage of persistent cache? when it should be used?
what is Forward,Reverse and Re_engineering?
What is initial load and what is full load?
Hi, Lookup() is what kind of join ?
what are the concerns of OLTP and DSS systems?
how do u extract data from different data sources explain with an example?
Explain about power designer data modeling software?
how to join two tables without using joiner transformation .advantages of joiner over lookup and vice versa.