<?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: create permission check failed for oracle directory objects in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974610#M3584</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would like to validate the DR source end-points as part of the DR readiness. Due to this warning the test connection of source DR end-points are not passed. We are not sure the end-points are working or not. How do we validate it. At the same time sqlplus connection from replicate server to source DR is working fine. What is the reason for this warning? Please advise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;BR /&gt;Adersh&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 07:43:46 GMT</pubDate>
    <dc:creator>adershb</dc:creator>
    <dc:date>2022-08-30T07:43:46Z</dc:date>
    <item>
      <title>create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914701#M2300</link>
      <description>&lt;P&gt;DBA will not grant CREATE ANY DIRECTORY privilege. He says oracle directories for REDO and ARCHIVED logs are already created and READ was granted to QLIKREPLICATE user and I don't need to create them.&lt;BR /&gt;&lt;BR /&gt;How do I set the names of the directories in the Qlik replication configuration and skip the CREATE DIRECTORY step?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 20:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914701#M2300</guid>
      <dc:creator>SomeDude</dc:creator>
      <dc:date>2022-04-05T20:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914703#M2301</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You need to create the corresponding directories manually. The names of directories that are created manually must not be prefixed with ATTUREP_, ATTUTMP_, or ATTUGRP_. If you create the directories manually and the Oracle user specified in the Oracle Source endpoint is not the user that created the Oracle Directories, grant the READ on DIRECTORY privilege as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sample SQL Statements: create or replace directory _ATTU_ONLINE as &amp;lt;’ONLINE_REDO_PATH’&amp;gt; create or replace directory _ATTU_ARCHIVE as &amp;lt;’ARCHIVE_LOG_PATH’&amp;gt; create or replace directory _ATTU_ALTERNATIVE as &amp;lt;'ALTERNATIVE_PATH define in endpoint'&amp;gt; GRANT SELECT ON dba_directories TO ARUSER; --- Please not include the last '\' in path. E.g. following definition will lead “directory can’t be found” error. Create directory ABC_ATTU_ONLINE as c:\Oracle\online\’&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Lyka&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 20:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914703#M2301</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-04-05T20:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914705#M2302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173462"&gt;@SomeDude&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If your source is Oracle:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Productshort variable"&gt;Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to create and manage the Oracle directories, you need to grant the CREATE ANY DIRECTORY privilege specified above. Note that the directory names will be prefixed with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.control_table_prefix variable"&gt;attrep&lt;/SPAN&gt;&lt;CODE&gt;_&lt;/CODE&gt;&lt;SPAN&gt;. If you do not grant this privilege, you need to create the corresponding directories manually. The names of directories that are created manually must not be prefixed with ATTUREP_, ATTUTMP_, or ATTUGRP_. If you create the directories manually and the Oracle user specified in the Oracle Source endpoint is not the user that created the Oracle Directories, grant the READ on DIRECTORY privilege as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If your source is RDS Oracle:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Set up the supplemental logging.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The following steps are relevant only when using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.oraclebinaryreader variable"&gt;Replicate Log Reader&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to access the redo logs.&lt;/P&gt;
&lt;H3&gt;Create directories for online and archived logs&lt;/H3&gt;
&lt;P&gt;Before you can use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.oraclebinaryreader variable"&gt;Replicate Log Reader&lt;/SPAN&gt;, you need to create directories for the online and archived logs.&lt;/P&gt;
&lt;P class="Intro_Task"&gt;To create the directories, run the following commands:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;exec rdsadmin.rdsadmin_master_util.create_archivelog_dir;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;exec rdsadmin.rdsadmin_master_util.create_onlinelog_dir;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="Intro_Task"&gt;To remove the directories (if there are no ongoing&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;tasks), run the following commands:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;exec rdsadmin.rdsadmin_master_util.drop_archivelog_dir;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;exec rdsadmin.rdsadmin_master_util.drop_onlinelog_dir;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;For more information please refer to the below user guide link:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Oracle/Work_with_Oracle_on_Amazon_RDS.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Oracle/Work_with_Oracle_on_Amazon_RDS.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Code"&gt;Swathi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 20:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914705#M2302</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-04-05T20:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914706#M2303</link>
      <description>&lt;P&gt;Hi Some Dude,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is also an article in the Qlik knowledge base that discusses this topic that may help out.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Why-does-Replicate-perform-create-directory-and-drop-directory/ta-p/1881066" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/Why-does-Replicate-perform-create-directory-and-drop-directory/ta-p/1881066&lt;/A&gt;&lt;/P&gt;
