Jump to content
  • How to configure JDBC Connection in TIBCO ActiveMatrix BusinessWorks™ 5 when Oracle DB server connection information is stored in LDAP


    Kurian Kuruvilla

    This article explains how to configure JDBC Connection shared resource in TIBCO ActiveMatrix BusinessWorks™ 5 (BW) when the Oracle DB server connection information is stored in LDAP.

    The first step is to identify the LDAP entry that contains the connection information. For this, run ldapsearch with the Oracle Context DN as the base. For example,

    TC_BW-JDBC-LDAP.png.5e52fc3d8d47187045051b65be318c7a.png

    In the above example, the Oracle Context DN is cn=OracleContext,dc=example,dc=com and the DN of the entry that contains the connection information is cn=orcl19tw2012,cn=OracleContext,dc=example,dc=com (see the attribute orclNetDescString)

    With the above setup, the URLs would be as follows -

    Oracle JDBC driver

    jdbc:oracle:thin:@ldap://ldaphost:389/cn=OracleContext,dc=example,dc=com/orcl19tw2012

    OR

    jdbc:oracle:thin:@ldap://ldaphost:389/orcl19tw2012,cn=OracleContext,dc=example,dc=com

    TIBCO Database Driver Supplement Software

    jdbc:tibcosoftwareinc:oracle://ldaphost:389;LDAPDistinguishedName="cn=orcl19tw2012,cn=OracleContext,dc=example,dc=com"


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...