<?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: Ingesting query logs from Oracle Database in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262383#M78766</link>
    <description>&lt;P&gt;There's two issues at play here. First, you need to actually capture the data within Oracle. Thats going to be dependent on your version is outside the scope of splunk answers - I would start here: &lt;A href="http://www.dba-oracle.com/t_audit_sql_select_statements.htm"&gt;http://www.dba-oracle.com/t_audit_sql_select_statements.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Once you have the data in your database, you can get it out by querying the sys.AUD$ table with the db connect app &lt;A href="https://splunkbase.splunk.com/app/2686/"&gt;https://splunkbase.splunk.com/app/2686/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You'll need to create an input - the documentation is fairly easy to follow, if you get stuck there should be some previously answered questions here. &lt;/P&gt;

&lt;P&gt;Just something to note the AUD$ table can become extremely large  - you will probably want to truncate the table every 14 days or so&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2017 17:04:52 GMT</pubDate>
    <dc:creator>jplumsdaine22</dc:creator>
    <dc:date>2017-01-30T17:04:52Z</dc:date>
    <item>
      <title>Ingesting query logs from Oracle Database</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262380#M78763</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;

&lt;P&gt;I am looking for options/solutions that would allow me to ingest &lt;STRONG&gt;queries&lt;/STRONG&gt; run on an Oracle Database using Splunk.&lt;/P&gt;

&lt;P&gt;Can  anyone help me out with that ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 10:17:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262380#M78763</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2017-01-27T10:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting query logs from Oracle Database</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262381#M78764</link>
      <description>&lt;P&gt;Do you mean you want to get the logs of the query metadata? Or you want to run SQL queries from splunk against an oracle database?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 12:27:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262381#M78764</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2017-01-30T12:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting query logs from Oracle Database</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262382#M78765</link>
      <description>&lt;P&gt;The former. &lt;/P&gt;

&lt;P&gt;If a user queries/actions using any statement on a DB, i would want the information available in Splunk. &lt;/P&gt;

&lt;P&gt;Not sure if any query (even a SELECT) will be recorded at the DB End.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 15:40:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262382#M78765</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2017-01-30T15:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting query logs from Oracle Database</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262383#M78766</link>
      <description>&lt;P&gt;There's two issues at play here. First, you need to actually capture the data within Oracle. Thats going to be dependent on your version is outside the scope of splunk answers - I would start here: &lt;A href="http://www.dba-oracle.com/t_audit_sql_select_statements.htm"&gt;http://www.dba-oracle.com/t_audit_sql_select_statements.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Once you have the data in your database, you can get it out by querying the sys.AUD$ table with the db connect app &lt;A href="https://splunkbase.splunk.com/app/2686/"&gt;https://splunkbase.splunk.com/app/2686/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You'll need to create an input - the documentation is fairly easy to follow, if you get stuck there should be some previously answered questions here. &lt;/P&gt;

&lt;P&gt;Just something to note the AUD$ table can become extremely large  - you will probably want to truncate the table every 14 days or so&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:04:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262383#M78766</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2017-01-30T17:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting query logs from Oracle Database</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262384#M78767</link>
      <description>&lt;P&gt;Thank you so much for the info. &lt;/P&gt;

&lt;P&gt;We have asked the DBA to move the data to the table which can be then ingested via DBConnect App.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:09:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ingesting-query-logs-from-Oracle-Database/m-p/262384#M78767</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2017-01-31T16:09:49Z</dc:date>
    </item>
  </channel>
</rss>

