<?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>Oviwan's Weblog</title>
	<atom:link href="http://oviwan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://oviwan.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 19 Nov 2008 15:32:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='oviwan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e5a3d386d5dfdd04fd972b6177488533?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Oviwan's Weblog</title>
		<link>http://oviwan.wordpress.com</link>
	</image>
			<item>
		<title>Oracle 11g Direct NFS</title>
		<link>http://oviwan.wordpress.com/2008/11/19/oracle-11g-direct-nfs/</link>
		<comments>http://oviwan.wordpress.com/2008/11/19/oracle-11g-direct-nfs/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 13:25:16 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/?p=50</guid>
		<description><![CDATA[source: http://www.oracle.com/technology/deploy/performance/pdf/directnfsclient_11gr1_twp.pdf
I have tested the Oracle NFS Driver on Oracle Enterprise Linux 5.1 with Oracle 11.1.0.7
Instead of using the Kernel NFS Driver, Oracle 11g provides its own Direct NFS driver. Hence Oracle will optimize the I/O path between Oracle and the NFS server.
The following is the order where Oracle searchs for NFS exports.

$ORACLE_HOME/dbs/oranfstab
/etc/oranfstab
/etc/mtab (content of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=50&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>source: <a href="http://www.oracle.com/technology/deploy/performance/pdf/directnfsclient_11gr1_twp.pdf">http://www.oracle.com/technology/deploy/performance/pdf/directnfsclient_11gr1_twp.pdf</a></p>
<p><em>I have tested the Oracle NFS Driver on Oracle Enterprise Linux 5.1 with Oracle 11.1.0.7</em></p>
<p>Instead of using the Kernel NFS Driver, Oracle 11g provides its own Direct NFS driver. Hence Oracle will optimize the I/O path between Oracle and the NFS server.</p>
<p>The following is the order where Oracle searchs for NFS exports.</p>
<ol>
<li>$ORACLE_HOME/dbs/oranfstab</li>
<li>/etc/oranfstab</li>
<li>/etc/mtab (content of mounted /etc/fstab)</li>
</ol>
<p>So you have just to configure your /etc/fstab,  with no special parameter as mentioned in metalink#359515.1 , as follow:</p>
<pre>filername:/vol/nfs_data01/q_nfs_data01  /nfs/SID/data1   nfs

mount -a</pre>
<p>Then you have to link some libraries in your $ORACLE_HOME</p>
<pre>cd $ORACLE_HOME/lib
mv libodm11.so libodm11.so_stub
ln -s libnfsodm11.so libodm11.so</pre>
<p>Now you can start your Oracle Instance and check the alertlog file for this line:</p>
<pre>Oracle instance running with ODM: Oracle Direct NFS ODM Library Version 2.0</pre>
<p>Hence the Driver of Oracle is used for NFS.</p>
<p>There are also some Views to check the stats and the current nfs exports you are using:</p>
<pre>SQL&gt; SELECT svrname, dirname FROM v$dnfs_servers;

SVRNAME    DIRNAME
---------------
filername  /vol/nfs_data01/q_nfs_data01</pre>
<p>Some other views:</p>
<pre>v$dnfs_servers
v$dnfs_files
v$dnfs_channels
v$dnfs_stats</pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=50&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/11/19/oracle-11g-direct-nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>De-Support of RAW devices in Oracle 12g</title>
		<link>http://oviwan.wordpress.com/2008/08/14/de-support-of-raw-devices-in-oracle-12g/</link>
		<comments>http://oviwan.wordpress.com/2008/08/14/de-support-of-raw-devices-in-oracle-12g/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 10:10:42 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[12g]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/?p=48</guid>
		<description><![CDATA[In Oracle 12g there are no more raw devices support for datafiles, redologs etc&#8230; also in a RAC environment no more raw device support for voting and ocr disks. Hence you have to change to ASM, NFS, OCFS,&#8230;
source: Metalink Note: 578455.1
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=48&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In Oracle 12g there are no more raw devices support for datafiles, redologs etc&#8230; also in a RAC environment no more raw device support for voting and ocr disks. Hence you have to change to ASM, NFS, OCFS,&#8230;</p>
<p>source: <a href="https://metalink.oracle.com/metalink/plsql/f?p=130:14:6105619130455365831::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,578455.1,1,1,1,helvetica">Metalink Note: 578455.1</a><span style="font-family:helvetica;"><strong></strong></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=48&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/08/14/de-support-of-raw-devices-in-oracle-12g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Versions</title>
		<link>http://oviwan.wordpress.com/2008/07/10/java-versions/</link>
		<comments>http://oviwan.wordpress.com/2008/07/10/java-versions/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 18:04:59 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[JDK 6]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/?p=47</guid>
		<description><![CDATA[Sometimes you read JDK 6.0 or JDK 1.6. So where is the difference?
JDK 6.0 is the product version whereas JDK 1.6 is the developer version.
Source: http://java.sun.com/javase/6/webnotes/version-6.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=47&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes you read JDK 6.0 or JDK 1.6. So where is the difference?</p>
<p>JDK 6.0 is the product version whereas JDK 1.6 is the developer version.</p>
<p>Source: http://java.sun.com/javase/6/webnotes/version-6.html</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=47&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/07/10/java-versions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>XWiki on OC4J</title>
		<link>http://oviwan.wordpress.com/2008/05/07/xwiki-on-oc4j/</link>
		<comments>http://oviwan.wordpress.com/2008/05/07/xwiki-on-oc4j/#comments</comments>
		<pubDate>Wed, 07 May 2008 21:42:07 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[OC4J]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/?p=46</guid>
		<description><![CDATA[Configuring XWiki in an OC4J instance of an Oracle Application Server and an Oracle Database.

Download the Software:

xwiki-enterprise-web-1.4-milestone-2.war for OC4J Container


xwiki-enterprise-wiki-1.4-milestone-2.xar Import in new XWiki (some default pages etc..)


Create a XWiki OC4J Instance for the additional extenstion use for example xwiki

Create a Oracle 10g Database or just a new user/schema in an existing db. Install Guide
Don&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=46&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Configuring XWiki in an OC4J instance of an Oracle Application Server and an Oracle Database.</p>
<ul>
<li><a href="http://www.xwiki.org/xwiki/bin/view/Main/Download" target="_blank">Download</a> the Software:
<ul>
<li><a href="https://forge.objectweb.org/project/download.php?group_id=170&amp;file_id=10473">xwiki-enterprise-web-1.4-milestone-2.war</a> for OC4J Container</li>
</ul>
<ul>
<li><span class="wikiexternallink"><a href="https://forge.objectweb.org/project/download.php?group_id=170&amp;file_id=10475">xwiki-enterprise-wiki-1.4-milestone-2.xar</a> Import in new XWiki (some default pages etc..)</span></li>
</ul>
</li>
<li><a href="http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationOC4J" target="_blank">Create a XWiki OC4J Instance</a> for the additional extenstion use for example xwiki<a href="http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationOC4J" target="_blank"><br />
</a></li>
<li>Create a Oracle 10g Database or just a new user/schema in an existing db. <a href="http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationOracle" target="_self">Install Guide</a></li>
<li>Don&#8217;t forget to download the Oracle JDBC Driver (e.g. <a href="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html" target="_self">ojdbc14.jar</a>) and to adapt your hibernate.cfg.xml file</li>
<li>Now connect http://server_name:port/xwiki then the tables in the xwiki scheme will be created. after this you will get an error &#8222;document not found..&#8220; go on adminisration and import the <a href="https://forge.objectweb.org/project/download.php?group_id=170&amp;file_id=10475">xwiki-enterprise-wiki-1.4-milestone-2.xar</a> &#8211; file. now you have a default xwiki page.</li>
</ul>
<p>It&#8217;s on you to adapt the wiki to your needs.</p>
<p>Known Bugs:</p>
<ul>
<li>Export PDF and RTF</li>
<li>Recyclebin of XWiki</li>
</ul>
<p>An useful link to get an overview of some wiki&#8217;s is <a href="http://www.wikimatrix.org/" target="_self">www.wikimatrix.org</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=46&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/05/07/xwiki-on-oc4j/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle 10g Basics</title>
		<link>http://oviwan.wordpress.com/2008/04/11/oracle-10g-basics/</link>
		<comments>http://oviwan.wordpress.com/2008/04/11/oracle-10g-basics/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 10:49:09 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/?p=45</guid>
		<description><![CDATA[Here is a short overview for Oracle 10g Basics including Memory Structure, Background Processes and Storage Structures.
Memory Structure
System Global Area (SGA) (sga_max_size and sga_target)
This is a shared memory area containing data and control information for the instance. Users can share data to avoid repeated access from physical disk.
SGA Components
Buffer Cache (db_cache_size)
If you select/modify any data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=45&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is a short overview for Oracle 10g Basics including Memory Structure, Background Processes and Storage Structures.</p>
<h1>Memory Structure</h1>
<h3>System Global Area (SGA) (sga_max_size and sga_target)</h3>
<p>This is a shared memory area containing data and control information for the instance. Users can share data to avoid repeated access from physical disk.</p>
<h4>SGA Components</h4>
<h5>Buffer Cache (db_cache_size)</h5>
<p>If you select/modify any data it stores them from disk in the buffer cache, hence all user processes share this buffer cache</p>
<h5>Shared Pool (shared_pool_size)</h5>
<p>This pool chaches information that can be shared among users:<br />
SQL statements can be reused (use bind variable)<br />
Information from datadictionary (table/index description, user account data and privileges)<br />
Stored procedures</p>
<h5>Redo Log Buffer (log_buffer)</h5>
<p>This buffer caches redo information before it can be written to the physical redo log files stored on disk</p>
<h5>Large Pool (large_pool_size)</h5>
<p>This buffers large I/O requests for various server processes</p>
<h5>Java Pool (java_pool_size)</h5>
<p>This is used for all session specific Java code and data within the JVM</p>
<h5>Streams Pool (streams_pool_size)</h5>
<p>This is used by Oracle Streams product</p>
<h3>Program Global Area (PGA) (pga_aggregate_target)</h3>
<p>This is a nonshared memory area. Each Oracle server process has its own PGA. It&#8217;s used to process SQL statements and to hold logon and other session information. The amount of the PGA depends on the instance configuration</p>
<h1>Background Processes</h1>
<p>The background processes depend on the features that are being used in the database. Here the most common background processes:</p>
<h3>Database Writer (DBWn) (db_writer_processes max. 20)</h3>
<p>Writes modified blocks from the database buffer cache to the files on the disk.</p>
<h3>Log Writer (LGWR)</h3>
<p>Writes redo log entries sequentially to the redologfiles generated in redo log buffer of the SGA. Force it with:</p>
<pre style="padding-left:60px;">alter system switch logfile;</pre>
<h3>Checkpoint (CKPT)</h3>
<p>At a specific time. all modified database buffers in the SGA are written to the datafiles by a DBWn. This event signal is called a checkpoint. The checkpoint process signals the DBWn to update all datafiles and control files of the database. To force it use:</p>
<pre style="padding-left:60px;">alter system checkpoint;</pre>
<h3>System Monitor (SMON)</h3>
<p>This performs a crash recovery when a faild instance starts up.</p>
<h3>Process Monitor (PMON)</h3>
<p>This perfomrs a recovery when a user process fails. E.g. if a session gets killed. It cleans up the cache and frees recources that the filed process was using.</p>
<h3>Achiver (ARCn) (log_archive_dest_n max. 10)</h3>
<p>This copy the redo log files to archival storage when the log files are full or a log switch occurs. The  database must be in archive log mode to run archive process. (log_archive_start)</p>
<h1>Storage Structures</h1>
<h3>Conrol Files (control_files)</h3>
<p>A control file tracks the physical components of the database. It is also the repository for RMAN. It is essential to the functioning of the database. Because its importance, Oracle recommend three copies of the controlfile of course on different disks.</p>
<h3>Online Redo Log Files</h3>
<p>The redo log records all changes made to data. If a failure prevents modified data from being permanently written to the datafiles, then the changes can be obtained from the redo log, so work is never lost. The switch of the redo log should be between 15 and 20 minutes, so you must size the redo logs to size which correlates with this times.</p>
<h3>Archive Log Files (if log_archive_start=true)</h3>
<p>This is the archive of the redo log files. So the redo log files are written to an other location with an other filename (log_archive_format)</p>
<h3>Datafiles</h3>
<p>Datafiles are the operating system files that hold data within the database. The files have a special format that can only be readen/written by Oracle.</p>
<h4>Components of datafiles:</h4>
<h5>Segments and Extents</h5>
<p>There exists data segments for tables and index segments for indexes. An extent is a contiguous set of data blocks within a segment. Oracle allocates an extent of a specific size for a segment, but if that extent fills, the more extens can be allocated.</p>
<h5>Data Blocks</h5>
<p>These is the smallest unit of I/O to database storage. An extent consists of several contiguous data blocks. If you create a database you must set the db_block_size parameter. You cannot change this parameter anymore.</p>
<h1>Tablespaces</h1>
<p>A tablespace is a logical structur consisting of one or more datafiles or temfiles.</p>
<p>Oracle recommends locally-managed tablespaces over dictionary-managed tablespaces. With locally-managed tablespaces offers a better performance and they keep the space allocation information within the tablespace not in the data-dictionary.</p>
<h3>Type of tablespaces</h3>
<h4>Permanent Tablespaces</h4>
<p>This type stores permanent data, such as system data, user data and application data.</p>
<h4>Undo Tablespace</h4>
<p>A database running in automatic undo management mode transparently creates and manages undo data in the undo tablespace. Oracle uses undo data to provide read-consistency and to enable features such as Flashback query. You can only have one active undo tablespace at a time.</p>
<h4>Temporary Tablespace</h4>
<p>Temporary tablespaces are used for storing temporary data, as would be created when SQL statements perform sorts (order by)</p>
<h3>Default Tablespaces</h3>
<p>After creating a database there are some predefined tablespaces</p>
<h4>EXAMPLE</h4>
<p>This one contains sample schemas for documentation and educational uses.</p>
<h4>SYSAUX</h4>
<p>This is an auxiliary tablespace to the SYSTEM tablespace.</p>
<p>Using SYSUAX reduces the load on the SYSTEM tablespace and reduces maintenance because there are fewer tablespaces to monitor and maintain. Every Oracle Database 10g or higher level database must have a SYSAUX tablespace. Components that uses SYSAUX as their default tablespace are: Automatic Workload Repository, Oracle Streams, Oracle Text, Enterprise Manager Repository etc&#8230;</p>
<h4>SYSTEM</h4>
<p>Oracle uses this tablespace to managa the database. It contains the data dictionary, which is a central set of tables and view used as a read-only reference for a particular database. It contains also tables and views under the SYS schema that contain administrative information about the database.</p>
<h4>TEMP</h4>
<p>This one would be used for query sorting. A temporary tablespace should be defined as the default temp tablespace.</p>
<h4>UNDOTBS1</h4>
<p>This is used to store undo information.  Every database must have an undo tablespace.</p>
<h4>USERS</h4>
<p>This is uesd to store permanent user objects and data. This sould be the default tablespace for new users.</p>
<p>Source: <a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/toc.htm" target="_blank">Oracle 2 Day DBA</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=45&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/04/11/oracle-10g-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Injection (dbms_assert)</title>
		<link>http://oviwan.wordpress.com/2008/02/28/sql-injection-dbms_assert/</link>
		<comments>http://oviwan.wordpress.com/2008/02/28/sql-injection-dbms_assert/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:38:48 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/?p=44</guid>
		<description><![CDATA[Using SQL injection, a hacker can pass string input to an application in hopes of gaining unauthorized access to a database. Here is a nice tutorial about this subject and how to prevent it. It shows also the use of the undocumented (in 10g not in 11g) dbms_assert Package.
Tutorial
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=44&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Using SQL injection, a hacker can pass string input to an application in hopes of gaining unauthorized access to a database. Here is a nice tutorial about this subject and how to prevent it. It shows also the use of the undocumented (in 10g not in <a href="http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_assert.htm#sthref1191" target="_blank">11g</a>) dbms_assert Package.</p>
<p><a href="http://st-curriculum.oracle.com/tutorial/SQLInjection/index.htm" target="_blank">Tutorial</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=44&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/02/28/sql-injection-dbms_assert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Clusterware: Third Voting disk on NFS</title>
		<link>http://oviwan.wordpress.com/2008/02/13/third-voting-disk-on-nfs/</link>
		<comments>http://oviwan.wordpress.com/2008/02/13/third-voting-disk-on-nfs/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 12:21:16 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[HPUX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RAC]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/?p=43</guid>
		<description><![CDATA[A voting disk is a critical file for Oracle Clusterware. You must have at least 3 voting disks. If you have &#8222;only&#8220; two SAN then you can configure the third on a NFS share.
Oracle supports now a third voting disk on NFS for HPUX. But only for HPUX 11.31 and Oracle Clusterware 10.2.0.2 onwards.
This white [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=43&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A voting disk is a critical file for <a href="http://www.oracle.com/technology/products/database/clustering/index.html">Oracle Clusterware</a>. You must have at least 3 voting disks. If you have &#8222;only&#8220; two SAN then you can configure the third on a NFS share.</p>
<p>Oracle supports now a third voting disk on NFS for HPUX. But only for HPUX 11.31 and Oracle Clusterware 10.2.0.2 onwards.</p>
<p>This white paper describse how to configure it:<a href="http://www.oracle.com/technology/products/database/clustering/pdf/thirdvoteonnfs.pdf"><br />
Using standard NFS to support a third voting disk on an Extended Distance cluster configuration on Linux,AIX,HP, or Solaris (PDF)</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=43&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/02/13/third-voting-disk-on-nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Inheritance and Interface in Java</title>
		<link>http://oviwan.wordpress.com/2008/02/04/inheritance-and-interface-in-java/</link>
		<comments>http://oviwan.wordpress.com/2008/02/04/inheritance-and-interface-in-java/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 13:23:14 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[JAVA]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/?p=42</guid>
		<description><![CDATA[Here are some possibilities of how to use and mix inheritances and interfaces in Java.
implements: implements an interface to the class
extends:  extends the subclass from the superclass
interface Ione {}
interface Itwo {}
interface Ithree extends Ione {}
interface Ifour extends Ione, Itwo {}
class Cone {}
class Ctwo extends Cone {}
class Cthree implements Ione {}
class Cfour extends Cone implements [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=42&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here are some possibilities of how to use and mix inheritances and interfaces in Java.</p>
<p>implements: implements an interface to the class<br />
extends:  extends the subclass from the superclass</p>
<pre><code><font color="navy"><b>interface</b></font> Ione <font color="navy">{</font><font color="navy">}</font>
<font color="navy"><b>interface</b></font> Itwo <font color="navy">{</font><font color="navy">}</font>
<font color="navy"><b>interface</b></font> Ithree <font color="navy"><b>extends</b></font> Ione <font color="navy">{</font><font color="navy">}</font>
<font color="navy"><b>interface</b></font> Ifour <font color="navy"><b>extends</b></font> Ione, Itwo <font color="navy">{</font><font color="navy">}</font>
<font color="navy"><b>class</b></font> Cone <font color="navy">{</font><font color="navy">}</font>
<font color="navy"><b>class</b></font> Ctwo <font color="navy"><b>extends</b></font> Cone <font color="navy">{</font><font color="navy">}</font>
<font color="navy"><b>class</b></font> Cthree <font color="navy"><b>implements</b></font> Ione <font color="navy">{</font><font color="navy">}</font>
<font color="navy"><b>class</b></font> Cfour <font color="navy"><b>extends</b></font> Cone <font color="navy"><b>implements</b></font> Ione <font color="navy">{</font><font color="navy">}</font>
<font color="navy"><b>class</b></font> Cfive <font color="navy"><b>extends</b></font> Cone <font color="navy"><b>implements</b></font> Ione, Itwo <font color="navy">{</font><font color="navy">}</font> </code></pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=42&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/02/04/inheritance-and-interface-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse with Oracle JDBC</title>
		<link>http://oviwan.wordpress.com/2008/01/16/eclipse-with-oracle-jdbc/</link>
		<comments>http://oviwan.wordpress.com/2008/01/16/eclipse-with-oracle-jdbc/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 16:43:13 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/2008/01/16/eclipse-with-oracle-jdbc/</guid>
		<description><![CDATA[Follow this steps to use Eclipse with an Oracle JDBC Driver.

Download the Oracle JDBC Driver (Interoperability Matrix)
Classpath must include the location of the Driver (.jar file)
OR
Save it in:JAVA_HOME/jre/lib/ext/
Now let&#8217;s code&#8230; example
Rename to DBconnect.java and adapt the parameters for DriverManager.getConnection


C:\&#62;javac DBconnect.java
C:\&#62;java DBconnect
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
PL/SQL Release 10.2.0.3.0 - Production
CORE	10.2.0.3.0	Production
TNS for HPUX: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=33&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Follow this steps to use Eclipse with an Oracle JDBC Driver.</p>
<ol>
<li><a href="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html" target="_blank">Download</a> the Oracle JDBC Driver (<a href="http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html" target="_blank">Interoperability Matrix</a>)</li>
<li>Classpath must include the location of the Driver (.jar file)<br />
OR<br />
Save it in:JAVA_HOME/jre/lib/ext/</li>
<li>Now let&#8217;s code&#8230; <a href="http://oviwan.files.wordpress.com/2008/01/dbconnect.txt">example</a></li>
<li>Rename to DBconnect.java and adapt the parameters for DriverManager.getConnection</li>
</ol>
<blockquote>
<pre>C:\&gt;javac DBconnect.java
C:\&gt;java DBconnect
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
PL/SQL Release 10.2.0.3.0 - Production
CORE	10.2.0.3.0	Production
TNS for HPUX: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production</pre>
</blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=33&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2008/01/16/eclipse-with-oracle-jdbc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
		<item>
		<title>Hack Oracle</title>
		<link>http://oviwan.wordpress.com/2007/11/30/hack-oracle/</link>
		<comments>http://oviwan.wordpress.com/2007/11/30/hack-oracle/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 14:42:02 +0000</pubDate>
		<dc:creator>oviwan</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://oviwan.wordpress.com/2007/11/30/hack-oracle/</guid>
		<description><![CDATA[There is a new interesting article about different ways to hack oracle and how to prevent this attacks.
Eight Ways to Hack Oracle Part I


SQL Injection
Default Passwords
Brute Force
Sneaking Data out the Back Door

Part II is coming soon&#8230;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=38&subd=oviwan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There is a new interesting article about different ways to hack oracle and how to prevent this attacks.</p>
<p><a href="http://www.databasejournal.com/features/oracle/article.php/3708891">Eight Ways to Hack Oracle Part I<br />
</a></p>
<ul>
<li>SQL Injection</li>
<li>Default Passwords</li>
<li>Brute Force</li>
<li>Sneaking Data out the Back Door</li>
</ul>
<p>Part II is coming soon&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/oviwan.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/oviwan.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/oviwan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/oviwan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/oviwan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/oviwan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/oviwan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/oviwan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/oviwan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/oviwan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/oviwan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/oviwan.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=oviwan.wordpress.com&blog=1520141&post=38&subd=oviwan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://oviwan.wordpress.com/2007/11/30/hack-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/eb7f8062eaaf161fe1efa5239fc37cf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">oviwan</media:title>
		</media:content>
	</item>
	</channel>
</rss>