Hi,
What is version control in Informatia ?
Can anyone just give an idea or introduction about this?
Advance Thanks
Answers were Sorted based on User's Feedback
Answer / sateesh amanchi
Hi,
version control is an option while installing the
informatica s/w.
eigther enable or disable the version control option it
will create an instance to an object.
FOR EXAMPLE (version control enable): if you create a
mapping in informatica, so it will create an instance for
that mapping.if you update that mapping, again an instance
is create for updated mapping.
FOR EXAMPLE(version control disable): if you create a
mapping in informatica, so it will create an instance for
that mapping.if you update that mapping again an instance
is create for updated mapping and deleted first(intial)
instance.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ramanaidu kolli
One project developed in old version (informatica 6.1)in
earlier now we need to add a new fields in target database
columns but now we are using (informatica 8.6 version) so
client requirement need to transfer data Earlier version to
New Version in this scenario we are using Version control
option
| Is This Answer Correct ? | 1 Yes | 0 No |
how will u get 1 and 3rd and 5th records in table what is the query in oracle please help me
what happens if you try to create a shortcut to a non- shared folder?
How to Join Tables my Source is having 15 table target is one?
Source-1 No name 1 satish 2 karthik 3 swathi 4 keerthi Source-2 No name 1 satish 2 karthik 5 santhose 6 vasu Target 3 swathi 4 keerthi 5 santhose 6 vasu here i want non matching Records i want how to achieve that
Which transformation is needed while using the Cobol sources as source definitions?
What is DR strategy for Informatica project?
what is update strategy transformation ?
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix.
Can we insert ,update ,delete in target tables with one update strategy tran.?
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?
How to Explain My project flow,In TCS ased me this question. In which way i can start my project flow and they asked how many fact tables and dimensional tables u used. Can any one Explain Briefly for this question and project architecture also.. please..
3 Answers CTS, HCL, Infosys, TCS,
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM