How to build a TIBCO Flogo Connector for Oracle Database application on Flogo Enterprise

How to build a TIBCO Flogo Connector for Oracle Database application on Flogo Enterprise

book

Article ID: KB0072206

calendar_today

Updated On:

Products Versions
TIBCO Flogo Connector for Oracle Database all supported versions

Description

This article will talk about how to build the TIBCO Flogo Connector for Oracle Database application on Flogo Enterprise.

Issue/Introduction

How to build a TIBCO Flogo Connector for Oracle Database application on Flogo Enterprise

Environment

Product: TIBCO Flogo Connector for Oracle Database Version: all supported versions OS: Flogo Enterprise

Resolution

It is necessary to build the TIBCO Flogo Connector for Oracle Database application using the Flogo Enterpise builder tool.
The detailed steps are as below:
1 Before building the TIBCO Flogo Connector for Oracle Database, it is needed to install Godror and gcc (a C compiler) on the local machine. For details of Godror, users could refer  to https://github.com/godror/godror.
2 The gcc compiler comes with MinGW-w64. Users could refer to https://www.mingw-w64.org/downloads/ for details. After installing the gcc comiler, it is needed to add the path of the gcc to the system PATH.
3 Run "go get github.com/godror/godror" to install the Godror.
4 After installing the above, please navigate to <FLOGO_HOME>/2.14/bin and run "./builder-xx_xxx.exe build -f xxx.json" to build the application.