&lt;DIV id="contentWrapper"&gt;
&lt;DIV class="bodyDiv brdPalette brandPrimaryBrd"&gt;
&lt;TABLE id="bodyTable" class="outer" border="0" width="100%" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=" oRight"&gt;
&lt;DIV id="5001r0000289G7G_RelatedCommentsList" class="bRelatedList first"&gt;
&lt;DIV class="noStandardTab"&gt;
&lt;DIV class="bPageBlock brandSecondaryBrd secondaryPalette"&gt;
&lt;DIV id="5001r0000289G7G_RelatedCommentsList_body" class="pbBody"&gt;
&lt;TABLE class="list" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR class="dataRow odd highlight"&gt;
&lt;TD class=" dataCell  "&gt;Thank you, &lt;BR /&gt;Michael Litz &lt;BR /&gt;Support Engineer&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Apr 2022 20:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914706#M2303</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2022-04-05T20:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914710#M2305</link>
      <description>&lt;P&gt;Thanks for that. Directories were created and READ permission granted to the QlikReplicate user. We are still getting the "&lt;SPAN&gt;create permission check failed for oracle directory objects" message. Is there something we need to do to get around this error, like manually entering the directory names in the Replicate configuration?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 20:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914710#M2305</guid>
      <dc:creator>SomeDude</dc:creator>
      <dc:date>2022-04-05T20:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914719#M2306</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If you are getting this message when you test the endpoint, its most likely a warning that you can safely ignore.&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>Tue, 05 Apr 2022 21:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1914719#M2306</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-04-05T21:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974364#M3582</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/113691"&gt;@lyka&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have created a new source end-point for DR database of primary. While testing the DR source end-point getting this warning&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;create permission check failed for oracle directory objects"&amp;nbsp;. Primary site source end-point is working and task is running fine. This is just for the DR readiness we created the source DR end-points and tried to validate it. in DR site the physical standby is in read only mode with apply as below.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPEN_MODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATABASE_ROLE&lt;/P&gt;
&lt;P&gt;--------- -------------------- ----------------&lt;/P&gt;
&lt;P&gt;AG0001P&amp;nbsp;&amp;nbsp; READ ONLY WITH APPLY PHYSICAL STANDBY&lt;/P&gt;
&lt;P&gt;At the same time when we try to validate the DR site source connection through sqlplus it is working fine. Why the source end-point is giving this warning ? Hence we cannot validate the SR source end-points.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please advise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Adersh&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 15:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974364#M3582</guid>
      <dc:creator>adershb</dc:creator>
      <dc:date>2022-08-29T15:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974483#M3583</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/143229"&gt;@adershb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;SPAN&gt;warning&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;create permission check failed for oracle directory objects" can be safely ignored if you are accessing standby node of Oracle source. This warning only show up in EndPoint Connection Test. It does not impact the task running.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 00:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974483#M3583</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2022-08-30T00:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974610#M3584</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would like to validate the DR source end-points as part of the DR readiness. Due to this warning the test connection of source DR end-points are not passed. We are not sure the end-points are working or not. How do we validate it. At the same time sqlplus connection from replicate server to source DR is working fine. What is the reason for this warning? Please advise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;BR /&gt;Adersh&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 07:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974610#M3584</guid>
      <dc:creator>adershb</dc:creator>
      <dc:date>2022-08-30T07:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974670#M3585</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/143229"&gt;@adershb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As DR node is some special (eg it's read-only ) and Replicate needs some additional privileges (eg&amp;nbsp;SELECT on V$STANDBY_LOG), there is chance to get the warning.&lt;/P&gt;
