<?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>Ora DBA</title>
	<atom:link href="http://dbainmaking.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbainmaking.wordpress.com</link>
	<description>Just another DBA weblog</description>
	<lastBuildDate>Sun, 20 Apr 2008 08:03:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dbainmaking.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/24e23a4ebdae5926ac36de4ee9c793a2?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ora DBA</title>
		<link>http://dbainmaking.wordpress.com</link>
	</image>
			<item>
		<title>Setting up Automatic Undo Management</title>
		<link>http://dbainmaking.wordpress.com/2008/04/01/setting-up-automatic-undo-management/</link>
		<comments>http://dbainmaking.wordpress.com/2008/04/01/setting-up-automatic-undo-management/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 11:39:14 +0000</pubDate>
		<dc:creator>gk</dc:creator>
				<category><![CDATA[Undo management]]></category>
		<category><![CDATA[automatic undo managment]]></category>

		<guid isPermaLink="false">http://dbainmaking.wordpress.com/?p=14</guid>
		<description><![CDATA[AUM will automatically allocate the undo segments and manage the undospace thus increasing the efficiency and read consistency.
Following are the steps to setup AUM:

Configure the following in initialization parameter
	UNDO_MANAGEMENT = auto

Create a dedicated tablespace to hold the undo information.

           SQL&#62; CREATE UNDO TABLESPACE undotbs_01 DATAFILE '/export/home/oracle/oradata/orcldir/undotbs01.dbf' SIZE 500M;
If you have got two [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=14&subd=dbainmaking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>AUM will automatically allocate the undo segments and manage the undospace thus increasing the efficiency and read consistency.</p>
<p>Following are the steps to setup AUM:</p>
<ol>
<li>Configure the following in initialization parameter
<pre>	UNDO_MANAGEMENT = auto</pre>
</li>
<li>Create a dedicated tablespace to hold the undo information.</li>
</ol>
<pre>           SQL&gt; CREATE UNDO TABLESPACE undotbs_01 DATAFILE '/export/home/oracle/oradata/orcldir/undotbs01.dbf' SIZE 500M;</pre>
<p>If you have got two undo tablespaces you want to use other undo tablespace (say undotbs_02) then you need to change the                                      UNDO_TABLESPACE value to the new one.</p>
<pre>           SQL&gt; ALTER SYSTEM SET UNDO_TABLESPACE=undotbs_02;</pre>
<p>This will change the value in the initialization parameter dynamically.</p>
<div align="left"></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbainmaking.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbainmaking.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbainmaking.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbainmaking.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbainmaking.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbainmaking.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbainmaking.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbainmaking.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbainmaking.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbainmaking.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbainmaking.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbainmaking.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=14&subd=dbainmaking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbainmaking.wordpress.com/2008/04/01/setting-up-automatic-undo-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d608219cbe90ee06f02b7de7f24daff?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gk</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle Architecture in detail</title>
		<link>http://dbainmaking.wordpress.com/2008/03/08/oracle-architecture-in-detail/</link>
		<comments>http://dbainmaking.wordpress.com/2008/03/08/oracle-architecture-in-detail/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 11:49:31 +0000</pubDate>
		<dc:creator>gk</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Oracle Instance]]></category>
		<category><![CDATA[SGA]]></category>

		<guid isPermaLink="false">http://dbainmaking.wordpress.com/?p=11</guid>
		<description><![CDATA[Pull out the diagram from here
Oracle architecture is described in three categories:


User related process
Instance(Logical memory structure) and
Physical file structure


Note: Instance + Database= Oracle server

User Process : Whenever a user wants to connect to the oracle server for extraction of the data or to insert any data using sql statement. The user process then initiates a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=11&subd=dbainmaking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Pull out the diagram from <a href="http://dbainmaking.wordpress.com/2008/03/03/architecture/">here</a></p>
<div>Oracle architecture is described in three categories:</div>
<div>
<ul>
<li>User related process</li>
<li>Instance(Logical memory structure) and</li>
<li>Physical file structure</li>
</ul>
</div>
<div><strong>Note:</strong> Instance + Database= Oracle server</div>
<div><span id="more-11"></span></div>
<div><span style="text-decoration:underline;"><strong>User Process</strong></span> : Whenever a user wants to connect to the oracle server for extraction of the data or to insert any data using sql statement. The user process then initiates a connection and hence a session is established for the user in the instance. After establishing a session, each user then starts a server process which will actually allow the user to interact to the database and retrieve the data or insert it.  To be precise, Server process communicates with the oracle instance on behalf of the user. An additional memory structure called PGA (Program Global Area) is also created during this process. It stores the user session variables and bind variables.</div>
<div><span style="text-decoration:underline;"><strong>Oracle Instance:</strong></span> Oracle instance is made up of SGA (System Global Area) and Background process.  SGA further divided into three main components.</div>
<div>
<ul>
<li><strong>Shared Pool:</strong> Caches the recently used sql statements.</li>
<li><strong>Database Buffer cache:</strong> Cashes the data that has been most recently used by the user.</li>
<li><strong>Redo log buffer:</strong> Stores transaction information.</li>
</ul>
<p><strong>Note:</strong> Oracle uses LRU (Least Recently Used) algorithm.</p>
<p>It will caches the most recently used sql statements in shared pool and data in buffer cache. If for example we as a user1 are entering a sql statement (select * from emp). This statement will be cached by the shared pool and the data which is extracted will be cached in Database buffer cache. Now if any other user wants the same data, obviously he is going to use the same sql statement, so the data will be presented to the user directly from the database buffer thus improving the performance.</p>
<p>SGA size can be allocated manually or automatically. This is determined by the settings in a configuration file called parameter initialization file.  We will discuss about that in next session.</p>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbainmaking.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbainmaking.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbainmaking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbainmaking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbainmaking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbainmaking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbainmaking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbainmaking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbainmaking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbainmaking.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbainmaking.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbainmaking.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=11&subd=dbainmaking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbainmaking.wordpress.com/2008/03/08/oracle-architecture-in-detail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d608219cbe90ee06f02b7de7f24daff?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gk</media:title>
		</media:content>
	</item>
		<item>
		<title>Segments</title>
		<link>http://dbainmaking.wordpress.com/2008/03/07/segments/</link>
		<comments>http://dbainmaking.wordpress.com/2008/03/07/segments/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 12:23:59 +0000</pubDate>
		<dc:creator>gk</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[segments]]></category>

		<guid isPermaLink="false">http://dbainmaking.wordpress.com/?p=10</guid>
		<description><![CDATA[Segment is the entity that uses the physical storage space within the database. Some of the common segment types are:

Table: Stores data in columns and rows.
Index: Improves the access to the table data. Helps in increasing the performance of data extraction.
Rollback: Rolls back the uncommitted data.
Partition: Divides a table into smaller pieces for performance.

As shown [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=10&subd=dbainmaking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Segment is the entity that uses the physical storage space within the database. Some of the common segment types are:</p>
<ul>
<li>Table: Stores data in columns and rows.</li>
<li>Index: Improves the access to the table data. Helps in increasing the performance of data extraction.</li>
<li>Rollback: Rolls back the uncommitted data.</li>
<li>Partition: Divides a table into smaller pieces for performance.</li>
</ul>
<p>As shown in the figure, group of <em>extents </em>make a <em>segment</em>. Each extent is made of a collection of oracle <em>database blocks , </em>Minimum size of extent is five blocks. The database block sizes are in multiples of 2 like 2k,4k,8k and 16k.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbainmaking.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbainmaking.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbainmaking.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbainmaking.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbainmaking.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbainmaking.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbainmaking.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbainmaking.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbainmaking.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbainmaking.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbainmaking.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbainmaking.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=10&subd=dbainmaking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbainmaking.wordpress.com/2008/03/07/segments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d608219cbe90ee06f02b7de7f24daff?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gk</media:title>
		</media:content>
	</item>
		<item>
		<title>Tables and Databases</title>
		<link>http://dbainmaking.wordpress.com/2008/03/07/tables-and-databases/</link>
		<comments>http://dbainmaking.wordpress.com/2008/03/07/tables-and-databases/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 11:35:56 +0000</pubDate>
		<dc:creator>gk</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[Views]]></category>

		<guid isPermaLink="false">http://dbainmaking.wordpress.com/?p=7</guid>
		<description><![CDATA[As we all know how to create a table eg: create table emp (empno number(10), ename varchar2(25)). This sql statement creates a table with two columns(empno and ename), which contains all the important information regarding the employee. Similarly  oracle database also  contains SYSTEM tables which store data about the database itself (metadata).  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=7&subd=dbainmaking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As we all know how to create a table eg: create table emp (empno number(10), ename varchar2(25)). This sql statement creates a table with two columns(empno and ename), which contains all the important information regarding the employee. Similarly  oracle database also  contains SYSTEM tables which store data about the database itself (<em>metadata</em>).   Here  oracle builds  a views on these tables to make it easier for sql to have a look at the content of the actual tables. To be precise views pacifies the access to the metadata. Oracle 10g contains two types of metadata views.</p>
<ul>
<li>Data dictionary views &amp;</li>
<li>Dynamic performance views.</li>
</ul>
<p>Data dictionary views have the names begin with DBA_, ALL_ and USER_.</p>
<ol>
<li>DBA_ : DBA_TABLES as an example shows all the tables present in the database.</li>
<li>ALL_ : ALL_TALBES shows all the tables of the user(created by himself) and other tables which are granted by the DBA.</li>
<li>USER_ : ALL_USER view shows all the tables created by the user only.</li>
</ol>
<p>Most of the views that begin with V$ are called as dynamic performance views. Eg: V$Database, V$Version and V$Sql.</p>
<p><strong>Note:</strong> As a DBA we are not supposed to manipulate metadata.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbainmaking.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbainmaking.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbainmaking.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbainmaking.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbainmaking.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbainmaking.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbainmaking.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbainmaking.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbainmaking.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbainmaking.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbainmaking.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbainmaking.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=7&subd=dbainmaking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbainmaking.wordpress.com/2008/03/07/tables-and-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d608219cbe90ee06f02b7de7f24daff?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gk</media:title>
		</media:content>
	</item>
		<item>
		<title>Architecture</title>
		<link>http://dbainmaking.wordpress.com/2008/03/03/architecture/</link>
		<comments>http://dbainmaking.wordpress.com/2008/03/03/architecture/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 11:41:10 +0000</pubDate>
		<dc:creator>gk</dc:creator>
				<category><![CDATA[oracle 10g]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[dba]]></category>

		<guid isPermaLink="false">http://dbainmaking.wordpress.com/?p=5</guid>
		<description><![CDATA[Oracle 10g Architecture

It clearly shows you everything how oracle 10g database works. Let us do not go into the details at this point of time
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=5&subd=dbainmaking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Oracle 10g Architecture</p>
<p><a href="http://dbainmaking.files.wordpress.com/2008/03/architecture.png" title="oracle 10g"><img src="http://dbainmaking.files.wordpress.com/2008/03/architecture.thumbnail.png" alt="oracle 10g" /></a></p>
<p>It clearly shows you everything how oracle 10g database works. Let us do not go into the details at this point of time</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbainmaking.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbainmaking.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbainmaking.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbainmaking.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbainmaking.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbainmaking.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbainmaking.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbainmaking.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbainmaking.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbainmaking.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbainmaking.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbainmaking.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=5&subd=dbainmaking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbainmaking.wordpress.com/2008/03/03/architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d608219cbe90ee06f02b7de7f24daff?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gk</media:title>
		</media:content>

		<media:content url="http://dbainmaking.files.wordpress.com/2008/03/architecture.thumbnail.png" medium="image">
			<media:title type="html">oracle 10g</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction</title>
		<link>http://dbainmaking.wordpress.com/2008/02/01/introduction/</link>
		<comments>http://dbainmaking.wordpress.com/2008/02/01/introduction/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 12:51:20 +0000</pubDate>
		<dc:creator>gk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[intro]]></category>

		<guid isPermaLink="false">http://dbainmaking.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi!! I am using this site to share all my knowledge on oracle 10g database. This as my prep work for my final goal(ocp).  If there are any worries or doubts please do comment or contact me directly to my mail. Content on this site is not out of my imagination, It is being [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=3&subd=dbainmaking&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi!! I am using this site to share all my knowledge on oracle 10g database. This as my prep work for my final goal(ocp).  If there are any worries or doubts please do comment or contact me directly to my mail. Content on this site is not out of my imagination, It is being implemented and tested before. Feel free to copy the content and distribute.</p>
<p><b>Bottom Line: </b></p>
<ul>
<li>If you have time with you please go through the definition of <a href="http://en.wikipedia.org/wiki/Database" target="_blank">Database.</a></li>
<li>Go to the Oracle Web site and stay updated.</li>
<li>Can copy and distribute the content but please leave a word of appreciation before doing that.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbainmaking.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbainmaking.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbainmaking.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbainmaking.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbainmaking.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbainmaking.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbainmaking.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbainmaking.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbainmaking.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbainmaking.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbainmaking.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbainmaking.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbainmaking.wordpress.com&blog=2681123&post=3&subd=dbainmaking&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbainmaking.wordpress.com/2008/02/01/introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d608219cbe90ee06f02b7de7f24daff?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gk</media:title>
		</media:content>
	</item>
	</channel>
</rss>