Skip to main content Skip to complementary content

Configuring the DataSource in a Talend Runtime Container

The configuration files used are created only when the OSGi features are installed. For this reason, the features are installed and then the container is shut down. The configuration is done in the configuration files created.

Procedure

  1. Start the container:
    • container/bin/trun.bat for Windows,

    • container/bin/trun for Linux.

  2. In the Talend Runtime Container, execute the following command to install the DataSource into the container, for example, the Oracle DataSource. A configuration file named org.talend.esb.datasource.oracle.cfg will be created in the <Talend.runtime.dir>/container/etc folder.
    feature:install tesb-datasource-oracle
  3. Stop the Talend Runtime Container using the logout command.
  4. Set the values of the following properties in the configuration file <Talend.runtime.dir>/container/etc/org.talend.esb.datasource.oracle.cfg:
    datasource.url= jdbc:oracle:thin:@HOST:1521:SID
    datasource.user=USER
    datasource.password=talend

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!