<?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>article Quick Guide: Installing and Configuring Oracle 21c Instant Client on Linux for Qlik Replicate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Quick-Guide-Installing-and-Configuring-Oracle-21c-Instant-Client/ta-p/2483553</link>
    <description>&lt;P&gt;This guide provides a step-by-step process for installing and configuring the &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Oracle 21c Instant Client&lt;/STRONG&gt;&lt;/FONT&gt; for use with Qlik Replicate. Note that Qlik Replicate should already be installed before proceeding.&lt;/P&gt;
&lt;P&gt;For more information, &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Installation/Linux_Install_Upgrade_and_Uninstall.htm#ar_installation_558397570_1699268" target="_blank" rel="noopener"&gt;Setting up Qlik Replicate on Linux&lt;/A&gt;, a comprehensive list of &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Support%20Matrix/supported_win_platforms.htm#ar_app_supported_dbversions_993761142_1331183:~:text=2022%20(64%2Dbit)-,Supported%20Linux%20platforms,Red%20Hat%20Enterprise%20Linux%209.x%20(64%2Dbit),-Did%20this%20page" target="_blank" rel="noopener"&gt;supported Linux platforms&lt;/A&gt; and &lt;A href="https://help.qlik.com/en-US/replicate/May2024/Content/Replicate/Main/Installation/install_proced_linux.htm" target="_blank" rel="noopener"&gt;prerequisites&lt;/A&gt;, refer to the Supported Linux Platforms section in the User Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Replicate All versions&lt;/LI&gt;
&lt;LI&gt;Oracle Server &amp;nbsp;All Versions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Installation steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download the&amp;nbsp;&lt;STRONG&gt;Oracle 21c Instant Client&lt;/STRONG&gt; and upload it to your Linux Server&lt;BR /&gt;&lt;BR /&gt;Basic Package (OL8 RPM) &amp;nbsp; &amp;nbsp;-- &lt;A href="https://download.oracle.com/otn_software/linux/instantclient/2115000/oracle-instantclient-basic-21.15.0.0.0-1.el8.x86_64.rpm" target="_blank" rel="noopener"&gt;oracle-instantclient-basic-21.15.0.0.0-1.el8.x86_64.rpm&lt;/A&gt; (55,941,296 bytes) (cksum - 1362728982)&lt;BR /&gt;&lt;BR /&gt;(optional) SQL*Plus Package (OL8 RPM) -- &lt;A style="font-family: inherit; background-color: #ffffff;" href="https://download.oracle.com/otn_software/linux/instantclient/2115000/oracle-instantclient-sqlplus-21.15.0.0.0-1.el8.x86_64.rpm" target="_blank" rel="noopener"&gt;oracle-instantclient-sqlplus-21.15.0.0.0-1.el8.x86_64.rpm&lt;/A&gt;&lt;SPAN&gt; (726,996 bytes) (cksum - 4146549440)&lt;BR /&gt;&lt;BR /&gt;While Qlik Replicate does not require SQLPlus, it is strongly recommended for troubleshooting connectivity issues.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;If the Linux server running Qlik Replicate has internet access, you can download the Oracle Instant Client directly using curl commands. Follow the instructions below for a smooth installation process:&lt;BR /&gt;
&lt;PRE&gt;curl -O https://download.oracle.com/otn_software/linux/instantclient/2115000/oracle-instantclient-basic-21.15.0.0.0-1.el8.x86_64.rpm&lt;BR /&gt;curl -O https://download.oracle.com/otn_software/linux/instantclient/2115000/oracle-instantclient-sqlplus-21.15.0.0.0-1.el8.x86_64.rpm&lt;/PRE&gt;
&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Install the &lt;STRONG&gt;2 rpm files&lt;/STRONG&gt;:&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN&gt;rpm -ivh oracle-instantclient-basic-21.15.0.0.0-1.el8.x86_64.rpm&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;rpm -ivh oracle-instantclient-sqlplus-21.15.0.0.0-1.el8.x86_64.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Confirm the &lt;STRONG&gt;installation folder&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;rpm -qal|grep oracle | grep libclntsh.so&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;In this example we got:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;/usr/lib/oracle/21/client64/lib/libclntsh.so&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Edit file &lt;EM&gt;/opt/attunity/replicate/bin/site_arep_login.sh&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;add &lt;FONT face="courier new,courier"&gt;/usr/lib/oracle/21/client64/bin&amp;nbsp;&lt;/FONT&gt;to variable&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;STRONG style="font-family: inherit;"&gt;PATH&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;add &lt;FONT face="courier new,courier"&gt;/usr/lib/oracle/21/client64/lib&amp;nbsp;&lt;/FONT&gt;to variable&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;STRONG style="font-family: inherit;"&gt;LD_LIBRARY_PATH&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;export PATH=$PATH:/opt/google-cloud-sdk/bin:/usr/lib/oracle/21/client64/bin&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;export&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;LD_LIBRARY_PATH=/usr/lib64:/opt/attunity/replicate/lib:/opt/ibm/db2/V11.5/lib64:/usr/lib/oracle/21/client64/lib&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Run the script file and restart the Qlik Replicate Service:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;sudo su - attunity&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cd /opt/attunity/replicate/bin&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;source arep_login.sh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;./areplicate stop&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;./areplicate start&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Access the &lt;STRONG&gt;Qlik Replicate console&lt;/STRONG&gt;&amp;nbsp;using the following URL&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://192.168.33.182" target="_blank" rel="noopener"&gt;https://192.168.33.182&lt;/A&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;:3552/attunityreplicate&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Where &lt;I&gt;192.168.33.182&lt;/I&gt;&lt;SPAN&gt; is the Qlik Replicate Linux Server IP Address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Oracle client and server connectivity test&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To verify the connectivity between the Oracle client and server, you can use SQLPlus by running the following commands:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;sudo su - attunity&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cd /opt/attunity/replicate/bin&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;source arep_login.sh&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;sqlplus &lt;EM&gt;scott/tiger@192.168.33.210:1521/orcl&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In this example, &lt;I&gt;scott/tiger@192.168.33.210:1521/orcl&lt;/I&gt; represents the &lt;A href="https://docs.oracle.com/en/database/other-databases/essbase/21/essoa/connection-string-formats.html" target="_blank" rel="noopener"&gt;Oracle connection string&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2024 06:18:57 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2024-09-26T06:18:57Z</dc:date>
    <item>
      <title>Quick Guide: Installing and Configuring Oracle 21c Instant Client on Linux for Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Quick-Guide-Installing-and-Configuring-Oracle-21c-Instant-Client/ta-p/2483553</link>
      <description>&lt;P&gt;This guide provides a step-by-step process for installing and configuring the &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Oracle 21c Instant Client&lt;/STRONG&gt;&lt;/FONT&gt; for use with Qlik Replicate. Note that Qlik Replicate should already be installed before proceeding.&lt;/P&gt;
