...
Oracle BI WebCatalog objects are deployed in specified structure. Additionally, there are few different types of objects available in Oracle BI WebCatalog. When sourcing from source code repository, FlexDeploy Oracle BI plugin requires that developers download and commit files in matching folder structure and with appropriate extension.
Oracle BI (Oracle Business Intelligence in pre-5.5.0.1) project type:
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 |
Oracle BI 2.0 project type. @Since 5.5.0.1
Objects stored in source code repository should be named with the following extensions:
For example, let's see following Balance Letter report in /shared/Sample Lite/Published Reporting/Reports Location.
...