<?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: When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410855#M72753</link>
    <description>&lt;P&gt;I am using db connect app only.but database getting slow &lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 05:22:17 GMT</pubDate>
    <dc:creator>karthi2809</dc:creator>
    <dc:date>2018-10-09T05:22:17Z</dc:date>
    <item>
      <title>When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410853#M72751</link>
      <description>&lt;P&gt;Splunk database input query from oracle database ?&lt;/P&gt;

&lt;P&gt;I am using Oracle database to retrieve data to Splunk and the database is getting slow because of searching from given data. So i need to reduce only last 30 days data.&lt;/P&gt;

&lt;P&gt;Query :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SELECT test.request_ts FROM test WHERE  test.Request_Ts &amp;gt; '2018-10-05 00:00:00.000'
{{AND test.$rising_column$ &amp;gt; ? }}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks in advance &lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 06:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410853#M72751</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-10-08T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410854#M72752</link>
      <description>&lt;P&gt;Hi karthi2809,&lt;/P&gt;

&lt;P&gt;You can use DB Connect app and index the whole db data into splunk.&lt;BR /&gt;
After you index the data, it will resolve the performance issue&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 15:34:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410854#M72752</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-08T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410855#M72753</link>
      <description>&lt;P&gt;I am using db connect app only.but database getting slow &lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 05:22:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410855#M72753</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-10-09T05:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410856#M72754</link>
      <description>&lt;P&gt;Did you index the data ? &lt;BR /&gt;
or are you using just dbx query&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 05:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410856#M72754</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-09T05:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410857#M72755</link>
      <description>&lt;P&gt;indexed the data. &lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 06:15:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410857#M72755</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-10-09T06:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410858#M72756</link>
      <description>&lt;P&gt;I need to fetch last 30 days data to splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 06:17:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410858#M72756</guid>
      <dc:creator>karthi2809</dc:creator>
      <dc:date>2018-10-09T06:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: When using Splunk to retrieve data from an Oracle database, how do I reduce the returned results to only the last 30 days?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410859#M72757</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;You can do one thing. Put the timestamp of the particular column in your DB  table  into Splunk. Any try that one out. It will index the data using the same timestamp of your DB. &lt;/P&gt;

&lt;P&gt;Have you tried this method ??&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 06:29:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-using-Splunk-to-retrieve-data-from-an-Oracle-database-how/m-p/410859#M72757</guid>
      <dc:creator>iamarkaprabha</dc:creator>
      <dc:date>2018-10-09T06:29:36Z</dc:date>
    </item>
  </channel>
</rss>