&lt;P&gt;The way to know the reason is checking the "repsrv.log" file after you press the "Test Connection" button. Steps:&lt;/P&gt;
&lt;P&gt;1- Set "Server" --&amp;gt; "Server Logging Levels" --&amp;gt; "SERVER" to "Verbose"&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ServerLogging.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87845i5A2D959E776D94F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="ServerLogging.jpg" alt="ServerLogging.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_206969a2117ac9john_wang_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;2- Press "Test Connection" then check the "repsrv.log". The file show what's the operations/SQLs are done during the Test Connection.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 09:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974670#M3585</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2022-08-30T09:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974685#M3586</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&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;I have tested this with verbose logging. Please see the below output from repsrv.log&amp;nbsp;&lt;/P&gt;
&lt;P&gt;00018855: 2022-08-30T09:02:18:858649 [SERVER ]V: Oracle error code is '604' (oracle_endpoint_utils.c:3113)&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858710 [SERVER ]T: ORA-00604: error occurred at recursive SQL level 1 ORA-16000: database or pluggable database open for read-only access [1022307] (oracle_endpoint_utils.c:3113)&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858752 [SERVER ]T: Create permission check failed for Oracle directory objects [1020103] (oracle_endpoint_conn.c:514)&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858778 [SERVER ]T: Free component test_database (oracle_endpoint.c:51)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached the repsrv.log for your reference. Please advise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, Adersh&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 09:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974685#M3586</guid>
      <dc:creator>adershb</dc:creator>
      <dc:date>2022-08-30T09:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974688#M3587</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/143229"&gt;@adershb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For security reason, please do not share your log files in community articles. Remove the file asap please.&lt;/P&gt;
&lt;P&gt;A support ticket is needed, please open a support case and attach the file. Support team will help you on the issue.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 09:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974688#M3587</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2022-08-30T09:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974694#M3588</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Removed the log file. From the output, what could be the reason. Is that due to read-only standby?&lt;/P&gt;
&lt;P&gt;see the below output from repsrv.log&amp;nbsp;&lt;/P&gt;
&lt;P&gt;00018855: 2022-08-30T09:02:18:858649 [SERVER ]V: Oracle error code is '604' (oracle_endpoint_utils.c:3113)&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858710 [SERVER ]T: ORA-00604: error occurred at recursive SQL level 1 ORA-16000: database or pluggable database open for read-only access [1022307] (oracle_endpoint_utils.c:3113)&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858752 [SERVER ]T: Create permission check failed for Oracle directory objects [1020103] (oracle_endpoint_conn.c:514)&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858778 [SERVER ]T: Free component test_database (oracle_endpoint.c:51)&lt;/P&gt;
&lt;P&gt;Already a case opened with support - case # 50619&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adersh&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 09:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974694#M3588</guid>
      <dc:creator>adershb</dc:creator>
      <dc:date>2022-08-30T09:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: create permission check failed for oracle directory objects</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974904#M3594</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you. The warning was due to the create directory statement failed as the source DB was a physical standby (readonly).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;00018855: 2022-08-30T09:02:18:332367 [SERVER ]T: Going to execute the statement 'create or replace directory attrep_dir_test as 'attrep_dir_test'' (without select) (oracle_endpoint_utils.c:3103)&lt;BR /&gt;&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858649 [SERVER ]V: Oracle error code is '604' (oracle_endpoint_utils.c:3113)&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858710 [SERVER ]T: ORA-00604: error occurred at recursive SQL level 1 ORA-16000: database or pluggable database open for read-only access [1022307] (oracle_endpoint_utils.c:3113)&lt;BR /&gt;00018855: 2022-08-30T09:02:18:858752 [SERVER ]T: Create permission check failed for Oracle directory objects [1020103] (oracle_endpoint_conn.c:514)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Adersh&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 14:43:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/create-permission-check-failed-for-oracle-directory-objects/m-p/1974904#M3594</guid>
      <dc:creator>adershb</dc:creator>
      <dc:date>2022-08-30T14:43:09Z</dc:date>
    </item>
  </channel>
</rss>

