what r the propertes of workflow? and write quary to select
dept more ten employess in dept.?
Answers were Sorted based on User's Feedback
Answer / srikanth
select count (*), deptno from emp group by deptno having
count(*)>10;
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
1.Work flow is used to start up the session on Informatica
server.
2.It is used to schedule the session on Informatica server
at specified date and time.
select * from emp where deptno=(
| Is This Answer Correct ? | 1 Yes | 1 No |
hi all, Can anyone please tell me the relationship between informatica and business objects
When do you use mapping parameters? (In which transformations)
Mapplets ( can you use source qyalifier, can you use sequence generator, can you use target)
What are the joiner caches?
can a port in expression transf be given the name DISTINCT
Suppose we have a (assume relational) source table Product_Id Month Sales 1 Jan x 1 Feb x . . . . . . 1 Dec x 2 Jan x 2 Feb x . . . . . . 2 Dec x 3 Jan x 3 Feb x . . . . . . 3 Dec x . . . . . . and so on. Assume that there could be any number of product keys and for each product key the sales figures (denoted by 'x' are stored for each of the 12 months from Jan to Dec). So we want the result in the target table in the following form. Product_id Jan Feb March.. Dec 1 x x x x 2 x x x x 3 x x x x . . So how will you design the ETL mapping for this case , explain in temrs of transformations.
when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure to achieve by using lookup?/
Different qualification between a related rotate toward the sky and isolates look upward?
What is a mapplet/worklet in informatica?
what are testing in a mapping level please give brif eplanation
How to recover the standalone session?
i want excute multiple sessions in one workflow using the "start task".what do i need to do?