how you will maintain version?
Answers were Sorted based on User's Feedback
Answer / sandeep
As per my knowledge,Using 'Check out' and 'Check in'
options we are maintaining the vesion.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sp
For maintaining the versions the first and foremost thing is to make sure the versioning on the repository is enabled. If versioning is enabled the developers will get an option to check-in and check-out code. Every time the code is checked-out, saved and checked-in a new version of the object is created with the version number incremented by 1 with each check-in.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / binu
Using the Versioning tab in the menu bar.
Checkout is used to edit and save.
Checkin used to release the saved code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Differentiate between Load Manager and DTM?
What is IQD file?
What is informatica etl tool?
2,if we have 3 pipeline containing 3 targets and each target is connected with diff sequence generator ,let us assume first target is populated with seq no1-9,so what would be the number generated by other two sequence generator?what is the diff in o/p if when we use reusable sequence generator?what would be the diff if we place expression in between target and sequence generator?
What is the benefit of partitioning a session?
how to use incremental load?
How to load data into 3 target tables which are in different schema but with the same name and same relational connection at infromatica level ? How to differentiate while loading ? and how to load ?
Differentiate between a repository server and a powerhouse?
comonly how meny mappings r there in Banking projects?
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
What do mean by local and global repository?
My sql query is 1. select 1+x from dual? 2. select 1+'x' from Dual? 3. Select x+1 from dual? what is the out put of the above queries?