what is usage of datastage with materialized views
Answer Posted / srinu
materialized views are used in lookup stage,for data refernces in local machine.these does not import physical data into local machine just refernces by using materialized views
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How can one find bugs in job sequence?
What can we do with datastage director?
What are the partitioning techniques available in link partitioner?
How to Remove Duplicate using SQL?
How do you import and export data into datastage?
How can we improve the performance in datastage?
What is the importance of the exception activity in datastage?
On which interface you will be working as a developer?
Explain the situation where you have applied SCD in your project?
How to reverse the string using SQL?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
How can you write parallel routines in datastage PX?
what is flow of project?
What is a merge?
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)