&lt;P&gt;For more information, &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Installation/Linux_Install_Upgrade_and_Uninstall.htm#ar_installation_558397570_1699268" target="_blank" rel="noopener"&gt;Setting up Qlik Replicate on Linux&lt;/A&gt;, a comprehensive list of &lt;A href="https://help.qlik.com/en-US/replicate/Content/Replicate/Main/Support%20Matrix/supported_win_platforms.htm#ar_app_supported_dbversions_993761142_1331183:~:text=2022%20(64%2Dbit)-,Supported%20Linux%20platforms,Red%20Hat%20Enterprise%20Linux%209.x%20(64%2Dbit),-Did%20this%20page" target="_blank" rel="noopener"&gt;supported Linux platforms&lt;/A&gt; and &lt;A href="https://help.qlik.com/en-US/replicate/May2024/Content/Replicate/Main/Installation/install_proced_linux.htm" target="_blank" rel="noopener"&gt;prerequisites&lt;/A&gt;, refer to the Supported Linux Platforms section in the User Guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Environment&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Replicate All versions&lt;/LI&gt;
&lt;LI&gt;Oracle Server &amp;nbsp;All Versions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Installation steps&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Download the&amp;nbsp;&lt;STRONG&gt;Oracle 21c Instant Client&lt;/STRONG&gt; and upload it to your Linux Server&lt;BR /&gt;&lt;BR /&gt;Basic Package (OL8 RPM) &amp;nbsp; &amp;nbsp;-- &lt;A href="https://download.oracle.com/otn_software/linux/instantclient/2115000/oracle-instantclient-basic-21.15.0.0.0-1.el8.x86_64.rpm" target="_blank" rel="noopener"&gt;oracle-instantclient-basic-21.15.0.0.0-1.el8.x86_64.rpm&lt;/A&gt; (55,941,296 bytes) (cksum - 1362728982)&lt;BR /&gt;&lt;BR /&gt;(optional) SQL*Plus Package (OL8 RPM) -- &lt;A style="font-family: inherit; background-color: #ffffff;" href="https://download.oracle.com/otn_software/linux/instantclient/2115000/oracle-instantclient-sqlplus-21.15.0.0.0-1.el8.x86_64.rpm" target="_blank" rel="noopener"&gt;oracle-instantclient-sqlplus-21.15.0.0.0-1.el8.x86_64.rpm&lt;/A&gt;&lt;SPAN&gt; (726,996 bytes) (cksum - 4146549440)&lt;BR /&gt;&lt;BR /&gt;While Qlik Replicate does not require SQLPlus, it is strongly recommended for troubleshooting connectivity issues.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;If the Linux server running Qlik Replicate has internet access, you can download the Oracle Instant Client directly using curl commands. Follow the instructions below for a smooth installation process:&lt;BR /&gt;
&lt;PRE&gt;curl -O https://download.oracle.com/otn_software/linux/instantclient/2115000/oracle-instantclient-basic-21.15.0.0.0-1.el8.x86_64.rpm&lt;BR /&gt;curl -O https://download.oracle.com/otn_software/linux/instantclient/2115000/oracle-instantclient-sqlplus-21.15.0.0.0-1.el8.x86_64.rpm&lt;/PRE&gt;
&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Install the &lt;STRONG&gt;2 rpm files&lt;/STRONG&gt;:&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;SPAN&gt;rpm -ivh oracle-instantclient-basic-21.15.0.0.0-1.el8.x86_64.rpm&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;rpm -ivh oracle-instantclient-sqlplus-21.15.0.0.0-1.el8.x86_64.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Confirm the &lt;STRONG&gt;installation folder&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;rpm -qal|grep oracle | grep libclntsh.so&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;In this example we got:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;/usr/lib/oracle/21/client64/lib/libclntsh.so&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Edit file &lt;EM&gt;/opt/attunity/replicate/bin/site_arep_login.sh&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;add &lt;FONT face="courier new,courier"&gt;/usr/lib/oracle/21/client64/bin&amp;nbsp;&lt;/FONT&gt;to variable&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;STRONG style="font-family: inherit;"&gt;PATH&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;add &lt;FONT face="courier new,courier"&gt;/usr/lib/oracle/21/client64/lib&amp;nbsp;&lt;/FONT&gt;to variable&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;STRONG style="font-family: inherit;"&gt;LD_LIBRARY_PATH&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;export PATH=$PATH:/opt/google-cloud-sdk/bin:/usr/lib/oracle/21/client64/bin&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;export&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;LD_LIBRARY_PATH=/usr/lib64:/opt/attunity/replicate/lib:/opt/ibm/db2/V11.5/lib64:/usr/lib/oracle/21/client64/lib&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Run the script file and restart the Qlik Replicate Service:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;sudo su - attunity&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cd /opt/attunity/replicate/bin&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;source arep_login.sh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;./areplicate stop&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;./areplicate start&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Access the &lt;STRONG&gt;Qlik Replicate console&lt;/STRONG&gt;&amp;nbsp;using the following URL&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;A href="https://192.168.33.182" target="_blank" rel="noopener"&gt;https://192.168.33.182&lt;/A&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;:3552/attunityreplicate&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Where &lt;I&gt;192.168.33.182&lt;/I&gt;&lt;SPAN&gt; is the Qlik Replicate Linux Server IP Address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Oracle client and server connectivity test&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To verify the connectivity between the Oracle client and server, you can use SQLPlus by running the following commands:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;sudo su - attunity&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cd /opt/attunity/replicate/bin&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;source arep_login.sh&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;sqlplus &lt;EM&gt;scott/tiger@192.168.33.210:1521/orcl&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In this example, &lt;I&gt;scott/tiger@192.168.33.210:1521/orcl&lt;/I&gt; represents the &lt;A href="https://docs.oracle.com/en/database/other-databases/essbase/21/essoa/connection-string-formats.html" target="_blank" rel="noopener"&gt;Oracle connection string&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 06:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Quick-Guide-Installing-and-Configuring-Oracle-21c-Instant-Client/ta-p/2483553</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-09-26T06:18:57Z</dc:date>
    </item>
  </channel>
</rss>

