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 |
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
what is the command to get the list of files in a directory in unix?
1.what is SDLC of a project,explain in detail? 2.what are dimensions,facts?what is confirmed dimensions? 3.what is the need of OLTP? when we have datawarehousing?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
every DWH must have time dimension so now what is the use of the time dimension how we can calculate sales for one month,half-yr'ly,and year'ly?how we are doing this using time dimension.
Can we create two repositories on same database instance in oracle?
I have a scenario like - how can i load 1st record to Trgt1,2nd->Trgt2, 3rd->Trgt3 and again the cycle has to repeat with loading 4th->Trgt1,5th->Trgt2,6th->Trgt3?
HOW DO YOU CONNECT TO REMOTE SERVER ?
. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
In aggregator transformation, I sort the data before aggregator and select sorted port but still I’m getting an error. What is that error?
if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000