<?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: Oracle Wallet Authentication for Custom SQL Extensions in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292914#M6998</link>
    <description>&lt;P&gt;Hi there!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To use the &lt;STRONG&gt;Cloud Wallet&lt;/STRONG&gt; for connecting to an &lt;STRONG&gt;Oracle Autonomous Database&lt;/STRONG&gt;, I used the following approach:&lt;BR /&gt;In the configuration (I’m attaching a screenshot), I used a connection string and intentionally omitted the Cloud Wallet section, which is configured later.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;On the ActiveGate side, it was necessary to grant &lt;STRONG&gt;read permissions&lt;/STRONG&gt; to my dtuser on the directory that contains the Cloud Wallet ZIP file.&lt;BR /&gt;&lt;BR /&gt;Inside the ZIP file, in the tnsnames.ora file, make sure the following entry is present:&lt;BR /&gt;&lt;BR /&gt;(SECURITY =&lt;BR /&gt;(&lt;FONT color="#800000"&gt;MY_WALLET_DIRECTORY = &amp;lt;custompath/walletcloudfolder&amp;gt;&lt;/FONT&gt;)&lt;BR /&gt;(SSL_VERSION = 1.2)&lt;BR /&gt;(SSL_CLIENT_AUTHENTICATION = FALSE)&lt;BR /&gt;(ssl_server_dn_match = no)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;At the ActiveGate service level, I ran the following command:&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;systemctl edit --full dynatracegateway.service&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;and added this environment variable, pointing to the directory where the Cloud Wallet ZIP file is stored:&lt;BR /&gt;Environment="TNS_ADMIN=&amp;lt;custompath&amp;gt;/walletcloudfolder"&lt;BR /&gt;&lt;BR /&gt;After that, I executed:&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;sudo systemctl daemon-reexec   # reload systemd
sudo systemctl restart dynatracegateway.service&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;PS: Make sure that the MY_WALLET_DIRECTORY path matches exactly the path configured in TNS_ADMIN&lt;BR /&gt;&lt;BR /&gt;Hope this was helpful.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jan 2026 12:16:45 GMT</pubDate>
    <dc:creator>SofiaPersia</dc:creator>
    <dc:date>2026-01-13T12:16:45Z</dc:date>
    <item>
      <title>Oracle Wallet Authentication for Custom SQL Extensions</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292474#M6990</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;We would like to execute Oracle queries using a custom SQL extension. We must connect using an &lt;STRONG&gt;Oracle Wallet&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Do you know of any workaround or supported approach to use this authentication method with custom SQL extensions?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 09:07:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292474#M6990</guid>
      <dc:creator>jegron</dc:creator>
      <dc:date>2026-01-06T09:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Wallet Authentication for Custom SQL Extensions</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292914#M6998</link>
      <description>&lt;P&gt;Hi there!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To use the &lt;STRONG&gt;Cloud Wallet&lt;/STRONG&gt; for connecting to an &lt;STRONG&gt;Oracle Autonomous Database&lt;/STRONG&gt;, I used the following approach:&lt;BR /&gt;In the configuration (I’m attaching a screenshot), I used a connection string and intentionally omitted the Cloud Wallet section, which is configured later.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;On the ActiveGate side, it was necessary to grant &lt;STRONG&gt;read permissions&lt;/STRONG&gt; to my dtuser on the directory that contains the Cloud Wallet ZIP file.&lt;BR /&gt;&lt;BR /&gt;Inside the ZIP file, in the tnsnames.ora file, make sure the following entry is present:&lt;BR /&gt;&lt;BR /&gt;(SECURITY =&lt;BR /&gt;(&lt;FONT color="#800000"&gt;MY_WALLET_DIRECTORY = &amp;lt;custompath/walletcloudfolder&amp;gt;&lt;/FONT&gt;)&lt;BR /&gt;(SSL_VERSION = 1.2)&lt;BR /&gt;(SSL_CLIENT_AUTHENTICATION = FALSE)&lt;BR /&gt;(ssl_server_dn_match = no)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;At the ActiveGate service level, I ran the following command:&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;systemctl edit --full dynatracegateway.service&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;and added this environment variable, pointing to the directory where the Cloud Wallet ZIP file is stored:&lt;BR /&gt;Environment="TNS_ADMIN=&amp;lt;custompath&amp;gt;/walletcloudfolder"&lt;BR /&gt;&lt;BR /&gt;After that, I executed:&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;sudo systemctl daemon-reexec   # reload systemd
sudo systemctl restart dynatracegateway.service&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;PS: Make sure that the MY_WALLET_DIRECTORY path matches exactly the path configured in TNS_ADMIN&lt;BR /&gt;&lt;BR /&gt;Hope this was helpful.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 12:16:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292914#M6998</guid>
      <dc:creator>SofiaPersia</dc:creator>
      <dc:date>2026-01-13T12:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Wallet Authentication for Custom SQL Extensions</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292915#M6999</link>
      <description>&lt;P&gt;Phenomenal!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 12:28:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292915#M6999</guid>
      <dc:creator>y_buccellato</dc:creator>
      <dc:date>2026-01-13T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Wallet Authentication for Custom SQL Extensions</title>
      <link>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292925#M7000</link>
      <description>&lt;P&gt;Awesome ! I'll try your trick as soon as possible&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@6EDF483EF947B43E16DF999BED8ABCC0/images/emoticons/dynaspin.gif" alt=":dynaspin:" title=":dynaspin:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 13:09:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Oracle-Wallet-Authentication-for-Custom-SQL-Extensions/m-p/292925#M7000</guid>
      <dc:creator>jegron</dc:creator>
      <dc:date>2026-01-13T13:09:14Z</dc:date>
    </item>
  </channel>
</rss>

