<?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 Qlik Replicate: How to get encryption keys in Oracle in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-get-encryption-keys-in-Oracle/ta-p/1748232</link>
    <description>&lt;DIV class="lia-message-template-desc-zone"&gt;
&lt;P&gt;To specify the correct encryption key(s) used for TDE tablespace encryption or&amp;nbsp;TDE column encryption,&amp;nbsp; you first need to find the relevant entry (or entries in the case&amp;nbsp;of multiple keys) in the Oracle Wallet containing the encryption key(s). After you find&amp;nbsp;the relevant entry or entries, copy the entry and its value (or entries and values if more&amp;nbsp;than one) into the Names and Values fields respectively.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-desc-sub-header-zone"&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Resolution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;BLOCKQUOTE class="quote"&gt;All steps need to be carried out with Oracle tools. Consulting with your database administrator.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use mkstore (Oracle tools) to retrieve the key name and value:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Find the wallet location from &lt;FONT face="courier new,courier"&gt;SQLNET.ORA&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ENCRYPTION_WALLET_LOCATION=&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(SOURCE=(METHOD=FILE)(METHOD_DATA=&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(DIRECTORY=C:\app\Administrator\product\11.2.0\wallet)))&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Default wallet file name is &lt;FONT face="courier new,courier"&gt;ewallet.p12&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Find utility under Oracle's BIN folder&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;mkstore -wrl &amp;lt;wallet location&amp;gt; -list&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;C:\app\Administrator\product\11.2.0\dbhome_1\BIN&amp;gt;mkstore -wrl C:\app\Administrator\product\11.2.0\wallet\ewallet.p12 -list&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Oracle Secret Store Tool : Version 11.2.0.1.0 - Production&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Enter wallet password:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Oracle Secret Store entries:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ORACLE.SECURITY.DB.ENCRYPTION.AZ/TmY8w/U+avzy6WaFuVtUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ORACLE.SECURITY.DB.ENCRYPTION.MASTERKEY&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ORACLE.SECURITY.TS.ENCRYPTION.BZNJRjDLNauhStemoL881TwCAwAAAAAAAAAAAAAAAAAAAAAAAAAA&lt;BR /&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;We now obtain the Master Key. &lt;BR /&gt;&lt;BR /&gt;Use mkstore utility with &lt;FONT face="courier new,courier"&gt;viewEntry&lt;/FONT&gt; option to get the value of Master Key.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;mkstore -wrl &amp;lt;wallet location&amp;gt; -viewEntry &amp;lt;Master Key&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;C:\app\Administrator\product\11.2.0\dbhome_1\BIN&amp;gt;mkstore -wrl&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;C:\app\Administrator\product\11.2.0\wallet\ewallet.p12 -viewEntry ORACLE.SECURITY.DB.ENCRYPTION.AZ/TmY8w/U+avzy6WaFuVtUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Oracle Secret Store Tool : Version 11.2.0.1.0 - Production&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;===&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ORACLE.SECURITY.DB.ENCRYPTION.AZ/TmY8w/U+avzy6WaFuVtUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA = AEMAASAAUMCtL4/HKmd+004l+LZTd7Kr9vs1u8SekOj/OPuJVJQDEACeDhlMpgOn7YhqqhPS7foWBQcAeHUFGQ8zLw==&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;Encryption entries of Qlik Replicate&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Name (length 82)&lt;BR /&gt;&lt;SPAN&gt;ORACLE.SECURITY.DB.ENCRYPTION.AZ/TmY8w/U+avzy6WaFuVtUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Value (length 92)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;AEMAASAAUMCtL4/HKmd+004l+LZTd7Kr9vs1u8SekOj/OPuJVJQDEACeDhlMpgOn7YhqqhPS7foWBQcAeHUFGQ8zLw==&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-env-zone"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-info"&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 07 Jan 2025 10:06:46 GMT</pubDate>
    <dc:creator>lyka</dc:creator>
    <dc:date>2025-01-07T10:06:46Z</dc:date>
    <item>
      <title>Qlik Replicate: How to get encryption keys in Oracle</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-get-encryption-keys-in-Oracle/ta-p/1748232</link>
      <description>&lt;DIV class="lia-message-template-desc-zone"&gt;
