<?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: Errors when starting task for the first time - logstream to Oracle database. Insufficient pri... in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959038#M3237</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try with unchecking "Use direct path full load" on the advanced tab of the oracle endpoint&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also i've seen a similar issue and the fix was to grant LOCK ANY TABLE to ATTREP;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems the permissions which are missing from the TARGET (not SOURCE):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lyka&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 16:16:56 GMT</pubDate>
    <dc:creator>lyka</dc:creator>
    <dc:date>2022-07-21T16:16:56Z</dc:date>
    <item>
      <title>Errors when starting task for the first time - logstream to Oracle database.  Insufficient privileges</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959035#M3236</link>
      <description>&lt;DIV class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20063"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="txtView63" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20063"&gt;00000336: 2022-07-21T16:08:59 [TASK_MANAGER ]I: Task error notification received from subtask 1, thread 1, status 1020414 (replicationtask.c:3464)&lt;/DIV&gt;
&lt;DIV id="txtView64" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20064"&gt;&lt;SPAN class="rColor"&gt;00003888: 2022-07-21T16:08:59 [TARGET_LOAD ]E: ORA-00604: error occurred at recursive SQL level 1 ORA-01031: insufficient privileges [1022307] (oracle_endpoint_load.c:1598) &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="txtView65" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20065"&gt;&lt;SPAN class="rColor"&gt;00003888: 2022-07-21T16:08:59 [TARGET_LOAD ]E: Direct Path error [1022307] (oracle_endpoint_load.c:1598) &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="txtView66" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20066"&gt;&lt;SPAN class="rColor"&gt;00003888: 2022-07-21T16:08:59 [TARGET_LOAD ]E: Endpoint is disconnected [1020414] (endpointshell.c:3976) &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="txtView67" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20067"&gt;&lt;SPAN class="rColor"&gt;00003888: 2022-07-21T16:08:59 [TARGET_LOAD ]E: Error executing data handler [1020414] (streamcomponent.c:2001) &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="txtView68" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects textRecordSelected" tabindex="20068"&gt;&lt;SPAN class="rColor"&gt;00003888: 2022-07-21T16:08:59 [TASK_MANAGER ]E: Stream component failed at subtask 1, component st_1_ITO_Material_Status1 [1020414] (subtask.c:1396) &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV id="txtView69" class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20069"&gt;&lt;SPAN class="rColor"&gt;00003888: 2022-07-21T16:08:59 [TARGET_LOAD ]E: Stream component 'st_1_ITO_Material_Status1' terminated [1020414] (subtask.c:1565) &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20069"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20069"&gt;&lt;SPAN class="rColor"&gt;I have issued the following grants per:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Oracle/security_req_oracle_target.htm#Security%20requirements" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/replicate/May2022/Content/Replicate/Main/Oracle/security_req_oracle_target.htm#Security%20requirements&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20069"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="tvRow ng-binding ng-scope ng-isolate-scope fontEffects" tabindex="20069"&gt;
&lt;P&gt;GRANT SELECT ON SYS.ALL_CONSTRAINTS TO USER;&lt;BR /&gt;GRANT SELECT ON SYS.ALL_CONS_COLUMNS TO USER;&lt;BR /&gt;GRANT SELECT ON SYS.ALL_INDEXES TO USER;&lt;BR /&gt;GRANT SELECT ON SYS.ALL_IND_COLUMNS TO USER;&lt;/P&gt;
&lt;P&gt;GRANT ALTER ANY TABLE TO USER;&lt;BR /&gt;GRANT CREATE ANY INDEX TO USER;&lt;BR /&gt;GRANT CREATE ANY TABLE TO USER;&lt;BR /&gt;GRANT DELETE ANY TABLE TO USER;&lt;BR /&gt;GRANT DROP ANY TABLE TO USER;&lt;BR /&gt;GRANT INSERT ANY TABLE TO USER;&lt;BR /&gt;GRANT SELECT ANY TABLE TO USER;&lt;BR /&gt;GRANT UPDATE ANY TABLE TO USER;&lt;/P&gt;
&lt;P&gt;Any ideas on what I might be missing?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Jul 2022 16:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959035#M3236</guid>
      <dc:creator>PapaC</dc:creator>
      <dc:date>2022-07-21T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Errors when starting task for the first time - logstream to Oracle database. Insufficient pri...</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959038#M3237</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try with unchecking "Use direct path full load" on the advanced tab of the oracle endpoint&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also i've seen a similar issue and the fix was to grant LOCK ANY TABLE to ATTREP;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems the permissions which are missing from the TARGET (not SOURCE):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lyka&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 16:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959038#M3237</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-07-21T16:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Errors when starting task for the first time - logstream to Oracle database. Insufficient pri...</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959054#M3238</link>
      <description>&lt;P&gt;That worked!&amp;nbsp; It performed the Full Load.&amp;nbsp; But, instead of writing to the table that I had already created, it created another table.&amp;nbsp; Is there a reason that it did not use the existing table?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 17:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959054#M3238</guid>
      <dc:creator>PapaC</dc:creator>
      <dc:date>2022-07-21T17:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Errors when starting task for the first time - logstream to Oracle database.  Insufficient privileges</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959057#M3239</link>
      <description>&lt;P&gt;My error!&amp;nbsp; I found that I had entered the table name in mixed case in the Table Name field.&amp;nbsp; It is now loading the correct table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for much for the help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 17:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959057#M3239</guid>
      <dc:creator>PapaC</dc:creator>
      <dc:date>2022-07-21T17:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Errors when starting task for the first time - logstream to Oracle database. Insufficient pri...</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959066#M3240</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Im glad that worked out for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 17:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Errors-when-starting-task-for-the-first-time-logstream-to-Oracle/m-p/1959066#M3240</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-07-21T17:26:29Z</dc:date>
    </item>
  </channel>
</rss>

