Oracle EBS Accelerator Installation
Application Source EBS R12.x
To install the EBS Accelerator, perform the following steps:
- Download and unzip the package zip file. Contact Incorta support to obtain this file.
- Import the ebsver<>.zip tenant from CMC by going to the Cluster tab. Then, under the Tenants table, click the + icon to import the tenant.
- Copy all the CSV files (for example,
Date_US.csv
) in thedata
folder of the unzipped package to the ”<INSTALLATION_PATH>/tenants/<TENANT_NAME>/data
” folder. -
Configure the following datasources:
- EBS
- VCP (This is the Oracle ASCP solution. Thus, only customers using Oracle ASCP for supply chain planning would need to configure this data source.)
- Incorta (this is the metadata database connection, by default it is set to mysql but it can be changed to Oracle, see appendix for details)
- Incorta-Over-Incorta - Update the jdbc url. Navigate to the admin UI, which can be found at
<IP_ADDRESS>:<PORT_NO>/incorta/admin
. By default, the SQLi should be enabled on port 5436, for example,jdbc:postgresql://<HOST>:5436/<TENANT_NAME>
. - SparkSQL - Update the jdbc url. Navigate to the admin UI, which can be found at
<IP_ADDRESS>:<PORT_NO>/incorta/admin
. By default, the SQLi should be enabled on port 5442, for example,jdbc:postgresql://<HOST>:5442/<TENANT_NAME>
.