<?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: EPOCH CONVERSION IN ORACLE QUERY in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123737#M33414</link>
    <description>&lt;P&gt;Sorry linu i couldn't understand you, can you be a bit more specific.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2014 11:30:43 GMT</pubDate>
    <dc:creator>harshavrath</dc:creator>
    <dc:date>2014-04-08T11:30:43Z</dc:date>
    <item>
      <title>EPOCH CONVERSION IN ORACLE QUERY</title>
      <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123733#M33410</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I need to convert the EPOCH Time using Oracle Query,by using DB Query i have figured out using the below query it can be done&lt;/P&gt;

&lt;P&gt;|dbquery DB_NAME limit=10 "Select * from Table_NM" |fieldformat NEW_CREATED_DT=strftime(CREATED_DT,"%d-%m-%y %H:%M:%S")&lt;/P&gt;

&lt;P&gt;But i want the query that can be used in Oracle.&lt;/P&gt;

&lt;P&gt;Any Help is Appreciated,&lt;/P&gt;

&lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:20:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123733#M33410</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2020-09-28T16:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: EPOCH CONVERSION IN ORACLE QUERY</title>
      <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123734#M33411</link>
      <description>&lt;P&gt;oracle is not doing the time conversion its splunk which is converting the date field. you need to do the above to get the human readable format.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 09:48:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123734#M33411</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-08T09:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: EPOCH CONVERSION IN ORACLE QUERY</title>
      <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123735#M33412</link>
      <description>&lt;P&gt;I need the query as i would be using it to input a table &amp;amp; index into Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 10:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123735#M33412</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-04-08T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: EPOCH CONVERSION IN ORACLE QUERY</title>
      <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123736#M33413</link>
      <description>&lt;P&gt;if it is the summary index you can use as it is in a savedsearch. If you are trying to use dbmon then the sql query will index and while tabulating or creating dashboard you have to do the time conversion again.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:03:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123736#M33413</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-08T11:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: EPOCH CONVERSION IN ORACLE QUERY</title>
      <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123737#M33414</link>
      <description>&lt;P&gt;Sorry linu i couldn't understand you, can you be a bit more specific.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:30:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123737#M33414</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-04-08T11:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: EPOCH CONVERSION IN ORACLE QUERY</title>
      <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123738#M33415</link>
      <description>&lt;P&gt;I will be indexing my DB table under DB Inputs.Using   Input_Type=tail.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 11:32:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123738#M33415</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2014-04-08T11:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: EPOCH CONVERSION IN ORACLE QUERY</title>
      <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123739#M33416</link>
      <description>&lt;P&gt;I found the answer myself just to_char(date_attribute,'YYYY-MM-DD HH24:MI:SS')date_attribute will work no need of trying to convert it by multiplying &amp;amp; dividing the current time with 1970.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:21:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123739#M33416</guid>
      <dc:creator>harshavrath</dc:creator>
      <dc:date>2020-09-28T16:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: EPOCH CONVERSION IN ORACLE QUERY</title>
      <link>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123740#M33417</link>
      <description>&lt;P&gt;yes because ,thats no longer a date field. but a good trick&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2014 21:45:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/EPOCH-CONVERSION-IN-ORACLE-QUERY/m-p/123740#M33417</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-10T21:45:49Z</dc:date>
    </item>
  </channel>
</rss>

