...
Extracts WebCatalog objects from an OTBI server to the the file system. This operation can be used from a utility workflow, which can also be augmented to sync the files to a source control management system (such as Git or Subversion). This allows the OTBI project which is used for build and deploy deployment to source from the source control system management system a source code repository rather than directly from a development instance of OTBI.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
OTBI Server Host | FDOTBI_SERVER_HOST | Yes | The server host name for Oracle Transactional Business Intelligence. |
OTBI Server Port | FDOTBI_SERVER_PORT | Yes | The HTTP port number for Oracle Transactional Business Intelligence. Default is 443. |
OTBI Server User | FDOTBI_USER | Yes | The user to log into Oracle Transactional Business Intelligence. Use User must have sufficient privileges to move and upload dataBI Service Administrator role to unarchive catalog. |
OTBI Server Password | FDOTBI_PASSWORD | Yes | The password for the user to login to Oracle Transactional Business Intelligence. |
OTBI Server SSL Connection | FDOTBI_SERVER_USE_SSL | Yes | Indicates whether to connect to OTBI server using SSL. Default is true. |
Oracle Middleware Home (MW_HOME) | FD_ORACLE_MW_HOME | Yes | The Oracle Middleware Home (which has subfolders such as oracle_common, wlserver, coherence*, etc.) (e.g. /u01/oracle/products/fmw) |
...