Two different admin users created for repository are ______ and_______
Data is passed from one active trans and one passive trans into a passive transformation.Is the mapping valid or invalid?
In warehouses how many schemas are there?
Without using any transformations how u can load the data into target?
My source table look like ID Name Location Salary 0000001 ran tpty 1000 0000002 ram DELHI 2000 hju-hji raj hyd 1000 my target table should be ID Name Location Salary 1 ran tpty 1000 2 ram DELHI 2000 hju-hji raj hyd 1000
tell me the informatica architecture
What is the difference between Oracle performance and Informatica Percfomance? Which performance is better?
If a table contains 100 records we have to fetch 50-100 records from source to target?how
I have Employee table, 10 cols are connected to next transformation, only 4 cols are selected in SQL override. What would be passed to next col.
what is inline view?
What is a transaction control transformation?
Write a query to display Which deptno is containing highest Sal > avg (sum (Sal)) of all deptno; Avg (sum (Sal)) o f all deptno= 9675 Deptno, sum (Sal) 10 8750 20 10875 30 9400
In a table, 4 person having same salary. How to get Third person record only?