Creating DBC jar file "ebsdb.dbc"
To use DBC to connect to Oracle EBS, select the Connection using DBC File? check box on the Connection Settings. Upload the ebsdb.dbc JAR file as a custom library component to the Boomi Enterprise Platform.
About this task
This procedure outlines the steps to generate the DBC jar file. Verify that you added this JAR file to the server environment.
Procedure
-
Log in to Oracle E-Business Database.
-
Create the .dbc file (ebsdb.dbc) using the Oracle AdminAppServer Utility. For more information, refer to Oracle E-Business Suite Setup Tasks – Creating a .dbc file.
-
Create the JAR file on your local machine.
- Windows - Open the command prompt and execute the command
jar -cf <output JAR file name> <esbdb.dbc>Where,<esbdb.dbc>is the input dbc file. Example:jar -cf DBCLIB.jar esbdb.dbc
- Windows - Open the command prompt and execute the command
-
Upload the DBC JAR file to the custom library in the Boomi Enterprise Platform. For the process to upload the JAR file as a custom library component, refer to the topic Working with custom libraries.