What are set operators in Oracle
Answers were Sorted based on User's Feedback
Insert else update option in which situation we will use
When you connect to repository for the first time it asks you for user name & password of repository and database both. But subsequent times it asks only repository password. Why?
There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?
i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow
What do you mean by DTM and Load manager and what is difference between load manager and load balancer?
What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME?
difference between repository database and repository service?
what is bridge tables in informatica
If a table contains 100 records we have to fetch 50-100 records from source to target?how
Hi Every One When i Start the Workflow, Table is Going to be Stored in the target database But the columns are not going to the target database table in my PC , please give me the solution and waiting for solution
As per Informatica PC help guide, while adding transformations to a mapplet,we have to keep this in mind: If you use a Sequence Generator transformation, you must use a reusable Sequence Generator transformation. May i know the reason behind this?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?