<?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: Driver not found for oracle database multitenancy architecture in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338549#M106773</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have added support for Oracle 19c since V 7.3.1.&lt;/P&gt;&lt;P&gt;With your V 7.2.1 solution, you could try generic JDBC as an interim solution till you get 7.3 release.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2023 05:13:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-10T05:13:09Z</dc:date>
    <item>
      <title>Driver not found for oracle database multitenancy architecture</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338544#M106768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently, we moved our oracle databases to multitenancy architecture, and because of that, we want to use both the primary and secondary databases in the same connection string, and our connection string looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jdbc:oracle:thin:@(DESCRIPTION=(FAILOVER=ON)(ADDRESS_LIST=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=DBServer1)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=DBServer2)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=DB_APPL)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the package lib folder, we have the ojdbc8-12.2.0.1.jar file in place, but when i run the job, it throws error: suitable Driver not found&lt;/P&gt;&lt;P&gt;We are using Talend 7.2 version. And our oracle databases are 19c.&lt;/P&gt;&lt;P&gt;Could you please help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jyoti&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338544#M106768</guid>
      <dc:creator>JPradhan1679402896</dc:creator>
      <dc:date>2024-11-15T21:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Driver not found for oracle database multitenancy architecture</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338545#M106769</link>
      <description>&lt;P&gt;Hello Jyoti,&lt;/P&gt;&lt;P&gt;Could you please try to download the oracle 19 c driver jar from https://mvnrepository.com/artifact/com.oracle.ojdbc/ojdbc8/19.3.0.0&lt;/P&gt;&lt;P&gt;them import the ojdbc8-19.3.0.0.jar by Window-&amp;gt;show view-&amp;gt;Talend -&amp;gt; Modules view in  the studio &lt;/P&gt;&lt;P&gt;then re-try the job?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000fIJcYAAW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133231i76C27603E7C9660E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000fIJcYAAW.png" alt="0695b00000fIJcYAAW.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 03:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338545#M106769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-24T03:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Driver not found for oracle database multitenancy architecture</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338546#M106770</link>
      <description>&lt;P&gt;Hello Achen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the specific jar, but i dont see Talend in 'show view', instead, i see the 'Modules' in the below sections:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, i added the jar in the lib floder of the job package on the server. But still, i get the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jyoti&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 08:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338546#M106770</guid>
      <dc:creator>JPradhan1679402896</dc:creator>
      <dc:date>2023-03-30T08:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Driver not found for oracle database multitenancy architecture</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338547#M106771</link>
      <description>&lt;P&gt;And in the below screenshot as you can see, i can only see DB versions upto oracle 18, i dont see oracle 19 there in the list. Could that be a reason?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000fIp4xAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144560iACEB280E0509A7F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000fIp4xAAC.png" alt="0695b00000fIp4xAAC.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 08:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338547#M106771</guid>
      <dc:creator>JPradhan1679402896</dc:creator>
      <dc:date>2023-03-30T08:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Driver not found for oracle database multitenancy architecture</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338548#M106772</link>
      <description>&lt;P&gt;I believe Oracle 19c support was introduced in Talend 7.3. Might want to consider upgrading your Talend version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the documentation states that it is recommended to use ojdbc10 instead of 8. refer to below docs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/7.3/installation-guide-windows/compatible-databases" alt="https://help.talend.com/r/en-US/7.3/installation-guide-windows/compatible-databases" target="_blank"&gt;https://help.talend.com/r/en-US/7.3/installation-guide-windows/compatible-databases&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 22:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338548#M106772</guid>
      <dc:creator>SMR040</dc:creator>
      <dc:date>2023-04-03T22:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Driver not found for oracle database multitenancy architecture</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338549#M106773</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have added support for Oracle 19c since V 7.3.1.&lt;/P&gt;&lt;P&gt;With your V 7.2.1 solution, you could try generic JDBC as an interim solution till you get 7.3 release.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 05:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Driver-not-found-for-oracle-database-multitenancy-architecture/m-p/2338549#M106773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-10T05:13:09Z</dc:date>
    </item>
  </channel>
</rss>

