<?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 Splunk DB Connect: How to ingest only recent Oracle DB logs? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220653#M24159</link>
    <description>&lt;P&gt;I am trying to ingest logs residing in Oracle DB through Splunk DB Connect (DB2), it dates back to couple of years. Currently it is only ingesting old logs, even though I have used a checkpoint value it doesn't seem to work. &lt;/P&gt;

&lt;P&gt;I just want to ingest logs starting like a week ago.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2017 21:43:19 GMT</pubDate>
    <dc:creator>sshres5</dc:creator>
    <dc:date>2017-01-05T21:43:19Z</dc:date>
    <item>
      <title>Splunk DB Connect: How to ingest only recent Oracle DB logs?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220653#M24159</link>
      <description>&lt;P&gt;I am trying to ingest logs residing in Oracle DB through Splunk DB Connect (DB2), it dates back to couple of years. Currently it is only ingesting old logs, even though I have used a checkpoint value it doesn't seem to work. &lt;/P&gt;

&lt;P&gt;I just want to ingest logs starting like a week ago.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 21:43:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220653#M24159</guid>
      <dc:creator>sshres5</dc:creator>
      <dc:date>2017-01-05T21:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect: How to ingest only recent Oracle DB logs?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220654#M24160</link>
      <description>&lt;P&gt;What does your inputs.conf (in $SPLUNK_HOME$/etc/apps/splunk_app_db_connect/local/inputs.conf) look like?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:18:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220654#M24160</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2020-09-29T12:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect: How to ingest only recent Oracle DB logs?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220655#M24161</link>
      <description>&lt;P&gt;Add a where clause to your select statement that specifies a timestamp field &amp;gt; a week ago.  Presumable you could use some sql date function to make the calculation on the fly vs. having to hard code an actual date/time value.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:45:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220655#M24161</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2017-01-06T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect: How to ingest only recent Oracle DB logs?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220656#M24162</link>
      <description>&lt;P&gt;So I tried using the where clause, getting error. Probably I am not using the function properly&lt;BR /&gt;
where TIMESTAMP &amp;gt;= '2017-01-01 00:00:00'&lt;/P&gt;

&lt;P&gt;"None", caused by: Exception(' java.sql.SQLDataException: ORA-01843: not a valid month\n.',). "&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 17:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220656#M24162</guid>
      <dc:creator>sshres5</dc:creator>
      <dc:date>2017-01-06T17:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect: How to ingest only recent Oracle DB logs?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220657#M24163</link>
      <description>&lt;P&gt;tail_rising_column_checkpoint_value = 1340340698871&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220657#M24163</guid>
      <dc:creator>sshres5</dc:creator>
      <dc:date>2020-09-29T12:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect: How to ingest only recent Oracle DB logs?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220658#M24164</link>
      <description>&lt;P&gt;I was able to get the query right, however 0 rows returned.&lt;/P&gt;

&lt;P&gt;where TIMESTAMP &amp;gt;= timestamp'2017-01-01 00:00:00'&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 20:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220658#M24164</guid>
      <dc:creator>sshres5</dc:creator>
      <dc:date>2017-01-09T20:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect: How to ingest only recent Oracle DB logs?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220659#M24165</link>
      <description>&lt;P&gt;So I got this working by manually appending the inputs.conf file's tail rising value and then using 'where' clause in the Rising column's SQL query.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 16:58:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-How-to-ingest-only-recent-Oracle-DB-logs/m-p/220659#M24165</guid>
      <dc:creator>sshres5</dc:creator>
      <dc:date>2017-01-22T16:58:28Z</dc:date>
    </item>
  </channel>
</rss>

