Configuring the Unified Broker framework on UNIX
- Last Updated: November 5, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
On UNIX, you configure the Unified Broker framework by editing the $DLC/properties/ubroker.properties file. In this file, you provide configuration information for the AppServer, WebSpeed, and DataServers. For general information on how to work with the ubroker.properties file, see Configure OpenEdge.
When you configure the OpenEdge DataServer for Oracle, you are providing information that the Unified Broker framework can use to make sure that it is running the correct DataServer broker instance, that the broker is spawning the appropriate DataServer process, and that broker and servers are running in the correct environment.
The following table describes the sections in the ubroker.properties file that apply to the OpenEdge DataServer for Oracle. The file configures a default broker, orabroker1, which you can use as is or use as a template for your own configuration specifications.
| Section | Description |
|---|---|
[UBroker.OR]
|
Parent entity of the OpenEdge DataServer for Oracle brokers. It defines default property settings for all OpenEdge DataServer for Oracle Broker instances. |
[UBroker.OR.orabroker1]
|
Sample property entity of an OpenEdge DataServer for Oracle Broker
instance. It defines property settings for the OpenEdge DataServer for Oracle Broker
named orabroker1. Note that although many of the settings in
this section might work in your environment, some of the settings are for
demonstration purposes only. You must specify the appropriate settings for:
|
[Environment.orabroker1]
|
Environment settings that apply to the DataServer for Oracle Broker
named orabroker1. Be sure to set the variables to the
appropriate values; the values in the file are for demonstration purposes only.
ORACLE_HOME and ORACLE_SID are required when not
using SQL*NET to connect to Oracle. Add any environment variables that you want to
apply to the DataServer's environment to this section. Environment variables defined
here will be made available to the AdminService and broker at run-time and will
override any values that may have been set previously (such as in the Windows
registry or in a UNIX shell script). |
Here are the OpenEdge DataServer for Oracle sections in the ubroker.properties file:
|
For a complete description of the parameters included in each of these sections, see the comments in the $DLC/properties/ubroker.properties file. Be sure to preserve the original $DLC/properties/ubroker.properties file. Work with a copy of the file. You must name the copy of the file ubroker.properties. After creating your own version of ubroker.properties, you can verify its settings by using the oraconfig utility. See DataServer Command Line Utilities and Startup Parameters for more information.
The ubroker.properties file is read on startup of the AdminServer process. For changes in any used environment variables to take effect, you must restart the AdminServer.