<?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: Help with Oracle to MSSQL in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Help-with-Oracle-to-MSSQL/m-p/2551552#M16440</link>
    <description>&lt;P&gt;Hello Xantor,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the &lt;STRONG&gt;Qlik community&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is &lt;STRONG&gt;expected behaviour in Qlik Replicate&lt;/STRONG&gt;, even in read-only scenarios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Replicate &lt;STRONG&gt;must use &lt;/STRONG&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Oracle-RDS-Standby-Replication/ta-p/2533082" target="_blank"&gt;&lt;STRONG&gt;Oracle DIRECTORY&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; objects&lt;/STRONG&gt; to read archive logs (even in read-only CDC).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When it sees a &lt;STRONG&gt;new archive log path&lt;/STRONG&gt;, it tries to create ATTUREP_* directory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your error = missing privilege:&lt;/P&gt;
&lt;P&gt;ORA-01031: insufficient privileges ``` 【2-aa816e】&lt;BR /&gt;&lt;BR /&gt;To fix this issue, either you have to grant:-&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;GRANT CREATE ANY DIRECTORY TO &amp;lt;user&amp;gt;;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt; 2. Pre-create directories + grant:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GRANT READ ON DIRECTORY &amp;lt;dir_name&amp;gt; TO &amp;lt;user&amp;gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Oracle-RDS-Standby-Replication/ta-p/2533082" target="_blank"&gt;ensure &lt;STRONG&gt;OS path read access&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2026 12:42:10 GMT</pubDate>
    <dc:creator>Rahul_Kale</dc:creator>
    <dc:date>2026-06-17T12:42:10Z</dc:date>
    <item>
      <title>Help with Oracle to MSSQL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Help-with-Oracle-to-MSSQL/m-p/2551528#M16439</link>
      <description>&lt;P&gt;Good day,&lt;/P&gt;
&lt;P&gt;My apologies if I posted this under the wrong thread.&lt;/P&gt;
&lt;P&gt;We currently have an issue when replicating data from Oracle to MSSQL.&lt;/P&gt;
&lt;P&gt;A quick overview from our setup. Qlik Replicate reads from our standby (Read-Only) database Oracle, it does an initial full load and then activates the CDC. No problems there. But after a while randomly, let's say after a couple of days. It errors with the following errors:&lt;/P&gt;
&lt;P&gt;Stream component 'st_0_FIN_READ' terminated&lt;BR /&gt;Stream component failed at subtask 0, component st_0_FIN_READ &lt;BR /&gt;Error executing source loop&lt;/P&gt;
&lt;P&gt;Oracle CDC stopped&lt;/P&gt;
&lt;P&gt;Cannot create Oracle directory name 'ATTUREP_0208B04002FIN_READ' with path '/u03/app/oracle/fast_recovery_area/FIN_READ/archivelog/2026_06_09'&lt;BR /&gt;OCI error 'ORA-01031: insufficient privileges'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I understand, it's not supposed to create directories in this case - it's only supposed to read.&lt;/P&gt;
&lt;P&gt;Can someone help with some ideas please?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 08:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Help-with-Oracle-to-MSSQL/m-p/2551528#M16439</guid>
      <dc:creator>Xantor</dc:creator>
      <dc:date>2026-06-17T08:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Oracle to MSSQL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Help-with-Oracle-to-MSSQL/m-p/2551552#M16440</link>
      <description>&lt;P&gt;Hello Xantor,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the &lt;STRONG&gt;Qlik community&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is &lt;STRONG&gt;expected behaviour in Qlik Replicate&lt;/STRONG&gt;, even in read-only scenarios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Replicate &lt;STRONG&gt;must use &lt;/STRONG&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Oracle-RDS-Standby-Replication/ta-p/2533082" target="_blank"&gt;&lt;STRONG&gt;Oracle DIRECTORY&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; objects&lt;/STRONG&gt; to read archive logs (even in read-only CDC).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When it sees a &lt;STRONG&gt;new archive log path&lt;/STRONG&gt;, it tries to create ATTUREP_* directory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your error = missing privilege:&lt;/P&gt;
&lt;P&gt;ORA-01031: insufficient privileges ``` 【2-aa816e】&lt;BR /&gt;&lt;BR /&gt;To fix this issue, either you have to grant:-&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;GRANT CREATE ANY DIRECTORY TO &amp;lt;user&amp;gt;;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt; 2. Pre-create directories + grant:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GRANT READ ON DIRECTORY &amp;lt;dir_name&amp;gt; TO &amp;lt;user&amp;gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Oracle-RDS-Standby-Replication/ta-p/2533082" target="_blank"&gt;ensure &lt;STRONG&gt;OS path read access&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 12:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Help-with-Oracle-to-MSSQL/m-p/2551552#M16440</guid>
      <dc:creator>Rahul_Kale</dc:creator>
      <dc:date>2026-06-17T12:42:10Z</dc:date>
    </item>
  </channel>
</rss>

