How can you run a session without using server manager?
Using PMCMD command from command prompt.
Below link is helpful...
http://www.folkstalk.com/2012/10/pmcmd-command-usage-in-informatica.html
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the various types of transformation?
I have table with ID,PRD_DT,PRD_FLAG,CUST_DT,CUST_FLAG I need to get max date and its corresponding flag for both the date columns. Ex:- 1A,10/3/2015,AC,10/3/2015,XY 1A,10/4/2015,AB,10/2/2015,XZ Output needed 1A,10/4/2015,10/3/2015,XY I have 100 million + in the table so avoid self-join...
SOURCE NAME SAL GANGA 30000 RAJU 20000 PAVAN 25000 TARGET NAME SAL MAXSAL GANGA 30000 30000 RAJU 20000 30000 PAVAN 25000 30000 in mapping level how to achive that
surrogate keys usage in Oracle and Informatica?
5 Answers ITC Infotech, Oracle,
I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in 3rd target? I am new to Informatica,can anybody suggest me the idea?
What is the internal processes of integration server in Informatica? How data will be extract and load to the target?
where to store informatica rejected data?
How to send duplicates to one target and unique rows to one target?target is empty
i having mapping emp---> sq_emp--->target using this mapping i have to load dept table values into target... (condition assume there is no primary and foreign key relation between emp(table x) and dept (table Y))
How can i generate Seqence Numbers to Tagret Table (with out using Seqence Gen Trans,Rank Trans).
How to load query faster,so that It will take less time to load?
I have name like INDIA in a column. I want display 1st line A, 2nd line N, 3rd line D, 4th line I, 5th line A in oracle data base?