<?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 ORACLE 11 vs ORACLE 11-6 in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ORACLE-11-vs-ORACLE-11-6-in-Talend/m-p/2223230#M16505</link>
    <description>What is supposed to be the difference between Oracle 11 and Oracle 11-6 in Talend? Is it just that "11" uses ojdbc5 and "11-6" uses ojdbc6? 
&lt;BR /&gt;Any clarification would be greatly appreciated. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Chris</description>
    <pubDate>Tue, 04 Mar 2014 16:27:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-04T16:27:57Z</dc:date>
    <item>
      <title>ORACLE 11 vs ORACLE 11-6 in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ORACLE-11-vs-ORACLE-11-6-in-Talend/m-p/2223230#M16505</link>
      <description>What is supposed to be the difference between Oracle 11 and Oracle 11-6 in Talend? Is it just that "11" uses ojdbc5 and "11-6" uses ojdbc6? 
&lt;BR /&gt;Any clarification would be greatly appreciated. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 04 Mar 2014 16:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ORACLE-11-vs-ORACLE-11-6-in-Talend/m-p/2223230#M16505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T16:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE 11 vs ORACLE 11-6 in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ORACLE-11-vs-ORACLE-11-6-in-Talend/m-p/2223231#M16506</link>
      <description>Hi Chris 
&lt;BR /&gt;Oracle 11 and Oracle 11-6 are both required to use ojdbc6, you can find these definition in the XML descriptor file of the tOracleInput component. 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;IMPORT NAME="Driver-Oracle8i" MODULE="ojdbc12.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc12.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_8') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" /&amp;gt;&lt;BR /&gt;       &amp;lt;IMPORT NAME="Driver-Oracle9i" MODULE="ojdbc14-9i.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc14-9i.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_9') AND (USE_EXISTING_CONNECTION == 'false')  AND (SPECIFY_DATASOURCE_ALIAS == 'false')" /&amp;gt;&lt;BR /&gt;       &amp;lt;IMPORT NAME="Driver-Oracle10g" MODULE="ojdbc14.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc14.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_10') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')"  /&amp;gt;&lt;BR /&gt;       &amp;lt;IMPORT NAME="Driver-Oracle11g-1" MODULE="ojdbc6.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc6.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_11') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" /&amp;gt;&lt;BR /&gt;       &amp;lt;IMPORT NAME="Driver-Oracle11g-2" MODULE="ojdbc6.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/ojdbc6.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_11-6') AND (USE_EXISTING_CONNECTION == 'false') AND (SPECIFY_DATASOURCE_ALIAS == 'false')" /&amp;gt;&lt;BR /&gt;	    &amp;lt;IMPORT NAME="Driver-Oracle-XDB" MODULE="xdb.jar" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/xdb.jar" REQUIRED_IF="SCHEMA.DB_TYPE IN " /&amp;gt;&lt;BR /&gt;	   &amp;lt;IMPORT NAME="Driver-Oracle-XMLPARSERV2" MODULE="xmlparserv2.jar" BundleID="" UrlPath="platform:/plugin/org.talend.libraries.jdbc.oracle/lib/xmlparserv2.jar" REQUIRED_IF="SCHEMA.DB_TYPE IN " /&amp;gt;&lt;BR /&gt;	   &amp;lt;IMPORT NAME="Talend-oracle-timestamptz" MODULE="talend-oracle-timestamptz.jar" UrlPath="platform:/plugin/org.talend.libraries.custom/lib/talend-oracle-timestamptz.jar" REQUIRED_IF="(DB_VERSION == 'ORACLE_11-6')  OR (DB_VERSION=='ORACLE_11') OR (DB_VERSION=='ORACLE_10')" /&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 04 Mar 2014 17:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ORACLE-11-vs-ORACLE-11-6-in-Talend/m-p/2223231#M16506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T17:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE 11 vs ORACLE 11-6 in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ORACLE-11-vs-ORACLE-11-6-in-Talend/m-p/2223232#M16507</link>
      <description>Thanks Shong - I noticed that before which is what prompted my question... 
&lt;BR /&gt;So currently there is no difference - right? Was Oracle 11-6 intended to be used for Oracle 11gR2? An Oracle 11 for the original release of Oracle 11G?</description>
      <pubDate>Tue, 04 Mar 2014 18:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ORACLE-11-vs-ORACLE-11-6-in-Talend/m-p/2223232#M16507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T18:09:59Z</dc:date>
    </item>
  </channel>
</rss>

