GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Informatica
Go To First  |  Previous Question  |  Next Question 
 Informatica  |  Question 635 of 644    Print  
Turn Off Version
What happens if you turn off version?


  
Total Answers and Comments: 2 Last Update: June 09, 2009     Asked by: gopimaa 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 09, 2009 06:11:10   #1  
toSudharsan Member Since: June 2009   Contribution: 2    

RE: Turn Off Version
Once The Version is turned ON you cannot Turn OFF the Versioning option.
 
Is this answer useful? Yes | No
June 09, 2009 13:30:08   #2  
sppavankumar Member Since: May 2009   Contribution: 3    

RE: Turn Off Version
You would not be able to track the changes done to the respective mappings/sessions/workflows.
 
Is this answer useful? Yes | No

 Related Questions

Type1: Rows containing changes to existing dimensions are updated in the target by overwriting the existing dimension. In the Type 1 Dimension mapping, all rows contain current dimension data. Use the 
Latest Answer : The Dimensions are classified 3 types. 1.SCD TYPE1 (Slowly Changing Dimension) : contains current data. 2.SCD TYPE2 (Slowly Changing Dimension) : contains current data + complete historical data. 3.SCD TYPE3 (Slowly Changing Dimension) : contains ...

Type2 Dimension/Version Data Maping: In this maping the updated dimension in the source will gets inserted in target along with a new version number.And newly added dimension in source will inserted into 
Latest Answer : Type21. Version number2. Flag3.DateCheers,Sithu ...

How can u recognise whether or not the newly added rows in the source r gets insert in the target ?
In the Type2 maping we have three options to recognise the newly added rows Version number Flagvalue Effective date Range  

The Informatica repository is a relational database that stores information, or metadata, used by the Informatica Server and Client tools. Metadata can include information such as mappings describing how 
Latest Answer : Infromatica Repository:The informatica repository is at the center of the informatica suite. You create a set of metadata tables within the repository database that the informatica application and tools access. The informatica client and server access ...

Could anyone please tell me what are the steps required for type2 dimension/version data mapping. how can we implement it
Read Answers (3) | Asked by : mani

Latest Answer : 1.union & custom transformation2.lookup on flatfile3.we can use pmcmd command4.we can export independent&dependent repository objects5.version controlling6.data proffiling7.supporting of 64mb architecture8.ldap authentication ...
Read Answers (2) | Asked by : kishore.s

Latest Answer : Call stored procedure using a shell script.Invoke that shell script using command task with pmcmd. ...
Read Answers (1) | Asked by : rajbei

Latest Answer : 2004 ...
Read Answers (1) | Asked by : venkatm

Latest Answer : select business_key,max(version) from tablename group by business_key ...
Read Answers (5) | Asked by : ravi214u

What happens if you turn off version?  
Latest Answer : You would not be able to track the changes done to the respective mappings/sessions/workflows. ...
Read Answers (2) | Asked by : gopimaa


 Sponsored Links

 
Related Articles

Breaking up XML into Relational Data

Breaking up XML into Relational Data While the preceding example shows how to construct an XML representation over relational data the example in this section illustrates how you can shred XML data back into relational data This reverse operation can be useful if your application works with relation
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

ODP.NET - Retrieving Typed Data

ODP NET Retrieving Typed Data While retrieving values from OracleDataReader we can extract information available in individual columns of a particular row either by using column ordinal position values or column names mosgoogle Retrieving Typed Data Using Ordinals ODP NET provides data specific enum
 

ODP.NET - Retrieving Data Using OracleDataReader

ODP NET Retrieving Data Using OracleDataReader OracleDataReader is simply a read only and forward only result set It works only if the database connection is open and it makes sure that the connection is open while you are retrieving data As the data that it retrieves is read only it is a bit faster
 

ODP.NET - Fundamental ODP.NET Classes to Retrieve Data

ODP NET Fundamental ODP NET Classes to Retrieve Data To retrieve data from an Oracle database using ODP NET we need to work with a few of the ODP NET classes At this point we will discuss the most fundamental classes available in ODP NET for retrieving data mosgoogle The following is the list of fun
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape