Oracle BI plugin supports sourcing RPD and WebCatalog files from either development environment directly or from source code repository. SCM option requires that developers commit required files to choice choose of SCM. Customers can choose option that works well for them, use of SCM is preferred practice in general.
...
Source controlling the RPD is as simple as checking the RPD into your source code repository with the extension of rpd. It is recommended that you create separate folder for RPD file in your source code repository. You can also keep RPD configuration file in this same folder to allow for replacement of connection pool details when RPD is deployed to various environments. rpdBuild plugin operation operation will now recognize the rpd file and save it as artifact for deployment to other environments.
...
Objects stored in source code repository should be named with the following extensions:
Object Type Code | Object Type Name | File Extension in Source Control |
---|---|---|
FOLDER | Folder | .fldr |
ANALYSIS | Analysis | .anlys |
DASHBOARD | Dashboard | .db |
DASHBOARD_PROMPT | DashboardPrompt | .dbp |
REPORT | Report | .rprt |
DATAMODEL | Datamodel | .dm |
STYLE_TEMPLATE | StyleTemplate | .st |
METADATA | Metadata | .md |
KPI | KPI | .kpi |
FILTER | Filter | .flt |
...
Objects stored in source code repository should be named with the following extensions:
OBIEE Type Name | OBIEE Signature / Composite Signature* | Source Control Extension |
---|---|---|
Action | action | Action |
Agent | coibot1 | Agent |
Analysis | queryitem1 | Analysis |
Column | cosavedcolumn1 | Column |
Condition | condition1 | Condition |
Dashboard | dashboardfolder1 | Dashboard |
Dashboard Prompt | globalfilteritem1 | Dashboard Prompt |
Data Model | .xdm * | Data Model |
Filter | filteritem1 | Filter |
Group | customgroup1 | Group |
KPI | kpi1 | KPI |
KPI Watchlist | scorecardkpiwatchlist1 | KPI Watchlist |
Mobile App | .xma | Mobile App |
Report | .xdo * | Report |
Scorecard | scorecard1 | Scorecard |
Shortcut | N/A | Shortcut |
Style Template | .xss * | Style Template |
Visual Analyzer Projects | projectfolder1 | Visual Analyzer Projects |
...