<?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: Oracle connection string as end point in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896795#M1918</link>
    <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Qlik Replicate doesn't pick up any tnsnames.ora.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Replicate just passes everything on to Oracle OCI which can look up TNSnames.&lt;/P&gt;
&lt;P&gt;If you used the instaclient, then the TNSnames is looked for in that install directory, not the usual home\network\admin&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.oracle.com/database/technologies/faq-instant-client.html" target="_blank"&gt;https://www.oracle.com/database/technologies/faq-instant-client.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 22:55:24 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2022-02-23T22:55:24Z</dc:date>
    <item>
      <title>Oracle connection string as end point</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896038#M1898</link>
      <description>&lt;P&gt;I referred to the link &lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Tutorial/AddSourceOra_sample.ht" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Tutorial/AddSourceOra_sample.ht&lt;/A&gt;m to setup Oracle database as my end point. However it failed in verification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Under connection string: hostname:port/service_name&lt;/P&gt;
&lt;P&gt;I added&lt;/P&gt;
&lt;P&gt;hostname:1521/servicename&lt;/P&gt;
&lt;P&gt;Where does Qlik replicate picks up the oracle service name?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 15:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896038#M1898</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2022-02-22T15:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection string as end point</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896113#M1899</link>
      <description>&lt;P&gt;the service name is from your TNS :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="Code"&gt;port&lt;/SPAN&gt;: (optional) This is the TNS Listener Port number for the computer with the Oracle database that you are using. If you do not enter a port number the default Oracle TNS Listener port is used.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Oracle/OracleDB_Target_DiaBox.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Oracle/OracleDB_Target_DiaBox.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/33907809/where-is-tnsnames-ora#:~:text=on%20this%20post.-,tnsnames.,0%5Cdbhome_1%20in%20windows" target="_blank"&gt;https://stackoverflow.com/questions/33907809/where-is-tnsnames-ora#:~:text=on%20this%20post.-,tnsnames.,0%5Cdbhome_1%20in%20windows&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 16:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896113#M1899</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-02-22T16:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection string as end point</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896253#M1902</link>
      <description>&lt;P&gt;Apparently Qlik Replicate doesn't pick up any tnsnames.ora. I specific the following strings in the connection string box and manage to get it setup.&lt;/P&gt;
&lt;P&gt;Please replace HOST, PORT and SERVICE_NAME to your environment.&lt;/P&gt;
&lt;P&gt;(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp) (HOST=servername) (PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=service.domain.com)))&lt;/P&gt;
&lt;P&gt;It works for me.&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 00:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896253#M1902</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2022-02-23T00:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle connection string as end point</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896795#M1918</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Qlik Replicate doesn't pick up any tnsnames.ora.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Replicate just passes everything on to Oracle OCI which can look up TNSnames.&lt;/P&gt;
&lt;P&gt;If you used the instaclient, then the TNSnames is looked for in that install directory, not the usual home\network\admin&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.oracle.com/database/technologies/faq-instant-client.html" target="_blank"&gt;https://www.oracle.com/database/technologies/faq-instant-client.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 22:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Oracle-connection-string-as-end-point/m-p/1896795#M1918</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-02-23T22:55:24Z</dc:date>
    </item>
  </channel>
</rss>