&lt;P&gt;To specify the correct encryption key(s) used for TDE tablespace encryption or&amp;nbsp;TDE column encryption,&amp;nbsp; you first need to find the relevant entry (or entries in the case&amp;nbsp;of multiple keys) in the Oracle Wallet containing the encryption key(s). After you find&amp;nbsp;the relevant entry or entries, copy the entry and its value (or entries and values if more&amp;nbsp;than one) into the Names and Values fields respectively.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-desc-sub-header-zone"&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Resolution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;BLOCKQUOTE class="quote"&gt;All steps need to be carried out with Oracle tools. Consulting with your database administrator.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use mkstore (Oracle tools) to retrieve the key name and value:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Find the wallet location from &lt;FONT face="courier new,courier"&gt;SQLNET.ORA&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ENCRYPTION_WALLET_LOCATION=&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(SOURCE=(METHOD=FILE)(METHOD_DATA=&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(DIRECTORY=C:\app\Administrator\product\11.2.0\wallet)))&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Default wallet file name is &lt;FONT face="courier new,courier"&gt;ewallet.p12&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Find utility under Oracle's BIN folder&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;mkstore -wrl &amp;lt;wallet location&amp;gt; -list&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;C:\app\Administrator\product\11.2.0\dbhome_1\BIN&amp;gt;mkstore -wrl C:\app\Administrator\product\11.2.0\wallet\ewallet.p12 -list&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Oracle Secret Store Tool : Version 11.2.0.1.0 - Production&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Enter wallet password:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Oracle Secret Store entries:&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ORACLE.SECURITY.DB.ENCRYPTION.AZ/TmY8w/U+avzy6WaFuVtUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ORACLE.SECURITY.DB.ENCRYPTION.MASTERKEY&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ORACLE.SECURITY.TS.ENCRYPTION.BZNJRjDLNauhStemoL881TwCAwAAAAAAAAAAAAAAAAAAAAAAAAAA&lt;BR /&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;We now obtain the Master Key. &lt;BR /&gt;&lt;BR /&gt;Use mkstore utility with &lt;FONT face="courier new,courier"&gt;viewEntry&lt;/FONT&gt; option to get the value of Master Key.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;mkstore -wrl &amp;lt;wallet location&amp;gt; -viewEntry &amp;lt;Master Key&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;C:\app\Administrator\product\11.2.0\dbhome_1\BIN&amp;gt;mkstore -wrl&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;C:\app\Administrator\product\11.2.0\wallet\ewallet.p12 -viewEntry ORACLE.SECURITY.DB.ENCRYPTION.AZ/TmY8w/U+avzy6WaFuVtUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Oracle Secret Store Tool : Version 11.2.0.1.0 - Production&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;===&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;ORACLE.SECURITY.DB.ENCRYPTION.AZ/TmY8w/U+avzy6WaFuVtUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA = AEMAASAAUMCtL4/HKmd+004l+LZTd7Kr9vs1u8SekOj/OPuJVJQDEACeDhlMpgOn7YhqqhPS7foWBQcAeHUFGQ8zLw==&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;SPAN&gt;Encryption entries of Qlik Replicate&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Name (length 82)&lt;BR /&gt;&lt;SPAN&gt;ORACLE.SECURITY.DB.ENCRYPTION.AZ/TmY8w/U+avzy6WaFuVtUAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Value (length 92)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;AEMAASAAUMCtL4/HKmd+004l+LZTd7Kr9vs1u8SekOj/OPuJVJQDEACeDhlMpgOn7YhqqhPS7foWBQcAeHUFGQ8zLw==&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-env-zone"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-info"&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Jan 2025 10:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-get-encryption-keys-in-Oracle/ta-p/1748232</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2025-01-07T10:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate: How to get encryption keys in Oracle</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-get-encryption-keys-in-Oracle/tac-p/2536790#M16576</link>
      <description>&lt;P&gt;Hi, do you know how we can obtain encryption keys when the wallet is stored within ASM?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 22:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-How-to-get-encryption-keys-in-Oracle/tac-p/2536790#M16576</guid>
      <dc:creator>EdSan</dc:creator>
      <dc:date>2025-11-20T22:54:49Z</dc:date>
    </item>
  </channel>
</rss>

