<?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: Splunk Add-on for Oracle Database missing value from lookup in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Oracle-Database-missing-value-from-lookup/m-p/517565#M63288</link>
    <description>&lt;P&gt;TA uses very simple lookup for action where O is success and other than 0 fail. I didn’t see any values for the lookup you mentioned in at least old version of lookup. May be you are referring latest version.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 18:57:59 GMT</pubDate>
    <dc:creator>thambisetty</dc:creator>
    <dc:date>2020-09-02T18:57:59Z</dc:date>
    <item>
      <title>Splunk Add-on for Oracle Database missing value from lookup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Oracle-Database-missing-value-from-lookup/m-p/517561#M63287</link>
      <description>&lt;P&gt;I am trying to create a report for failed Oracle logins and noticed that the lookup provided with the Add-on for Oracle Database seems to be missing ORA-01017.&lt;/P&gt;&lt;P&gt;This search of the lookup returns no rows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup oracle_ora_codes.csv
| search ORACODE=ORA-01017&lt;/LI-CODE&gt;&lt;P&gt;Just to make sure I wasn’t missing something, I checked the oerr utility for 1017 and got the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ oerr ora 1017
01017, 00000, "invalid username/password; logon denied"
// *Cause:
// *Action:&lt;/LI-CODE&gt;&lt;P&gt;Am I missing something obvious?&amp;nbsp; Has anyone else run into missing codes?&amp;nbsp; What is the best way to deal with this?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:52:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Oracle-Database-missing-value-from-lookup/m-p/517561#M63287</guid>
      <dc:creator>follings</dc:creator>
      <dc:date>2020-09-02T18:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Oracle Database missing value from lookup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Oracle-Database-missing-value-from-lookup/m-p/517565#M63288</link>
      <description>&lt;P&gt;TA uses very simple lookup for action where O is success and other than 0 fail. I didn’t see any values for the lookup you mentioned in at least old version of lookup. May be you are referring latest version.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 18:57:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Oracle-Database-missing-value-from-lookup/m-p/517565#M63288</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-02T18:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Oracle Database missing value from lookup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Oracle-Database-missing-value-from-lookup/m-p/517576#M63295</link>
      <description>&lt;P&gt;We are using add-on version 3.7.0 on Splunk 7.3.3.&lt;/P&gt;&lt;P&gt;Our lookup has 19,000+ entries similar to this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;| inputlookup oracle_ora_codes.csv &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| head 5&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE width="1121"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="226"&gt;ACTION&lt;/TD&gt;&lt;TD width="547"&gt;CAUSE&lt;/TD&gt;&lt;TD width="263"&gt;DESCRIPTION&lt;/TD&gt;&lt;TD width="85"&gt;ORACODE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="226"&gt;None&lt;/TD&gt;&lt;TD width="547"&gt;Normal exit.&lt;/TD&gt;&lt;TD width="263"&gt;normal, successful completion&lt;/TD&gt;&lt;TD&gt;ORA-00000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="226"&gt;Either remove the unique restriction or do not insert the key.&lt;/TD&gt;&lt;TD width="547"&gt;An UPDATE or INSERT statement attempted to insert a duplicate key. For Trusted Oracle configured in DBMS MAC mode, you may see this message if a duplicate entry exists at a different level.&lt;/TD&gt;&lt;TD width="263"&gt;unique constraint (string.string) violated&lt;/TD&gt;&lt;TD&gt;ORA-00001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="226"&gt;Either remove the unique restriction or do not insert the key.&lt;/TD&gt;&lt;TD width="547"&gt;An UPDATE or INSERT statement attempted to insert a duplicate key. For Trusted Oracle configured in DBMS MAC mode, you may see this message if a duplicate entry exists at a different level.&lt;/TD&gt;&lt;TD width="263"&gt;unique constraint (string.string) violated&lt;/TD&gt;&lt;TD&gt;ORA-1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="226"&gt;This is used internally; no action is required.&lt;/TD&gt;&lt;TD width="547"&gt;The current session was requested to set a trace event by another session.&lt;/TD&gt;&lt;TD width="263"&gt;session requested to set trace event&lt;/TD&gt;&lt;TD&gt;ORA-00017&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="226"&gt;This is used internally; no action is required.&lt;/TD&gt;&lt;TD width="547"&gt;The current session was requested to set a trace event by another session.&lt;/TD&gt;&lt;TD width="263"&gt;session requested to set trace event&lt;/TD&gt;&lt;TD&gt;ORA-17&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 20:06:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Oracle-Database-missing-value-from-lookup/m-p/517576#M63295</guid>
      <dc:creator>follings</dc:creator>
      <dc:date>2020-09-02T20:06:16Z</dc:date>
    </item>
  </channel>
</rss>

