Problems with multiple developers
As in any IT project, source and version control are points of concern. In OBIEE, there are a couple of issues specifically associated with multiple developers working on an RPD.
Unlike other forms of development, all of our metadata is contained in a single file, that is, the RPD. If we are using a form of revision control, such as CVS software, we are restricted to saving a version of the whole RPD file, even if it contains many projects/business areas. This does not help us if we want to work independently on subsets of the RPD. It also makes it difficult to record what changes individual developers are making and on what objects. All of these challenges increase the difficulty of having developers work on multiple development paths with an aim to consolidate them into one RPD at the end, as would commonly be the case in large projects.
As we cannot use third-party tools for version control, Oracle has provided us with tools for merging separate RPD development...