<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] How to connect to an Oracle Database through LDAP? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-connect-to-an-Oracle-Database-through-LDAP/m-p/2341386#M109345</link>
    <description>Hi,
&lt;BR /&gt;So far, there is no&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;an LDAP option for the oracle database connection in Talend.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;All the DB components use ODBC/JDBC mode.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Tue, 04 Aug 2015 08:20:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-04T08:20:31Z</dc:date>
    <item>
      <title>[resolved] How to connect to an Oracle Database through LDAP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-connect-to-an-Oracle-Database-through-LDAP/m-p/2341385#M109344</link>
      <description>In toad, I have the option to specify whether I want to use a TNS connection, a Direct connection, or an LDAP connection. 
&lt;BR /&gt;Toad checks for my ldap.ora file in $ORACLE_HOME/network/admin/ and then populates the LDAP Descriptor box with a number of databases. I simply check the database I want, enter my username and password, and I can connect. 
&lt;BR /&gt;In SQL*PLUS, I just use the following syntax: sqlplus username/password@name. SQLPLUS knows to check the sqlnet.ora file for the NAMES.DIRECTORY_PATH parameter, which can look like: (TNSNAMES, LDAP, HOSTNAME). if the "name" exists in both the tnsnames.ora file and the ldap directory, sqlplus will use whichever is specified first in NAMES.DIRECTORY_PATH (in this case, tnsnames.ora). Otherwise if "name" exists in only one of the two, sqlplus will use the correct one. 
&lt;BR /&gt;Either way, I don't need to configure much to make it happen. 
&lt;BR /&gt;In Talend, I haven't seen a way to connect to a database through an LDAP connection. Most of our production servers are moving to this and some of my Talend jobs have broke because I haven't been able to get this working. 
&lt;BR /&gt;Does anyone know how I can do this?</description>
      <pubDate>Wed, 29 Jul 2015 03:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-connect-to-an-Oracle-Database-through-LDAP/m-p/2341385#M109344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-29T03:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to connect to an Oracle Database through LDAP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-connect-to-an-Oracle-Database-through-LDAP/m-p/2341386#M109345</link>
      <description>Hi,
&lt;BR /&gt;So far, there is no&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;an LDAP option for the oracle database connection in Talend.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;All the DB components use ODBC/JDBC mode.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 04 Aug 2015 08:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-connect-to-an-Oracle-Database-through-LDAP/m-p/2341386#M109345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-04T08:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to connect to an Oracle Database through LDAP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-connect-to-an-Oracle-Database-through-LDAP/m-p/2341387#M109346</link>
      <description>I was able to do it with Sabrina's help like the following: 
&lt;BR /&gt;Connection Type: ORACLE CUSTOM 
&lt;BR /&gt;URL: "jdbc 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;racle:thin:@ldap://oracleHostName:1234/serviceNameOrSid,cn=OracleContext,dc=company,dc=com"</description>
      <pubDate>Sat, 06 Aug 2016 18:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-connect-to-an-Oracle-Database-through-LDAP/m-p/2341387#M109346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-06T18:36:02Z</dc:date>
    </item>
  </channel>
</rss>

