FlexDeploy Oracle EPM plugin provides the ability to export files using the migration/snapshot capability of EPM and import these files into another Oracle EPM environment.
Supported Versions
- 23.06.60 +
Java 8 must be used on the endpoint
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle EPM Auth Type | FDEPMACCT_AUTHTYPE | Yes | Authentication method for connecting to Oracle EPM. Additional properties may be required depending on basic authentication or OAuth. |
Oracle EPM URL | FDEPMACCT_INSTANCE_URL | Yes | URL of the Oracle EPM environment. Typically, the URL of your Oracle Cloud service e.g. https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com |
Oracle EPM Username | FDEPMACCT_USERNAME | Yes | The username for your Oracle EPM environment. User will require Service Administrator and optionally:
|
Oracle EPM Password | FDEPMACCT_PASSWORD | Yes | The password for your Oracle environment. Required for basic authentication and OAuthResourceOwner. |
Oracle EPM Identity Base URI | FDEPMACCT_IDENTITY_BASE_URI | No | |
Oracle EPM Client Id | FDEPMACCT_CLIENT_ID | No | EPM Client Id when using. Required for OAuth. |
Oracle EPM Client Secret | FDEPMACCT_CLIENT_SECRET | No | EPM Client Secret Key. Required for OAuth. |
Oracle EPM Scope | FDEPMACCT_SCOPE | No | EPM Client Scope. Required for OAuth. |
Oracle EPM Keystore Path | FDEPMACCT_KEYSTORE_PATH | No | Java keystore path containing the private key to use for JWT User Assertion. |
Oracle EPM Keystore Passphrase | FDEPMACCT_KEYSTORE_PASS | No | Java keystore passphrase for the FSM Keystore Path property. |
Oracle EPM Certificate Alias | FDEPMACCT_CERT_ALIAS | No | Private certificate alias. |
Oracle EPM Certificate Passphrase | FDEPMACCT_CERT_PASS | No | Passphrase for the EPM Certificate Alias property. Leave blank if no passphrase was used. |
Oracle EPM Certificate Algorithm | FDEPMACCT_CERT_ALGORITHM | No | Algorithm used for the certificate. Defaults to RS256. |
...