What is difference between symmetric multiprocessing and massive parallel processing?
what is the use of materialized view?
how can i abort the job if i get more than 100 errors in job log?
Create a job to load all unique products in one table and the duplicate rows in to another table. The first table should contain the following output A D The second target should contain the following output B B B C C Q2. Create a job to load each product once into one table and the remaining products which are duplicated into another table. The first table should contain the following output A B C D The second table should contain the following output B B C
How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.
What are the types of views in datastage director?
What is the importance of the exception activity in datastage?
Name the command line functions to import and export the DS jobs?
country, state 2 tables r there. in table 1 have cid,cname table2 have sid,sname,cid. i want based on cid which country's having more than 25 states i want to display?
What are the types of containers in datastage?
Why do we use exception activity in Datastage?
I have a source table with column name CITY having 100 records, I want target table with column name start with 'A' and 'B',remaining columns as reject outputs. how can achieve this by data stage?please help me?????
what is 'reconsideration error' and how can i respond to this error and how to debug this