Can you explain repository tables in datastage?
No Answer is Posted For this Question
Be the First to Post Answer
how do u catch bad rows from OCI stage? And what CLI stands for?
how can we create a Sorrogate key in transformer stage? I want it in parallel mode
why do we need a datawarehouse when we have databases to store data?
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
i have source like deptno,sal 1,2000 2,3000 3,4000 1,2300 4,5000 5,1100 i want target like target1 deptno,sal 1,2000 3,4000 4,5000 target2 2,3000 1,2300 5,1100 with out using transformerstage
Define Data Stage?
souce file having the columns like name company krish IBM pooja TCS nandini WIPRO krish IBM pooja TCS if first row will be repeat i want the result like this name company count krish IBM 1 pooja TCS 1 nandini WIPRO 1 krish IBM 2 pooja TCS 2
Hi I have scenario like this s/r table T/r table ename,sal empno,ename,sal vijay,2000 1 , vijay, 2000 kumar,3000 2 ,kumar , 3000 ravi ,4000 3 ,ravi , 4000 How can i get target table like that without using Transformer stage?
How to create user defined environment varibale(parameter)?
I am having two tables called MASTER and DETAIL. I want to insert records to both tables. But one condition is that whenever the insert for MASTER table is success then only the records will inserted into the DETAIL table, otherwise abort the job. How can u design this job?
A flat file contains 200 records. I want to load first 50 records at first time running the job, second 50 records at second time running and so on, how u can develop this job?
Star Schema vs. Snow Flake Schema. What is the best model for DW? Give example for both the models performance wise?