What is RCP?
Answers were Sorted based on User's Feedback
Answer / madhusudhan reddy.d
In running the job the columns may change from one stage to
other stages & at the same time we will be loading the
unnecessary columns in the stage that doesn't required to
process.So we can load only the required columns to target
database, as this is done by enabling the RCP.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vijaya
RCP is know as Run-time column propagation
In the run of the job the columns may change from one stage
to another
Is This Answer Correct ? | 3 Yes | 0 No |
What r the existing server jobs in parallalism?
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
what is the use of materialized view?
CAN ANY ONE TELL ME THE ARCHITECTURE OF DATASTAGE CLEARLY....
cust id,cust quty like 1,101;1,102;1,103 i want output like cust id,cust quty 1 101,102,103 in oracle please write a query in oracle
I have a file it contain 2 records like empname,company as Ram, Tcs and Ram, IBM. But i want empname, company1,company2 as Ram, TCS,IBM in the target. How?
what is the main differences between Lookup, Join and Merge stages?
How you Implemented SCD Type 1 & Type 2 in your project?
where we use column generator stage in real time scenario?
Define oconv () and iconv () functions in datastage?
How a server job can be converted to a parallel job?
can we half project in parallel jobs and half project in server jobs?