Mention few power centre client applications with their basic purpose?
No Answer is Posted For this Question
Be the First to Post Answer
what is mystery dimension?
What are the scheduling options to run a sesion?
SOURECE Name id dept sal 1 a1 A 100 2 b1 B 200 3 c1 C 300 4 d1 D 400 TARGET: Name id dept sal 1 a1 A 100 2 b1 B 200 3 WER1 567 300 4 d1 D 400 I HAVE SOURCE AND TARGET. HOW TO VALIDATE DATA? TELL ME 5 STEPS ABOVE TABLE?
what is datamart
What is the difference between Oracle performance and Informatica Percfomance? Which performance is better?
What do mean by local and global repository?
pmscmd startworkflow -sv <host name> -d <domain name> -u <user name> -p <password> -f <folder name> <workflow name> while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?
IF Sorce table contains CLOB as its one data type then i get error at the target table. How can this be resolve?
How many numbers of sessions can one group in batches?
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
my sourse is like id name sal--1 aa 1000 ,2 bb 2000, 3 cc 3000 4 dd 4000, 5 ee 6000 , 6 ff 7000 and so on but myrequirement is like this id name sal up_sal,1 aa 1000 null,2 bb 2000 1000, 3 cc 3000 2000 4 dd 4000 3000, 5 ee 5000 4000 , 6 ff 6000 50000 and so on so how can i get it plez reply for this as soon as possible , thanks in advanced
What are reusable transformations in how many ways we can create them?