<?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: XStream Oracle Permission in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507281#M13782</link>
    <description>&lt;P&gt;Hi Dana,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the Xstream configuration in Oracle, however with respect to Qlik XStream endpoint what is required? when I connect and Source Oracle Endpoint it says the Server is setup to support Streams. Having said that we have a QLIK-USER setup with all the pre-requisite permissions you have listed before. The only question is what is required to have the&amp;nbsp;&lt;SPAN&gt;XStream Administrator role granted to the QLIK--USER. It is a bet confusing?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2025 21:22:16 GMT</pubDate>
    <dc:creator>wali</dc:creator>
    <dc:date>2025-02-25T21:22:16Z</dc:date>
    <item>
      <title>XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507274#M13778</link>
      <description>&lt;P&gt;We are sitting up the XStream connection for Oracle. The Pre-requisite document states the following. "when the Oracle XStream endpoint is configured, the user specified in the endpoint setting must also be an XStream administrator?&lt;/P&gt;
&lt;P&gt;Can you provide the actual Oracle grants that is required for the XStream endpoint to be successful?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 20:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507274#M13778</guid>
      <dc:creator>wali</dc:creator>
      <dc:date>2025-02-25T20:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507277#M13779</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/294300"&gt;@wali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got this from the latest release (2024.11) user guide, it doesn't mention XStream administrator:&lt;/P&gt;
&lt;P&gt;To use the Oracle XStream endpoint in a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.replication variable"&gt;replication&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;task, the user defined in the Oracle XStream endpoint settings must be granted the following privileges in the Oracle database.&lt;/P&gt;
&lt;DIV class="note"&gt;&lt;SPAN class="sr-only"&gt;Information note&lt;/SPAN&gt;
&lt;P&gt;If any of the required privileges cannot be granted to a V$xxx, then grant them to the V_$xxx.&lt;/P&gt;
&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;CREATE SESSION&lt;/LI&gt;
&lt;LI&gt;SELECT on V_$PARAMETER&lt;/LI&gt;
&lt;LI&gt;SELECT on V_$NLS_PARAMETERS&lt;/LI&gt;
&lt;LI&gt;SELECT on V_$TIMEZONE_NAMES&lt;/LI&gt;
&lt;LI&gt;SELECT on GV_$TRANSACTION&lt;/LI&gt;
&lt;LI&gt;SELECT on V_$CONTAINERS&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_INDEXES&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_OBJECTS&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_TABLES&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_USERS&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_CATALOG&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_CONSTRAINTS&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_CONS_COLUMNS&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_TAB_COLS&lt;/LI&gt;
&lt;LI&gt;SELECT on ALL_IND_COLUMNS&lt;/LI&gt;
&lt;LI&gt;SELECT on SYS.DBA_REGISTRY&lt;/LI&gt;
&lt;LI&gt;If views are exposed: SELECT on ALL_VIEWS&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Permissions when&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.replicating variable"&gt;replicating&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;explicitly selected tables&lt;/H3&gt;
&lt;P class="Intro_List"&gt;Grant the following additional privilege (for each replicated table) when you are using an explicit table list:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SELECT on &amp;lt;any-replicated-table&amp;gt;;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Permissions when&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.replicating variable"&gt;replicating&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tables that match a pattern&lt;/H3&gt;
&lt;P class="Intro_List"&gt;Grant the following additional privilege when using a pattern for the table list:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SELECT ANY TABLE;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Permission for accessing an Oracle standby database&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;SELECT on V$STANDBY_LOG&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Permissions for accessing nested tables&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;SELECT on all_nested_tables&lt;/LI&gt;
&lt;LI&gt;SELECT on all_nested_table_cols&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;------------------------------------------&lt;/P&gt;
&lt;P&gt;Copied from:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/OracleXStream/oracle_prerequisites.htm" target="_blank"&gt;Prerequisites | Qlik Replicate Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 21:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507277#M13779</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-02-25T21:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507278#M13780</link>
      <description>&lt;P&gt;Hi Dana,&lt;/P&gt;
