<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Oracle Database Disected Weblog &#187; Security</title>
	<atom:link href="http://oracledisect.wordpress.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracledisect.wordpress.com</link>
	<description>Let's Talk about Oracle Server, day to day experiencies, technical researchs, some internals and news.</description>
	<lastBuildDate>Wed, 12 Nov 2008 17:53:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='oracledisect.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/415daee54d279be2cb260e91866d0cfc?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Oracle Database Disected Weblog &#187; Security</title>
		<link>http://oracledisect.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://oracledisect.wordpress.com/osd.xml" title="Oracle Database Disected Weblog" />
		<item>
		<title>Your own DB &#8216;Big Brother&#8217;</title>
		<link>http://oracledisect.wordpress.com/2008/03/13/your-own-db-big-brother/</link>
		<comments>http://oracledisect.wordpress.com/2008/03/13/your-own-db-big-brother/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 14:41:00 +0000</pubDate>
		<dc:creator>oracledisect</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://oracledisect.wordpress.com/2008/03/13/your-own-db-big-brother/</guid>
		<description><![CDATA[How many times you have been in the unfortunate situation where something catastrophic has happened, caused by an OSI &#8216;Layer-8&#8242; error, you&#8217;ve been asked whom did that&#8230; and you don&#8217;t have a clue.
Well, for those cases Oracle provides a very useful auditing feature, that is very simple to enable.
Usually you start enabling auditing on users [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledisect.wordpress.com&blog=5143040&post=10&subd=oracledisect&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div style="text-align:justify;">How many times you have been in the unfortunate situation where something catastrophic has happened, caused by an OSI &#8216;Layer-8&#8242; error, you&#8217;ve been asked whom did that&#8230; and you don&#8217;t have a clue.</p>
<p>Well, for those cases Oracle provides a very useful auditing feature, that is very simple to enable.</p>
<p>Usually you start enabling auditing on users that have the privilege to do the activity you are interested on, after you may enable auditing on users suspicious of trying to do something they don&#8217;t have the privilege to.</p>
<p>Let&#8217;s give a short example, given the case I want to track who drops or modifies any user.</div>
<p>
<pre>SQL&gt; alter system set audit_trail=DB scope=spfile;

<span style="color:rgb(255,0,0);">or edit your pfile to reflect above setting</span>SQL&gt; shutdownSQL&gt; startupSQL&gt; audit drop user by admin;

SQL&gt; audit alter user by admin;

SQL&gt; alter user scott identified by tigre;User AlteredSQL&gt; select count(*) sys.aud$;</pre>
<p>How do you check what is fasible to audit or what is beeing audited, you must check these views:<br /><span style="font-weight:bold;">* SYSTEM_PRIVILEGE_MAP</span><br /><span style="font-weight:bold;">* DBA_PRIV_AUDIT_OPTS</span><br /><span style="font-weight:bold;">* DBA_AUDIT_OBJECT</span></p>
<p>If those views aren&#8217;t available then you must create them running the <span style="font-weight:bold;">cataudit.sql</span> script from $ORACLE_HOME/rdbms/admin.</p>
<p>Further explanation you may find in the Oracle Database Administration Guide.</p>
<p><span style="font-weight:bold;color:rgb(0,0,153);">Please, before you go, don&#8217;t forget to vote the poll regarding the content of this blog, thank you!</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oracledisect.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oracledisect.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oracledisect.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oracledisect.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oracledisect.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oracledisect.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oracledisect.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oracledisect.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oracledisect.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oracledisect.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oracledisect.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oracledisect.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oracledisect.wordpress.com&blog=5143040&post=10&subd=oracledisect&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oracledisect.wordpress.com/2008/03/13/your-own-db-big-brother/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51360c565459696cefe90b691819a49c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">oracledisect</media:title>
		</media:content>
	</item>
	</channel>
</rss>