Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?
What is tracing level and what are the types of tracing level?
i have 2 mapings for this 2 mapings i want use only one lookupt/r how?
hi guys..iam a QA person ..what is ETL TESTING... what is the process of ETL testing... ETLTESTER needs etl devolopment knowledge or not? pls suggest ur valuable decision
The structure of source file is as below: Source structure(two fields) Name, Card NUmber A, 111111111(SSN) A, 01010101(Creditcard number) A, 34343434(Debit card number) B, 55555555(Creditcard number) C, 77777777(Debit card number) Target Structure(4 fields) Name,Credit card,SSN,Debit card A,01010101,111111111, 34343434 B,55555555,, C,,,77777777 Corresponding to one name there can be maximum 3 rows and minimum zero rows. Given that I do not know which record might have a particular type of number. How can I handle above requirement with informatica transformations?
How can you run a session without using server manager?
What is the use of code page?
How i can Schdule the Informatica job in "Unix Corn Schduling tool" ?
following table source name gender a1 male a2 female how to change 'male' to 'female' and 'female' to 'male'
After we make a folder shared can it be reversed?Why?
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
i have oracle table A and target B. i don't know how many records. i want get get last record in table A as first record in target table B. write a sql query?