<?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: Qlik Replicate - dba_objects and attrep_dir_test in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2096346#M6797</link>
    <description>&lt;P&gt;Good morning Mr. Wang,&lt;/P&gt;
&lt;P&gt;Thank you for the recommendation; besides the verbose task log file I couldn't view the&amp;nbsp;&lt;SPAN class="mc-variable Replicate.control_table_prefix variable"&gt;attrep&lt;/SPAN&gt;&lt;SPAN&gt;_apply_exceptions table in order to gather information for the support team&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please enlighten me how to make that possible&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Sat, 22 Jul 2023 15:16:17 GMT</pubDate>
    <dc:creator>lqthinguyen</dc:creator>
    <dc:date>2023-07-22T15:16:17Z</dc:date>
    <item>
      <title>Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095415#M6756</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear panel,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It would be helpful if a Qlik Replicate expert to enlighten me&amp;nbsp; the purposes behind the following query and directory within the application; especially when they are being exercised even though I understand the commands themselves&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;select count(*) from dba_objects where 1 = 0&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note We're using Oracle version 19c for the SOURCE.&amp;nbsp; We didn't execute the GRANT permission on DBA_OBJECTS; therefore an error was logged to&amp;nbsp; the Oracle *.trc file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;create or replace directory attrep_dir_test&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note:&amp;nbsp; We created manually two directories without the attrep* prefix for the ARCHIVED and ONLINE logs instead relying on Qlik Replicate ; yet we received ORA-1031 error.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you in advance&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 22:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095415#M6756</guid>
      <dc:creator>lqthinguyen</dc:creator>
      <dc:date>2023-07-19T22:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095472#M6757</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;The Quires you have raised related to Privileges and Permission related. Request you to Follow help document.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedReplicateHDD/Oracle/OracleDBSource_Security.htm" target="_blank"&gt;Required permissions | Qlik Replicate Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;if replicate user has not those permission, then in such case it would not be functional as it Supposed to be.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;DBA_OBJECTS used by Qlik replicate to get the info of table's metadata&amp;nbsp;and later&amp;nbsp;to capture and process the changes&amp;nbsp;for the participating Tables. Reason for that when Oracle process works internally,&amp;nbsp;they didn't&amp;nbsp;capture changes&amp;nbsp;on the basis of the OBJECT_NAME/TABLE_NAME rather than they use OBJECT_ID.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;About&amp;nbsp;manually two directories which created manually.&amp;nbsp;&amp;nbsp;Qlik Replicate Muut have File level Access to that Directory,&amp;nbsp;and it must have Read and write privileges&amp;nbsp;assigned&amp;nbsp;at DB and OS level.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;kindly find the snippet from HELP DOC.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&amp;nbsp;&lt;/SPAN&gt;CREATE ANY DIRECTORY&lt;BR /&gt;* Qlik Replicate uses following Oracle file access features:&lt;/P&gt;
&lt;P&gt;Oracle file features work together with Oracle directories. Each Oracle directory object includes the name of the folder containing the files which need to be processed.&lt;/P&gt;
&lt;P&gt;If you want Replicate 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 attrep_. 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;/P&gt;
&lt;P&gt;If the Oracle source endpoint is configured to copy the Redo log files to a temporary folder, and the Oracle user specified in the Oracle source endpoint is not the user that created the Oracle directories, the following additional privileges are required:&lt;/P&gt;
&lt;P&gt;READ on the Oracle directory object specified as the source directory&lt;BR /&gt;WRITE on the directory object specified as the destination directory in the copy process."&lt;/P&gt;
&lt;P&gt;if it answers your Question then request you to mark it as Accept as Solution "&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 01:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095472#M6757</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2023-07-20T01:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095490#M6760</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/235816"&gt;@lqthinguyen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Besides&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149217"&gt;@SushilKumar&lt;/a&gt;&amp;nbsp;comment, I'd like to add additional explanations for the 2 SQL usage:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;select count(*) from dba_objects where 1 = 0&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Replicate utilizes this system data dictionary view to verify the&amp;nbsp;permission granted, and this also why "1= 0" used.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;create or replace directory attrep_dir_test&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Replicate use this SQL to verify if the create directory permission granted and if it works fine by creating the directory first then drop it as it's unnecessary during task runtime. If DBA creates the needed directories manually prior to the task startup, then the warning about this privilege can be safely ignored.&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>Thu, 20 Jul 2023 03:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095490#M6760</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-07-20T03:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095513#M6761</link>
      <description>&lt;P&gt;Good evening Sushil Kumar and Mr. John Wang&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you for your replies to my post!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2022/Content/Global_Common/Content/SharedReplicateHDD/Oracle/OracleDBSource_Security.htm" target="_blank" rel="noopener" data-saferedirecturl="https://www.google.com/url?q=https://help.qlik.com/en-US/replicate/November2022/Content/Global_Common/Content/SharedReplicateHDD/Oracle/OracleDBSource_Security.htm&amp;amp;source=gmail&amp;amp;ust=1689917673039000&amp;amp;usg=AOvVaw2HrmybYTXw-eVpSs7cVlTX"&gt;https://help.qlik.com/en-US/&lt;WBR /&gt;replicate/November2022/&lt;WBR /&gt;Content/Global_Common/Content/&lt;WBR /&gt;SharedReplicateHDD/Oracle/&lt;WBR /&gt;OracleDBSource_Security.htm&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;OL&gt;
