<?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 permission denied on ASM disk group | Oracle DB Source in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/permission-denied-on-ASM-disk-group-Oracle-DB-Source/m-p/2504601#M13657</link>
    <description>&lt;P&gt;I am using Oracle Database 19c (&lt;STRONG&gt;ExaCC&lt;/STRONG&gt;) as source where the redo logs are stored over ASM. I have provided all the required details of ASM and can see&amp;nbsp;test connection is working fine but when I try to run the task on Qlik Replicate using this source, I am getting the below ASM DBMS_DISKGROUP Error:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Failed opening ASM file '+DATAC1/DBEXA/ONLINELOG/group_1.4969.1184945029', thread id '1'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;OCI error 'ORA-15056: additional error message&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-17503: ksfdopn:2 Failed to open file +DATAC1/DBEXA/ONLINELOG/group_1.4969.1184945029&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-15260: permission denied on ASM disk group&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-06512: at "SYS.X$DBMS_DISKGROUP", line 405&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-06512: at line 1'&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;From SQLPlus, I can see its working for the same account by running below:&lt;/P&gt;
&lt;P&gt;sqlplus / as sysasm&lt;/P&gt;
&lt;P&gt;SQL&amp;gt;&amp;nbsp;&lt;BR /&gt;set serveroutput on;&lt;BR /&gt;declare&lt;BR /&gt;v_handle number;&lt;BR /&gt;v_pblksz number;&lt;BR /&gt;v_fsz number;&lt;BR /&gt;begin&lt;BR /&gt;dbms_diskgroup.open('+DATAC1/DBEXA/ONLINELOG/group_1.4969.1184945029','r',2,8192,v_handle,v_pblksz,v_fsz);&lt;BR /&gt;dbms_output.put_line('open file sucess file,file handle NO. '||v_handle);&lt;BR /&gt;dbms_output.put_line('open file sucess file,file file size is'||v_fsz);&lt;BR /&gt;dbms_diskgroup.close(v_handle);&lt;BR /&gt;end;&lt;BR /&gt;SQL&amp;gt; &lt;EM&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;open file sucess file,file handle NO. 0&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;open file sucess file,file file size is409600&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can anyone please assist on this issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2025 12:05:53 GMT</pubDate>
    <dc:creator>shnaqi</dc:creator>
    <dc:date>2025-02-05T12:05:53Z</dc:date>
    <item>
      <title>permission denied on ASM disk group | Oracle DB Source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/permission-denied-on-ASM-disk-group-Oracle-DB-Source/m-p/2504601#M13657</link>
      <description>&lt;P&gt;I am using Oracle Database 19c (&lt;STRONG&gt;ExaCC&lt;/STRONG&gt;) as source where the redo logs are stored over ASM. I have provided all the required details of ASM and can see&amp;nbsp;test connection is working fine but when I try to run the task on Qlik Replicate using this source, I am getting the below ASM DBMS_DISKGROUP Error:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Failed opening ASM file '+DATAC1/DBEXA/ONLINELOG/group_1.4969.1184945029', thread id '1'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;OCI error 'ORA-15056: additional error message&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-17503: ksfdopn:2 Failed to open file +DATAC1/DBEXA/ONLINELOG/group_1.4969.1184945029&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-15260: permission denied on ASM disk group&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-06512: at "SYS.X$DBMS_DISKGROUP", line 405&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ORA-06512: at line 1'&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;From SQLPlus, I can see its working for the same account by running below:&lt;/P&gt;
&lt;P&gt;sqlplus / as sysasm&lt;/P&gt;
&lt;P&gt;SQL&amp;gt;&amp;nbsp;&lt;BR /&gt;set serveroutput on;&lt;BR /&gt;declare&lt;BR /&gt;v_handle number;&lt;BR /&gt;v_pblksz number;&lt;BR /&gt;v_fsz number;&lt;BR /&gt;begin&lt;BR /&gt;dbms_diskgroup.open('+DATAC1/DBEXA/ONLINELOG/group_1.4969.1184945029','r',2,8192,v_handle,v_pblksz,v_fsz);&lt;BR /&gt;dbms_output.put_line('open file sucess file,file handle NO. '||v_handle);&lt;BR /&gt;dbms_output.put_line('open file sucess file,file file size is'||v_fsz);&lt;BR /&gt;dbms_diskgroup.close(v_handle);&lt;BR /&gt;end;&lt;BR /&gt;SQL&amp;gt; &lt;EM&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;open file sucess file,file handle NO. 0&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;open file sucess file,file file size is409600&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can anyone please assist on this issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 12:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/permission-denied-on-ASM-disk-group-Oracle-DB-Source/m-p/2504601#M13657</guid>
      <dc:creator>shnaqi</dc:creator>
      <dc:date>2025-02-05T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: permission denied on ASM disk group | Oracle DB Source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/permission-denied-on-ASM-disk-group-Oracle-DB-Source/m-p/2504754#M13660</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please make sure you provided the user used by Replicate all the required permissions as defined in the Replicate users guide (see link below). Did you define the Replicate user that is used to access the endpoint as sysdba or sysasm? Specifically, Please review the section 'required ASM priviliges' section in this link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2024/Content/Global_Common/Content/SharedReplicateHDD/Oracle/OracleDBSource_Security.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2024/Content/Global_Common/Content/SharedReplicateHDD/Oracle/OracleDBSource_Security.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Orit&lt;/P&gt;
&lt;H2 id="anchor-4" tabindex="-1"&gt;&amp;nbsp;&lt;/H2&gt;</description>
      <pubDate>Thu, 06 Feb 2025 08:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/permission-denied-on-ASM-disk-group-Oracle-DB-Source/m-p/2504754#M13660</guid>
      <dc:creator>OritA</dc:creator>
      <dc:date>2025-02-06T08:51:59Z</dc:date>
    </item>
  </channel>
</rss>

