<?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: Where Does Oracle save 'transaction logs'? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23557#M635</link>
    <description>&lt;P&gt;Well, it's a little complicated, but I think first we need to address what you're trying to do. &lt;/P&gt;

&lt;P&gt;Splunk will &lt;EM&gt;not&lt;/EM&gt; read Oracle transaction logs (i.e., the database redo logs). You can consume the alert log, or turn on Oracle &lt;EM&gt;tracing&lt;/EM&gt; to generate text files that can be consumed by Splunk. But I'm pretty sure that's not what you're asking.&lt;/P&gt;

&lt;P&gt;I'm pretty sure that you actually want to record database record create/update/deletes. Splunk can't read this from the redo logs, as it's a proprietary binary format, and not very transparent anyway. If you &lt;EM&gt;really&lt;/EM&gt; want to do this, you need to use something like &lt;A href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14229/strms_over.htm#CHDJDCFC" rel="nofollow"&gt;Oracle Streams&lt;/A&gt; or &lt;A href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/logminer.htm" rel="nofollow"&gt;Oracle LogMiner&lt;/A&gt; to read it, pick out the things you want, and write them into a text log file suitable for Splunk consumption. This isn't entirely trivial.&lt;/P&gt;

&lt;P&gt;Most people will instead use a Splunk scripted input that polls just the actual database tables that you are interested in seeing and writes to a text file. This might not work for you. If that is so, database triggers might work better.&lt;/P&gt;</description>
    <pubDate>Sun, 01 Aug 2010 04:56:37 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2010-08-01T04:56:37Z</dc:date>
    <item>
      <title>Where Does Oracle save 'transaction logs'?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23555#M633</link>
      <description>&lt;P&gt;Does anyone has any idea where Oracle saves its transaction logs in Windows system?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2010 14:31:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23555#M633</guid>
      <dc:creator>knight_rehan</dc:creator>
      <dc:date>2010-07-31T14:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Where Does Oracle save 'transaction logs'?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23556#M634</link>
      <description>&lt;P&gt;I believe that the default location for the transaction log files is the same directory than where the datafiles sit.&lt;/P&gt;

&lt;P&gt;Of course, this may have been changed by the DBA when the database was initially configured.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Aug 2010 04:35:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23556#M634</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2010-08-01T04:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where Does Oracle save 'transaction logs'?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23557#M635</link>
      <description>&lt;P&gt;Well, it's a little complicated, but I think first we need to address what you're trying to do. &lt;/P&gt;

&lt;P&gt;Splunk will &lt;EM&gt;not&lt;/EM&gt; read Oracle transaction logs (i.e., the database redo logs). You can consume the alert log, or turn on Oracle &lt;EM&gt;tracing&lt;/EM&gt; to generate text files that can be consumed by Splunk. But I'm pretty sure that's not what you're asking.&lt;/P&gt;

&lt;P&gt;I'm pretty sure that you actually want to record database record create/update/deletes. Splunk can't read this from the redo logs, as it's a proprietary binary format, and not very transparent anyway. If you &lt;EM&gt;really&lt;/EM&gt; want to do this, you need to use something like &lt;A href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14229/strms_over.htm#CHDJDCFC" rel="nofollow"&gt;Oracle Streams&lt;/A&gt; or &lt;A href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/logminer.htm" rel="nofollow"&gt;Oracle LogMiner&lt;/A&gt; to read it, pick out the things you want, and write them into a text log file suitable for Splunk consumption. This isn't entirely trivial.&lt;/P&gt;

&lt;P&gt;Most people will instead use a Splunk scripted input that polls just the actual database tables that you are interested in seeing and writes to a text file. This might not work for you. If that is so, database triggers might work better.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Aug 2010 04:56:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23557#M635</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-08-01T04:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Where Does Oracle save 'transaction logs'?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23558#M636</link>
      <description>&lt;P&gt;Can you clarify your question.  What kind of transaction data are you trying to capture?  What are you trying to get splunk to do with this data?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2010 21:13:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23558#M636</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-08-03T21:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where Does Oracle save 'transaction logs'?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23559#M637</link>
      <description>&lt;P&gt;Thanks for the reply. I've a better understanding and now. Lets see if I find a way to write the logs in a Splunk readable format.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2010 16:52:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23559#M637</guid>
      <dc:creator>knight_rehan</dc:creator>
      <dc:date>2010-08-04T16:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where Does Oracle save 'transaction logs'?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23560#M638</link>
      <description>&lt;P&gt;I would like to monitor database activities (create, update, etc.) through Splunk. I thought there would be a way to monitor the transaction logs directly but I'm not sure if it is possible.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2010 16:52:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Where-Does-Oracle-save-transaction-logs/m-p/23560#M638</guid>
      <dc:creator>knight_rehan</dc:creator>
      <dc:date>2010-08-04T16:52:03Z</dc:date>
    </item>
  </channel>
</rss>