&lt;LI&gt;SELECT on DBA_OBJECTS -&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Required if the Oracle version is earlier than 11.2.0.3&lt;/STRONG&gt;.&amp;nbsp; - I&amp;nbsp; have interpreted as if the SOURCE ( Oracle ) version is older than 11.2.0.3 then execute the 'GRANT SELECT on DBA_OBJECTS to &amp;lt;username&amp;gt;'.&amp;nbsp; We are using Oracle 19c therefore the GRANT is NOT required for &amp;lt;username&amp;gt; ?&lt;/LI&gt;
&lt;/OL&gt;
&lt;UL&gt;
&lt;LI&gt;Please confirm this for me otherwise I have to execute the GRANT command because Mr. John Wang has explained that "Replicate utilizes this system data dictionary view to verify the permission granted, and this also why "1= 0" used,"&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT face="arial, sans-serif"&gt;CREATE OR REPLACE DIRECTORY&amp;nbsp; attrep_dir_test&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;DIV&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="arial, sans-serif" color="#54565a"&gt;At a high level, it seems like Replication from SOURCE ( Oracle Database ) to TARGET ( Oracle RDS ) works accordingly.&amp;nbsp; Mr. Wang has enlightened me to ignore this error/warning because "&lt;/FONT&gt;If DBA creates the needed directories manually prior to the task startup, then the warning about this privilege can be safely ignored. Hope this helps".&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV&gt;I am doing my diligent with all the ORA- and message that have logged to the *.trc file&lt;/DIV&gt;
&lt;DIV&gt;Once again THANK YOU!&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Jul 2023 05:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095513#M6761</guid>
      <dc:creator>lqthinguyen</dc:creator>
      <dc:date>2023-07-20T05:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095524#M6763</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/235816"&gt;@lqthinguyen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Good catch! Thank you so the clarification.&lt;/P&gt;
&lt;P&gt;We'd like to suggest you open a support ticket and we will trace the issue with R&amp;amp;D, looks to me this line is out of date, we need to keep the documentation updated.&lt;/P&gt;
&lt;P&gt;thank you,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 06:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095524#M6763</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-07-20T06:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095893#M6777</link>
      <description>&lt;P&gt;Mr. Wang,&lt;/P&gt;
&lt;P&gt;Our SOURCE ( Oracle WE8MSWIN1252 ) and TARGET ( Oracle RDS&amp;nbsp; AL32UTF8) databases have different values for the NLS_NCHAR_CHARACTERSET parameter.&lt;/P&gt;
&lt;P&gt;We want to do a very quick test whether vi 'alter session'&amp;nbsp; to see if that is the root of our&amp;nbsp; 'ORA-12899:value too large for column DESC_TX (actua&lt;STRONG&gt;l:4010,&lt;/STRONG&gt; maximum&lt;STRONG&gt;:4000)&lt;/STRONG&gt;'&amp;nbsp; error before executing the 'ALTER DATABASE&amp;nbsp;character set INTERNAL_USE' command.&lt;/P&gt;
&lt;P&gt;Anyway we did followed the instructions from the below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Oracle-Character-Set-leading-to-different-data/ta-p/1945224" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Oracle-Character-Set-leading-...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and we received the following error message&lt;/P&gt;
&lt;P&gt;Direct Path error: Failed converting column 'DESC_TX' data&lt;/P&gt;
&lt;P&gt;ORA-12899:value too large for column DESC_TX (actua&lt;STRONG&gt;l:3998,&lt;/STRONG&gt; maximum&lt;STRONG&gt;:4000)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Our preference is to go through Qlik Replicate instead making the change in the database instance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 01:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2095893#M6777</guid>
      <dc:creator>lqthinguyen</dc:creator>
      <dc:date>2023-07-21T01:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2096168#M6789</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/235816"&gt;@lqthinguyen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;UTF8 is super char set of 1252, in general it should be fine. We need additional information to understand the issue. please open a support ticket and attach:&lt;/P&gt;
&lt;P&gt;1. both source and target sides table creation DDL&lt;/P&gt;
&lt;P&gt;2. verbose task log file&lt;/P&gt;
&lt;P&gt;The support team would like to help with this case.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2096168#M6789</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-07-21T13:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2096346#M6797</link>
      <description>&lt;P&gt;Good morning Mr. Wang,&lt;/P&gt;
&lt;P&gt;Thank you for the recommendation; besides the verbose task log file I couldn't view the&amp;nbsp;&lt;SPAN class="mc-variable Replicate.control_table_prefix variable"&gt;attrep&lt;/SPAN&gt;&lt;SPAN&gt;_apply_exceptions table in order to gather information for the support team&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please enlighten me how to make that possible&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 15:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2096346#M6797</guid>
      <dc:creator>lqthinguyen</dc:creator>
      <dc:date>2023-07-22T15:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2096354#M6798</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/235816"&gt;@lqthinguyen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This internal table ,&amp;nbsp;&lt;SPAN class="mc-variable Replicate.control_table_prefix variable"&gt;attrep&lt;/SPAN&gt;&lt;SPAN&gt;_apply_exceptions&amp;nbsp;, was created in target side database, as same as other replicated table's location (unless it's positioned to another specific location. please take note the name is in lower case, if the target database is case sensitive). You can query it and save the return set to an Excel format file for support team analysis.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 02:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2096354#M6798</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-07-23T02:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate - dba_objects and attrep_dir_test</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2097666#M6856</link>
      <description>&lt;P&gt;Good evening,&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 05:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-dba-objects-and-attrep-dir-test/m-p/2097666#M6856</guid>
      <dc:creator>lqthinguyen</dc:creator>
      <dc:date>2023-07-27T05:12:52Z</dc:date>
    </item>
  </channel>
</rss>