&lt;P&gt;Thank you for quick response. How can one grant XStream Administrator role to Qlik Replicate account?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 21:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507278#M13780</guid>
      <dc:creator>wali</dc:creator>
      <dc:date>2025-02-25T21:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507279#M13781</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/294300"&gt;@wali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did a quick search and found this:&amp;nbsp;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/21/xstrm/configuring-xstream-in.html#GUID-46DD1410-EDB2-447B-BF02-350CEED7C088" target="_blank"&gt;Configuring XStream In&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 21:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507279#M13781</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-02-25T21:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507281#M13782</link>
      <description>&lt;P&gt;Hi Dana,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the Xstream configuration in Oracle, however with respect to Qlik XStream endpoint what is required? when I connect and Source Oracle Endpoint it says the Server is setup to support Streams. Having said that we have a QLIK-USER setup with all the pre-requisite permissions you have listed before. The only question is what is required to have the&amp;nbsp;&lt;SPAN&gt;XStream Administrator role granted to the QLIK--USER. It is a bet confusing?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 21:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507281#M13782</guid>
      <dc:creator>wali</dc:creator>
      <dc:date>2025-02-25T21:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507288#M13783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/294300"&gt;@wali&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like the XStream Admin role isn't needed, and I don't see a way for the endpoint to automatically grant it.&lt;/P&gt;
&lt;P&gt;Also, you can't use the regular Oracle endpoint for XStream, it's a separate endpoint type. You need to be running version 2024.11 and have it included in your license. If you don't see Oracle XStream as an available endpoint type, but you are on 2024.11, then it is not in your license. You would need to contact your Account Manager.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 21:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507288#M13783</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-02-25T21:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507312#M13784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/294300"&gt;@wali&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;To use the Oracle XStream endpoint in a replication task, please note the following requirements:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;A GoldenGate license.&lt;/LI&gt;
&lt;LI&gt;The user defined in the Oracle XStream endpoint settings must be a GoldenGate administrator.&lt;/LI&gt;
&lt;LI&gt;When configuring the Oracle XStream endpoint to create the XStream Server, the specified user must also be an XStream administrator.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;For more information, please check &lt;A href="https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/OracleXStream/oracle_prerequisites.htm#:~:text=source%20table%20columns.-,GoldenGate%20requirements,-To%20use%20the" target="_blank" rel="noopener"&gt;GoldenGate requirements&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 05:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507312#M13784</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2025-02-26T05:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507419#M13787</link>
      <description>&lt;P&gt;Hi Desmond,&lt;/P&gt;
&lt;P&gt;1: How and what can be done to verify the goldengate license?&lt;/P&gt;
&lt;P&gt;2: What is the GRANTS for the QLIK REPL USER ACCOUNT to have the Goldengate administrator role?&lt;/P&gt;
&lt;P&gt;3: Dana provided the XStream administrator role setup. We are good there.&lt;/P&gt;
&lt;P&gt;4: Does our Qlik Replicate for Oracle endpoint needs to have license for XStream connector as well? or it is already given?&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Wali&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 14:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2507419#M13787</guid>
      <dc:creator>wali</dc:creator>
      <dc:date>2025-02-26T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: XStream Oracle Permission</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2508041#M13809</link>
      <description>&lt;P&gt;I have setup everything as per documentation and still getting this error.&lt;/P&gt;
&lt;P&gt;00021264: 2025-02-28T18:19:56:680264 [SOURCE_CAPTURE&amp;nbsp; ]E:&amp;nbsp; OCI error 'ORA-01031: insufficient privileges' [1022307]&amp;nbsp; (oracle_xstream_utils.c:913)&lt;/P&gt;
&lt;P&gt;00021264: 2025-02-28T18:19:56:849704 [SOURCE_CAPTURE&amp;nbsp; ]E:&amp;nbsp; Error executing command [1022307]&amp;nbsp; (streamcomponent.c:2056)&lt;/P&gt;
&lt;P&gt;00021264: 2025-02-28T18:19:56:849704 [TASK_MANAGER&amp;nbsp;&amp;nbsp;&amp;nbsp; ]E:&amp;nbsp; Stream component failed at subtask 0, component st_0_CAMP_XStream&amp;nbsp; [1022307]&amp;nbsp; (subtask.c:1474)&lt;/P&gt;
&lt;P&gt;00021264: 2025-02-28T18:19:56:849704 [SOURCE_CAPTURE&amp;nbsp; ]E:&amp;nbsp; Stream component 'st_0_CAMP_XStream' terminated [1022307]&amp;nbsp; (subtask.c:1643)&lt;/P&gt;
&lt;P&gt;00021264: 2025-02-28T18:19:57:100991 [SOURCE_CAPTURE&amp;nbsp; ]E:&amp;nbsp; OCI error 'Error - OCI_INVALID_HANDLE' [1022307]&amp;nbsp; (oracle_xstream_utils.c:98)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wali_0-1741010983723.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178060iFB6688E09C80E4E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wali_0-1741010983723.jpeg" alt="wali_0-1741010983723.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 14:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/XStream-Oracle-Permission/m-p/2508041#M13809</guid>
      <dc:creator>wali</dc:creator>
      <dc:date>2025-03-03T14:10:01Z</dc:date>
    </item>
  </channel>
</rss>

