How can u work with remote database in informatica?did you
work directly by using remote connections?
Answers were Sorted based on User's Feedback
Answer / swetha
To work with remote datasource u need to connect it with
remote connections. But it is not preferable to work with
that remote source directly by using remote connections
.Instead u bring that source into U r local machine where
informatica server resides. If u work directly with remote
source the session performance will decreases by passing
less amount of data across the network in a particular time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rekha
By using UNIX command i.e
$ ftp m get filename we can import the remote database
into our local system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to revert a global repository to local one and why?
what is informatica metadata?
How does the session recovery work.
write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500
While importing the relational source defintion from database,what are the meta data of source U import?
can you avoid static cache in the lookup transformation? I mean can you
Limitation of REPLACESTR. Is there any character limitation to it.
Can you start a session inside a batch individually?
What is Java Transformation? what are the uses of it?
What are the unsupported repository objects for a mapplet?
difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure