<?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: Need info for Oracle Autonomous Database on Azure. in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534966#M15397</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/349997"&gt;@Sukanya2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="79" data-end="216"&gt;You are correct —&amp;nbsp; &lt;STRONG&gt;sqlnet.ora&lt;/STRONG&gt; is required&amp;nbsp;when connecting to an Autonomous Database using an Oracle Wallet for TLS authentication.&lt;/P&gt;
&lt;P data-start="218" data-end="611"&gt;In your case, you need to connect to &lt;STRONG data-start="255" data-end="278"&gt;different databases&lt;/STRONG&gt;, each requiring its own wallet If I understood correctly. Fortunately, Oracle supports &lt;STRONG data-start="340" data-end="397"&gt;combining multiple wallets into a single TNS_ADMIN folder&lt;/STRONG&gt;. See &lt;A class="decorated-link" href="https://docs.oracle.com/en/database/oracle/oracle-database/19/ntqrf/about-sharing-wallets-and-sqlnet.ora-files-among-multiple-databases.html?utm_source=chatgpt.com" target="_blank" rel="noopener" data-start="403" data-end="608"&gt;Sharing Wallets and sqlnet.ora Files Among Multiple Databases&lt;/A&gt;.&lt;/P&gt;
&lt;P data-start="613" data-end="751"&gt;You can verify this configuration by testing the connection with &lt;STRONG&gt;sqlplus&lt;/STRONG&gt;. If &lt;STRONG&gt;sqlplus&lt;/STRONG&gt; works, then Qlik Replicate should work as well.&lt;/P&gt;
&lt;P data-start="613" data-end="751"&gt;Regards,&lt;/P&gt;
&lt;P data-start="613" data-end="751"&gt;John.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Nov 2025 03:40:12 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2025-11-01T03:40:12Z</dc:date>
    <item>
      <title>Need info for Oracle Autonomous Database on Azure.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534287#M15355</link>
      <description>&lt;P&gt;&lt;BR /&gt;We have an existing replication setup in Qlik Replicate with Oracle as the source, using Oracle Client 19.3.0, and the following TNS_ADMIN variables are configured in site_arep_login.sh&lt;/P&gt;
&lt;P&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/P&gt;
&lt;P&gt;export TNS_ADMIN=$ORACLE_HOME/network/admin&lt;/P&gt;
&lt;P&gt;Now, for a new requirement, we need to set up an additional replication where the source remains Oracle, but the target will be an Oracle Autonomous Database on Azure.&lt;/P&gt;
&lt;P&gt;Does the existing Oracle Client 19.3.0 support connecting to an Oracle Autonomous Database target?&lt;/P&gt;
&lt;P&gt;For the target configuration, we understand that the wallet files need to be downloaded and the TNS_ADMIN should point to the wallet location. Since our current setup already has TNS_ADMIN defined for the source, how should we handle this for the new target connection?&lt;/P&gt;
&lt;P&gt;Should we modify the existing site_arep_login.sh file?&lt;/P&gt;
&lt;P&gt;Or is there a recommended way to reference both the source and target TNS configurations without impacting the existing Oracle source replication?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 05:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534287#M15355</guid>
      <dc:creator>Sukanya2</dc:creator>
      <dc:date>2025-10-24T05:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need info for Oracle Autonomous Database on Azure.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534544#M15365</link>
      <description>&lt;P&gt;Any inputs on this?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 08:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534544#M15365</guid>
      <dc:creator>Sukanya2</dc:creator>
      <dc:date>2025-10-28T08:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need info for Oracle Autonomous Database on Azure.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534647#M15376</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/349997"&gt;@Sukanya2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="108" data-end="211"&gt;You are correct — Oracle Client &lt;STRONG data-start="140" data-end="150"&gt;19.3.0&lt;/STRONG&gt; can be used to connect to an &lt;STRONG data-start="180" data-end="210"&gt;Oracle Autonomous Database&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-start="213" data-end="576"&gt;Please note that the &lt;STRONG data-start="234" data-end="247"&gt;TNS_ADMIN&lt;/STRONG&gt; variable is &lt;EM data-start="260" data-end="270"&gt;optional&lt;/EM&gt; when connecting to either an Oracle on-premises database or an Oracle Autonomous Database.&lt;BR data-start="361" data-end="364" /&gt;In particular, when using the &lt;STRONG data-start="394" data-end="419"&gt;Oracle Instant Client&lt;/STRONG&gt;, you don’t need to define any environment variables — you can simply specify the connection string directly in the &lt;STRONG data-start="535" data-end="562"&gt;Qlik Replicate endpoint&lt;/STRONG&gt;. For example:&lt;/P&gt;
&lt;UL data-start="578" data-end="858"&gt;
&lt;LI data-start="578" data-end="697"&gt;
&lt;P data-start="580" data-end="603"&gt;&lt;STRONG data-start="580" data-end="601"&gt;EZConnect format:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="sticky top-9"&gt;
&lt;DIV class="absolute end-0 bottom-0 flex h-9 items-center pe-2"&gt;
&lt;DIV class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"&gt;host:port/serviceName&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-start="642" data-end="697"&gt;&lt;EM data-start="642" data-end="697"&gt;(No need to include “//” at the beginning of the string.)&lt;/EM&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="699" data-end="858"&gt;
&lt;P data-start="701" data-end="739"&gt;&lt;STRONG data-start="701" data-end="737"&gt;Oracle Net keyword-value format:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="sticky top-9"&gt;
&lt;DIV class="absolute end-0 bottom-0 flex h-9 items-center pe-2"&gt;
&lt;DIV class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"&gt;(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dlsun242)(PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=bjava21)))&lt;/DIV&gt;
&lt;DIV class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"&gt;Regards,&lt;/DIV&gt;
&lt;DIV class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"&gt;John.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 29 Oct 2025 05:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534647#M15376</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-29T05:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need info for Oracle Autonomous Database on Azure.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534937#M15393</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the inputs. Could you please confirm the role of &lt;EM data-start="581" data-end="593"&gt;SQLNET.ORA&lt;/EM&gt;? The guide mentions it should specify the wallet location for connecting to the Oracle target database on Azure. Is it possible to simply append the necessary wallet-related entries to the existing &lt;EM data-start="794" data-end="806"&gt;sqlnet.ora&lt;/EM&gt; file to enable the target connection?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 10:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534937#M15393</guid>
      <dc:creator>Sukanya2</dc:creator>
      <dc:date>2025-10-31T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need info for Oracle Autonomous Database on Azure.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534966#M15397</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/349997"&gt;@Sukanya2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="79" data-end="216"&gt;You are correct —&amp;nbsp; &lt;STRONG&gt;sqlnet.ora&lt;/STRONG&gt; is required&amp;nbsp;when connecting to an Autonomous Database using an Oracle Wallet for TLS authentication.&lt;/P&gt;
&lt;P data-start="218" data-end="611"&gt;In your case, you need to connect to &lt;STRONG data-start="255" data-end="278"&gt;different databases&lt;/STRONG&gt;, each requiring its own wallet If I understood correctly. Fortunately, Oracle supports &lt;STRONG data-start="340" data-end="397"&gt;combining multiple wallets into a single TNS_ADMIN folder&lt;/STRONG&gt;. See &lt;A class="decorated-link" href="https://docs.oracle.com/en/database/oracle/oracle-database/19/ntqrf/about-sharing-wallets-and-sqlnet.ora-files-among-multiple-databases.html?utm_source=chatgpt.com" target="_blank" rel="noopener" data-start="403" data-end="608"&gt;Sharing Wallets and sqlnet.ora Files Among Multiple Databases&lt;/A&gt;.&lt;/P&gt;
&lt;P data-start="613" data-end="751"&gt;You can verify this configuration by testing the connection with &lt;STRONG&gt;sqlplus&lt;/STRONG&gt;. If &lt;STRONG&gt;sqlplus&lt;/STRONG&gt; works, then Qlik Replicate should work as well.&lt;/P&gt;
&lt;P data-start="613" data-end="751"&gt;Regards,&lt;/P&gt;
&lt;P data-start="613" data-end="751"&gt;John.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2025 03:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Need-info-for-Oracle-Autonomous-Database-on-Azure/m-p/2534966#M15397</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-11-01T03:40:12Z</dc:date>
    </item>
  </channel>
</rss>

