<?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 oracle:audit:unified Parsing Issue in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741522#M81685</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having an issues parsing the SQL_TEXT field from&amp;nbsp;oracle:audit:unified. When the field comes through it contains spurious text that isn't returned by the query using DBConnect and the oracle:audit:unified template. For example:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;DBConnect&lt;/STRONG&gt;&lt;BR /&gt;grant create tablespace to test_splunk,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Splunk&lt;/STRONG&gt;&lt;BR /&gt;grant create tablespace to test_splunk,4,,1,,,,,,&lt;/P&gt;&lt;P&gt;The RAW event seems to come through as a CSV by virtue of the Oracle TA but we have a regex for the event extraction that looks like the below which seems to work in regex101:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SQL_TEXT="(?&amp;lt;SQL_TEXT&amp;gt;(?:.|\n)*?)(?=(?:",\s\S+=|"$))&lt;/LI-CODE&gt;&lt;P&gt;I know the data type is CLOD so I have tried to converting it using the substring command but I get the same result, any idea what is going on here?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 09:53:07 GMT</pubDate>
    <dc:creator>Rhidian</dc:creator>
    <dc:date>2025-03-12T09:53:07Z</dc:date>
    <item>
      <title>oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741522#M81685</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having an issues parsing the SQL_TEXT field from&amp;nbsp;oracle:audit:unified. When the field comes through it contains spurious text that isn't returned by the query using DBConnect and the oracle:audit:unified template. For example:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;DBConnect&lt;/STRONG&gt;&lt;BR /&gt;grant create tablespace to test_splunk,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Splunk&lt;/STRONG&gt;&lt;BR /&gt;grant create tablespace to test_splunk,4,,1,,,,,,&lt;/P&gt;&lt;P&gt;The RAW event seems to come through as a CSV by virtue of the Oracle TA but we have a regex for the event extraction that looks like the below which seems to work in regex101:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SQL_TEXT="(?&amp;lt;SQL_TEXT&amp;gt;(?:.|\n)*?)(?=(?:",\s\S+=|"$))&lt;/LI-CODE&gt;&lt;P&gt;I know the data type is CLOD so I have tried to converting it using the substring command but I get the same result, any idea what is going on here?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 09:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741522#M81685</guid>
      <dc:creator>Rhidian</dc:creator>
      <dc:date>2025-03-12T09:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741531#M81686</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231246"&gt;@Rhidian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start with the rex solution in your search to quickly verify if you can isolate the valid SQL:&lt;/P&gt;&lt;P&gt;index=&amp;lt;your_index&amp;gt; sourcetype=oracle:audit:unified&lt;BR /&gt;| rex field=SQL_TEXT "^(?&amp;lt;cleaned_sql&amp;gt;[^,]+)"&lt;BR /&gt;| table cleaned_sql&lt;/P&gt;&lt;P&gt;If that works, apply it into props.conf and transforms.conf for a permanent fix at ingestion time. If the pattern of spurious text varies (e.g., not always commas).&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 09:53:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741531#M81686</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-03-12T09:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741533#M81687</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231246"&gt;@Rhidian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Used&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;makeresults&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; to create sample events.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kiran_panchavat_0-1741773284272.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38121i1D662354977544E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kiran_panchavat_0-1741773284272.png" alt="kiran_panchavat_0-1741773284272.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;To&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;apply&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;this&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;logic&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;permanently&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;to&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;your&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;oracle:audit:unified&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;sourcetype&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;in&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Splunk,&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;you’ll&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;need&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;to&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;configure&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;props.conf&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;and&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;transforms.conf&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;to&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;clean&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;the&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;SQL_TEXT&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;field&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;during&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ingestion.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;This&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ensures&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;the&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;spurious&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;text&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;(e.g.,&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;4,,1,,,,,,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;stripped&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;out&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;before&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;the&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;data&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;indexed,&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;so&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;all&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;your&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;searches&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;will&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;see&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;the&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;cleaned&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;version.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In &lt;/SPAN&gt;&lt;SPAN class=""&gt;props.conf&lt;/SPAN&gt;&lt;SPAN class=""&gt;, you’ll associate the &lt;/SPAN&gt;&lt;SPAN class=""&gt;oracle:audit:unified&lt;/SPAN&gt;&lt;SPAN class=""&gt; sourcetype with a transform that cleans the &lt;/SPAN&gt;&lt;SPAN class=""&gt;SQL_TEXT&lt;/SPAN&gt;&lt;SPAN class=""&gt; field.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Location&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Typically &lt;/SPAN&gt;&lt;SPAN class=""&gt;$SPLUNK_HOME/etc/system/local/props.conf&lt;/SPAN&gt;&lt;SPAN class=""&gt; or an app-specific directory like &lt;/SPAN&gt;&lt;SPAN class=""&gt;$SPLUNK_HOME/etc/apps/&amp;lt;your_app&amp;gt;/local/props.conf&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;props.conf&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;[oracle:audit:unified]&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;TRUNCATE = 10000&lt;BR /&gt;TRANSFORMS-clean_sql = clean_sql_text&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;transforms.conf&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;[clean_sql_text]&lt;BR /&gt;SOURCE_KEY = SQL_TEXT&lt;BR /&gt;REGEX = ^([^,]+)&lt;BR /&gt;FORMAT = SQL_TEXT::$1&lt;BR /&gt;DEST_KEY = SQL_TEXT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Mar 2025 09:57:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741533#M81687</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-03-12T09:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741534#M81688</link>
      <description>&lt;P&gt;Thanks making this a bit odder if I look at the event in the fields the text seems OK but if I click on it in the Interesting fields that is when I see the spurious data see the screenshots.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 10:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741534#M81688</guid>
      <dc:creator>Rhidian</dc:creator>
      <dc:date>2025-03-12T10:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741535#M81689</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231246"&gt;@Rhidian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Since&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;you&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;mentioned&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;that&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;SQL_TEXT&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;a&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;CLOB&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;(Character&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Large&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object)&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;in&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Oracle,&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;the&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;issue&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;likely&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;stems&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;how&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;this&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;data&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;type&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;is&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;processed&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;and&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ingested&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;by&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Splunk&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;versus&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;how&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;DBConnect&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;handles&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;This happens because:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DB Connect is not handling CLOB properly.&lt;BR /&gt;It may append metadata or placeholders (such as null indicators, buffer sizes, or offsets).&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Mar 2025 10:04:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741535#M81689</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-03-12T10:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741536#M81690</link>
      <description>&lt;P&gt;Screenshot 2&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 10:08:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741536#M81690</guid>
      <dc:creator>Rhidian</dc:creator>
      <dc:date>2025-03-12T10:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741537#M81691</link>
      <description>&lt;P&gt;Wouldn't casting this to a new data type in DBConnect fix this or is that merely converting the additional along with the other data?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 10:10:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741537#M81691</guid>
      <dc:creator>Rhidian</dc:creator>
      <dc:date>2025-03-12T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741539#M81692</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231246"&gt;@Rhidian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;DBConnect,&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;you&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;can&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;modify&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;the&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;SQL&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;query&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;to&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;cast&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;the&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;SQL_TEXT&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;field&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;a&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;CLOB&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;to&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;a&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;different&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;data&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;type,&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;such&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;as&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;VARCHAR2&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;(Oracle’s&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;variable-length&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;string&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;type).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Please have a look:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-it-possible-to-get-Character-Large-Object-CLOB-values-from/m-p/183455" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-it-possible-to-get-Character-Large-Object-CLOB-values-from/m-p/183455&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-it-possible-to-get-Character-Large-Object-CLOB-values-from/m-p/183453" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-it-possible-to-get-Character-Large-Object-CLOB-values-from/m-p/183453&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Mar 2025 10:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741539#M81692</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-03-12T10:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741541#M81693</link>
      <description>&lt;P&gt;I tried this and the result is the same...&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 10:14:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741541#M81693</guid>
      <dc:creator>Rhidian</dc:creator>
      <dc:date>2025-03-12T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741792#M81706</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;did you get a chance to review the screenshots?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 10:01:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741792#M81706</guid>
      <dc:creator>Rhidian</dc:creator>
      <dc:date>2025-03-14T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741793#M81707</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231246"&gt;@Rhidian&lt;/a&gt;&amp;nbsp;Yes, I saw the screenshot.&amp;nbsp;It looks like the &lt;STRONG&gt;SQL_TEXT&lt;/STRONG&gt; field is displaying correctly within events but appears distorted or truncated when viewed in the "Interesting Fields" panel in Splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run the following search in Splunk to see if the issue persists in the search results:&lt;/P&gt;&lt;P&gt;index=&amp;lt;your_index&amp;gt; | table SQL_TEXT&lt;/P&gt;&lt;P&gt;If the data appears fine in the search results but not in the field summary panel, it's likely a UI rendering issue.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 10:07:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/741793#M81707</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-03-14T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: oracle:audit:unified Parsing Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/750465#M82147</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231246"&gt;@Rhidian&lt;/a&gt;&amp;nbsp;&amp;nbsp;maybe we could filter special characters with REGEXP_REPLACE(sql_text… in the SQL query?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 16:09:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/oracle-audit-unified-Parsing-Issue/m-p/750465#M82147</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2025-07-25T16:09:42Z</dc:date>
    </item>
  </channel>
</rss>

