<?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: How to enable capturing of SQL bind variables? (Values are masked) in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-enable-capturing-of-SQL-bind-variables-Values-are-masked/m-p/292936#M4637</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just folllowing &lt;A title="this" href="https://docs.dynatrace.com/managed/shortlink/sql-bind-variables#enable-capture" target="_blank" rel="noopener"&gt;this&lt;/A&gt;. And you will be able to see bind variables in trace section.&lt;/P&gt;&lt;P&gt;Double check which process you have just applied it and which database framework you are using:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonPineiro_0-1768313393386.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31549i0F11536096C2674B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AntonPineiro_0-1768313393386.png" alt="AntonPineiro_0-1768313393386.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jan 2026 14:10:03 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2026-01-13T14:10:03Z</dc:date>
    <item>
      <title>How to enable capturing of SQL bind variables? (Values are masked)</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-enable-capturing-of-SQL-bind-variables-Values-are-masked/m-p/292905#M4636</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm currently trying to analyze database performance, but Dynatrace is masking all SQL parameters/values (Oracle, PostgreSQL, MSSQL, MySQL) in the "Database Statements" view. Every value appears as &lt;FONT color="#FF0000"&gt;*****&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;I understand this is likely a security/privacy feature, but I have the necessary permissions and need to view these values to identify specific problematic queries.&lt;/P&gt;&lt;P&gt;I checked the &lt;STRONG&gt;Global Settings &amp;gt; Preferences &amp;gt; Data Privacy&lt;/STRONG&gt; and &lt;STRONG&gt;Server-side service monitoring &amp;gt; Deep monitoring&lt;/STRONG&gt; sections, but I couldn't get it to work.&lt;/P&gt;&lt;P&gt;Is there a specific toggle or a "Request Attribute" configuration I am missing to reveal these SQL bind variables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Huseyn Najafli&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 10:47:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-enable-capturing-of-SQL-bind-variables-Values-are-masked/m-p/292905#M4636</guid>
      <dc:creator>HuseynNajafli</dc:creator>
      <dc:date>2026-01-13T10:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable capturing of SQL bind variables? (Values are masked)</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-enable-capturing-of-SQL-bind-variables-Values-are-masked/m-p/292936#M4637</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just folllowing &lt;A title="this" href="https://docs.dynatrace.com/managed/shortlink/sql-bind-variables#enable-capture" target="_blank" rel="noopener"&gt;this&lt;/A&gt;. And you will be able to see bind variables in trace section.&lt;/P&gt;&lt;P&gt;Double check which process you have just applied it and which database framework you are using:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonPineiro_0-1768313393386.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31549i0F11536096C2674B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AntonPineiro_0-1768313393386.png" alt="AntonPineiro_0-1768313393386.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 14:10:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-enable-capturing-of-SQL-bind-variables-Values-are-masked/m-p/292936#M4637</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-01-13T14:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable capturing of SQL bind variables? (Values are masked)</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-enable-capturing-of-SQL-bind-variables-Values-are-masked/m-p/292940#M4638</link>
      <description>&lt;P&gt;One needs to separate bind variables (represented by ? in the query) from SQL query literals (masked by * in the query) . Dynatrace allows capturing of bind variables only, literals (values directly in the query) are always masked for normalization (and security) purposes and cannot be "unmasked".&lt;BR /&gt;&lt;BR /&gt;Also, keep in mind that capturing bind variables may result in significantly larger trace data (trace storage in Managed) and increased overhead. I recommend enabling it just for the process groups where it is needed.&lt;BR /&gt;&lt;BR /&gt;If you need SQL literal values, the best way is to capture the values from code using resource attributes. However, this needs an understanding of your code and might not be easy and might require code modifications in some cases.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 14:20:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-enable-capturing-of-SQL-bind-variables-Values-are-masked/m-p/292940#M4638</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2026-01-13T14:20:02Z</dc:date>
    </item>
  </channel>
</rss>

