<?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>Bigboss&#039;s Blog for Oracle DataBase</title>
	<atom:link href="http://bigbosswithoracle.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbosswithoracle.wordpress.com</link>
	<description>My Experiences with Oracle Database</description>
	<lastBuildDate>Thu, 26 May 2011 02:39:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bigbosswithoracle.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bigboss&#039;s Blog for Oracle DataBase</title>
		<link>http://bigbosswithoracle.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bigbosswithoracle.wordpress.com/osd.xml" title="Bigboss&#039;s Blog for Oracle DataBase" />
	<atom:link rel='hub' href='http://bigbosswithoracle.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Changing the Size of the Tablespace</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/08/changing-the-size-of-the-tablespace/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/08/changing-the-size-of-the-tablespace/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 11:02:35 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Tablespaces]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=234</guid>
		<description><![CDATA[Alter the STORAGE settings of a Tablespace ALTER TABLESPACE tablespacename [MINIMUM EXTENT integer [K&#124;M] [DEFAULT storage clause] Resizing a Tablespace ALTER TABLESPACE mydb1data ADD DATAFILE &#8216;\mydatabases\mydb1\mydb1data02.dbf&#8217; SIZE 100M; ALTER DATABASE DATAFILE &#8216;\mydatabases\mydb1\mydb1data01.dbf&#8217; RESIZE 500M; To allow the data file to extend itself automatically; ALTER DATABASE DATAFILE &#8216;\mydatabases\mydb1\mydb1data01.dbf&#8217; SIZE 250M AUTOEXTEND ON NEXT 25M MAXSIZE 500M; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=234&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#339966;"><strong>Alter the STORAGE settings of a Tablespace</strong></span></p>
<p><span style="color:#0000ff;">ALTER TABLESPACE</span> tablespacename<br />
[<span style="color:#0000ff;">MINIMUM EXTENT</span> integer [K|M]<br />
[<span style="color:#0000ff;">DEFAULT </span>storage clause]</p>
<p><span style="color:#339966;"><strong>Resizing a Tablespace</strong></span></p>
<p><span style="color:#0000ff;">ALTER TABLESPACE</span> mydb1data<br />
<span style="color:#0000ff;">ADD DATAFILE</span> &#8216;\mydatabases\mydb1\mydb1data02.dbf&#8217;<br />
<span style="color:#0000ff;">SIZE</span> 100M;</p>
<p><span style="color:#000000;"><span style="color:#0000ff;">ALTER DATABASE </span><br />
<span style="color:#0000ff;">DATAFILE</span> &#8216;\mydatabases\mydb1\mydb1data01.dbf&#8217;<br />
<span style="color:#0000ff;">RESIZE</span> 500M;<br />
</span></p>
<p>To allow the data file to extend itself automatically;</p>
<p><span style="color:#0000ff;">ALTER DATABASE</span><br />
<span style="color:#0000ff;">DATAFILE</span> &#8216;\mydatabases\mydb1\mydb1data01.dbf&#8217;<br />
<span style="color:#0000ff;">SIZE</span> 250M<br />
<span style="color:#0000ff;">AUTOEXTEND ON </span>NEXT 25M MAXSIZE 500M;</p>
<p><strong><span style="color:#339966;">Moving Data Files with ALTER TABLESPACE</span></strong></p>
<p><span style="color:#0000ff;">ALTER TABLESPACE </span>mydb1data<br />
<span style="color:#0000ff;">RENAME DATAFILE</span> &#8216;/mydatabases/mydb1/mydb1data01.dbf&#8217; <span style="color:#0000ff;"><br />
TO </span>&#8216;/mydatabases3/mydb1/mydb1data01.dbf&#8217;;</p>
<p><span style="color:#339966;"><strong>Moving Data Files with ALTER DATABASE</strong></span></p>
<p><span style="color:#000000;"><span style="color:#0000ff;">ALTER DATABASE</span> mydb1</span><span style="color:#000000;"><br />
<span style="color:#0000ff;">RENAME FILE</span> &#8216;/mydatabases/mydb1/system01.dbf&#8217;,'/mydatabases/mydb1/system02.dbf&#8217;<br />
<span style="color:#0000ff;">TO</span> &#8216;/mydatabases3/mydb1/system01.dbf&#8217;,'/mydatabases3/mydb1/system02.dbf&#8217;;</span></p>
<pre></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=234&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/08/changing-the-size-of-the-tablespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Space Management in Tablespaces</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/08/space-management-in-tablespaces/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/08/space-management-in-tablespaces/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 10:41:21 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Tablespaces]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=233</guid>
		<description><![CDATA[Locally Managed Tablespaces Free Extent Information is NOT stored in Data Dictionary Bitmap Segments are used to keep track of the free space usage Within the tablespace, there are bitmap segments Each bit in the Bitmap corresponds to a Data Block or a group of Data Blocks and the value in the bit indicates that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=233&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#339966;"><strong>Locally Managed Tablespaces</strong></span></p>
<ol>
<li><span style="color:#000000;">Free Extent Information is NOT stored in Data Dictionary</span></li>
<li><span style="color:#000000;">Bitmap Segments are used to keep track of the free space usage</span></li>
<li><span style="color:#000000;">Within the tablespace, there are bitmap segments</span></li>
<li><span style="color:#000000;">Each bit in the Bitmap corresponds to a Data Block or a group of Data Blocks and the value in the bit indicates that the blocks are free or used</span></li>
<li><span style="color:#000000;"> </span>Whenever a block is used or freed for reuse, Oracle changes the value of the  bitmap to show the new status of the block</li>
<li>Contention is significantly reduced on the data dictionary tables</li>
<li>Coalescing of free space is NOT required</li>
</ol>
<p><span style="color:#339966;"><strong>Dictionary Managed Tablespaces</strong></span></p>
<ol>
<li><span style="color:#000000;">This is the default method for the creation of tablespace</span></li>
<li>Free Extent Information is stored in Data Dictionary</li>
<li>Contention is significantly INCREASED on the data dictionary tables</li>
<li>Oracle updates the appropriate tables in the data dictionary whenever an extent  is allocated or deallocated in relation to the tablespace</li>
<li>Coalescing is required in frequently updated segments in Dictionary Managed Tablespaces</li>
</ol>
<p>&nbsp;</p>
<p>To indicate the Space Management during the creation of a Tablespace, <span style="color:#800000;">EXTENT MANAGEMENT</span><strong><span style="color:#800000;"> </span></strong>clause needs to be specified as follows:</p>
<p><span style="color:#0000ff;"><strong>EXTENT_MANAGEMENT</strong> </span>[<span style="color:#993300;">DICTIONARY</span> | <span style="color:#993300;">LOCAL</span> [AUTOALLOCATE | UNIFORM [SIZE integer [K|M]]]</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=233&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/08/space-management-in-tablespaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Dropping Tablespaces</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/08/dropping-tablespaces/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/08/dropping-tablespaces/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 09:22:30 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Tablespaces]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=232</guid>
		<description><![CDATA[The following list provides all the possible parameters to the DROP TABLESPACE command: DROP TABLESPACE tablespacename INCLUDING CONTENTS [AND DATAFILES &#124; INCLUDING DATAFILES] CASCADE CONSTRAINTS; INCLUDING CONTENTS - Causes all the segments in the tablespace to be dropped AND DATAFILES (or INCLUDING DATAFILES) - Causes all the data files associated with the tablespace to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=232&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following list provides all the possible parameters to the <tt>DROP  TABLESPACE</tt> command:</p>
<p><span style="color:#000000;"><span style="color:#000000;"><span style="color:#000000;">DROP TABLESPACE</span> <span class="docEmphasis">tablespacename</span></span><br />
INCLUDING CONTENTS<br />
[AND DATAFILES | INCLUDING DATAFILES]<br />
CASCADE CONSTRAINTS;<br />
</span></p>
<ul>
<li><span style="color:#000000;">INCLUDING CONTENTS</span><tt> - </tt>Causes all the segments in the tablespace to be dropped</li>
<li><span style="color:#000000;">AND DATAFILES (or INCLUDING  DATAFILES) </span>- Causes all the data files associated with the tablespace to be dropped from the  operating system</li>
<li><span style="color:#000000;">CASCADE CONSTRAINTS </span><tt>- </tt>Causes all the referential integrity constraints from other tablespaces&#8217; tables  that refer to primary and unique keys on the tables in the dropped tablespace to  be themselves dropped</li>
</ul>
<p>A tablespace that still contains data cannot be dropped without specifying the  <tt>INCLUDING CONTENTS</tt> option.</p>
<p>If  <tt>AND DATAFILES</tt> parameter is not specified, only the pointers in  the control files that reference the data files associated with the tablespace  are dropped along with the associated data dictionary information. This means  that the data files still exist and must be deleted explicitly with the  appropriate operating system commands.</p>
<p class="docText">It is recommended to take offline any tablespace that is intended to drop, even read-only tablespaces, so that no transactions are  accessing the segments in the tablespace when the drop command is issued.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=232&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/08/dropping-tablespaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating Tablespaces</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/08/creating-tablespaces/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/08/creating-tablespaces/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 08:11:32 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Tablespaces]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=231</guid>
		<description><![CDATA[The following is the generic form of the command with an explanation of the different components: CREATE TABLESPACE tablespace_name [DATAFILE clause] [MINIMUM EXTENT integer [K]] [BLOCKSIZE integer [K]] [LOGGING &#124; NOLOGGING] [DEFAULT storage_clause] [ONLINE &#124; OFFLINE] [PERMANENT &#124; TEMPORARY] tablespace_name &#8211; Name of the tablespace to be created DATAFILE &#8211; to assign the location of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=231&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following is the generic form of the command with an explanation of the different components:</p>
<p>CREATE TABLESPACE tablespace_name<br />
[DATAFILE clause]<br />
[MINIMUM EXTENT integer [K]]<br />
[BLOCKSIZE integer [K]]<br />
[LOGGING | NOLOGGING]<br />
[DEFAULT storage_clause]<br />
[ONLINE | OFFLINE]<br />
[PERMANENT | TEMPORARY]</p>
<ul>
<li>tablespace_name &#8211; Name of the tablespace to be created</li>
<li>DATAFILE &#8211; to assign the location of data file associated with the tablespace. AUTOEXTEND is an optional clause to signify the auto extension of data files. REUSE is another optional clause to use an existing data file for the tablespace to be created</li>
<li><span style="color:#000000;">MINIMUM EXTENT</span><tt> - </tt>ensures that every extent used in the tablespace is at least this size and is  always a multiple of this size</li>
<li>BLOCKSIZE &#8211; ensures that each block in the extents allocated is of this size</li>
<li><span style="color:#000000;">LOGGING &#8211; All changes in this tablespace should be written to the online redo log files</span></li>
<li><span style="color:#000000;">NOLOGING &#8211; Changes in this tablespace should not be written to the online redo log files</span></li>
<li><span style="color:#000000;">ONLINE </span><tt>- </tt>creates the tablespace online and available for users to start using immediately</li>
<li><span style="color:#000000;">OFFLINE </span><tt>- </tt>makes the tablespace unavailable immediately, and users are not able to use it  for storage until the DBA has brought it online</li>
<li><span style="color:#000000;">PERMANENT </span><tt>- </tt>specifies that the tablespace can be used to hold permanent objects</li>
<li>TEMPORARY &#8211; signifies that the tablespace can be used only to hold temporary data and  temporary objects</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=231&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/08/creating-tablespaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Types of Tablespaces</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/05/types-of-tablespaces/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/05/types-of-tablespaces/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 06:50:27 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Tablespaces]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=229</guid>
		<description><![CDATA[There are two types of tablespaces in an Oracle database: SYSTEM and Non-System The SYSTEM tablespace is created during Database creation Its purpose is to hold the data dictionary tables, views, and stored program units. It also holds the SYSTEM undo segment. It is advisable that User Data should never be stored in the SYSTEM [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=229&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>There are two types of tablespaces in an Oracle database: <span style="color:#993300;">SYSTEM </span>and Non-System</li>
<li>The <span style="color:#993300;">SYSTEM </span>tablespace is created during Database creation</li>
<li>Its  purpose is to hold the data dictionary tables, views, and stored program units.</li>
<li>It also holds the <span style="color:#993300;">SYSTEM </span>undo segment.</li>
<li>It is advisable that User Data should never be stored in the <span style="color:#993300;">SYSTEM </span>tablespace</li>
<li>The Non-System tablespaces are created by a DBA</li>
<li>The Non-System tablespaces include Undo Tablespace, Temporary Tablespaces, Default Temporary Tablespaces and any other DBA-created tablespace to hold User Data</li>
</ul>
<p><span style="color:#339966;"><strong>Undo Tablespace</strong></span></p>
<ul>
<li>Undo Tablespace stores only Undo Segments</li>
<li>Only Oracle has direct control over Undo Tablespace</li>
<li>Undo Tablespace contains only one Data File</li>
</ul>
<p>The <span style="color:#993300;">CREATE TABLESPACE </span>statement for undo tablespaces  follows:</p>
<p><span style="color:#0000ff;"><strong>CREATE UNDO TABLESPACE </strong></span>mydb1_undo1<br />
<strong><span style="color:#0000ff;">DATAFILE</span></strong> &#8216;/mydatabases/mydb1/mydb1_undo1.dbf&#8217;<br />
<span style="color:#0000ff;"><strong>SIZE </strong></span>100M;</p>
<p><span style="color:#339966;"><strong>Temporary Tablespaces</strong></span></p>
<ul>
<li>Oracle uses temporary tablespaces for sort operations</li>
<li>Temporary tablespaces cannot contain any other type of data</li>
<li>Temporary tablespaces cannot contain any permanent objects</li>
<li>The sort segment (Temporary Segment) in the temporary tablespace is created at the time of the first  large sort operation in the instance</li>
<li>This segment (Temporary Segment) expands by allocating extents until the segment is equal to or  greater than the total storage demands of all the active sorts running in the  given instance</li>
<li>Temporary tablespaces are always created with <span style="color:#800000;">NOLOGGING </span>mode enabled</li>
<li>Temporary tablespaces can never be set to read-only</li>
<li>Temporary tablespaces&#8217; data files (known as <tt>tempfiles</tt>) can never be  renamed</li>
<li>To optimize the performance of sorts, the temporary tablespaces&#8217; <span style="color:#800000;"><strong>UNIFORM  EXTENT SIZE</strong></span> should be used and should be a multiple of <strong> <span style="color:#800000;">SORT_AREA_SIZE</span></strong></li>
</ul>
<p>The following is an example of the <tt>CREATE TABLESPACE</tt> statement for temporary tablespaces:</p>
<p><span style="color:#0000ff;"><strong>CREATE TEMPORARY TABLESPACE</strong></span> mydb1_temp<br />
<strong><span style="color:#0000ff;">TEMPFILE</span></strong> &#8216;/mydatabases/mydb1/mydb1_temp01.dbf&#8217;<br />
<span style="color:#0000ff;"><strong>SIZE</strong></span> 1000M<br />
<span style="color:#0000ff;"><strong>EXTENT MANAGEMENT</strong></span> LOCAL<br />
<span style="color:#0000ff;"><strong>UNIFORM SIZE</strong></span> 10M;</p>
<p><span style="color:#339966;"><strong>Default Temporary Tablespaces</strong></span></p>
<ul>
<li>To avoid using <span style="color:#993300;">SYSTEM </span>tablespace for sorting operations, a Default Temporary Tablespace in the database is needed</li>
<li>All users created without the <span style="color:#993300;">TEMPORARY TABLESPACE</span> clause will have the defined Default as their Temporary Tablespace</li>
<li>Default Temporary Tablespace is always Locally Managed when created during Database creation</li>
<li>The <span style="color:#993300;">DEFAULT TEMPORARY TABLESPACE</span> can be reassigned to a database user by use of the  <span style="color:#993300;">ALTER DATABASE</span> command</li>
<li>After a default temporary tablespace has been defined, it cannot be dropped until a new temporary tablespace is defined</li>
<li>It cannot be taken offline</li>
<li>It cannot be made read-only</li>
<li>It cannot be altered to make it a permanent  tablespace</li>
</ul>
<p>To set a tablespace as the default temporary tablespace after  the database has been created, the following command creates a Deafult Temporary Tablespace:<a name="ch10index73"></a><a name="ch10index74"></a></p>
<p><span style="color:#0000ff;"><strong>ALTER DATABASE<br />
DEFAULT TEMPORARY TABLESPACE</strong></span> mydb_temp1;</p>
<pre>
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=229&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/05/types-of-tablespaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Redo Logs Information in Data Dictionary</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/04/redo-logs-information-in-data-dictionary/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/04/redo-logs-information-in-data-dictionary/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:43:49 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Redo Log Files]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=211</guid>
		<description><![CDATA[V$LOG &#8211; Contains information about the redo logs from the control file V$LOGFILES &#8211; This view provides the current status of all the redo logs V$LOG_HISTORY &#8211; Contains information concerning archived redo logs from the control file. From here you can find the System Change Number (SCN) view of the archived log files V$LOGHIST &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=211&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color:#339966;">V$LOG &#8211; </span></strong>Contains information about the redo logs from the control file</p>
<p><strong><span style="color:#339966;">V$LOGFILES</span> &#8211; </strong>This view provides the current status of all the redo logs</p>
<p><span style="color:#339966;"><strong>V$LOG_HISTORY &#8211; </strong></span>Contains information concerning archived redo logs from the control file. From  here you can find the System Change Number (SCN) view of the archived log files</p>
<p><span style="color:#339966;"><strong>V$LOGHIST &#8211; </strong></span>This view contains information about the redo log file history from the control  file</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/211/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=211&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/04/redo-logs-information-in-data-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Archived Redo Log Files</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/04/archived-redo-log-files/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/04/archived-redo-log-files/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:09:01 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Redo Log Files]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=210</guid>
		<description><![CDATA[The database can be either in NOARCHIVELOG Mode or ARCHIVELOG Mode. The Redo Log Files when becomes filled, can optionally be Archived at a different location. This serves as a Backup of the database and can be used to recover the database in case of database failure. NOARCHIVELOG Mode The Online Redo Log Files are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=210&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The database can be either in NOARCHIVELOG Mode or ARCHIVELOG Mode. The Redo Log Files when becomes filled, can optionally be Archived at a different location. This serves as a Backup of the database and can be used to recover the database in case of database failure.</p>
<p><strong><span style="color:#339966;">NOARCHIVELOG Mode</span></strong></p>
<ul>
<li>The Online Redo Log Files are overwritten automatically as they are cycled</li>
<li>NOARCHIVELOG Mode is mainly suitable for Data Warehousing Environment where there is little change other than Bulk Loads</li>
<li>NOARCHIVELOG Mode is also suitable for systems where Database downtime is permissible</li>
<li>The database cannot be receovered upto the Last Committed Transaction while in NOARCHIVELOG Mode</li>
<li>Database Recovery is only possible using the last Backup taken</li>
</ul>
<p><span style="color:#339966;"><strong>ARCHIVELOG Mode</strong></span></p>
<ul>
<li>Online Redo Log Files are always Archived before being overwritten by the LGWR, this ensures no loss of even a single committed transaction at any point of time</li>
<li>A Full Database Backup can be performed while the database is operational</li>
<li>Database Recovery is possible to the point of Last Committed Transaction</li>
<li>ARCHIVELOG Mode is basically for two reasons &#8211; Backup &amp; Recovery</li>
</ul>
<p><span style="color:#339966;"><strong>LOG_ARCHIVE_START</strong></span></p>
<ul>
<li>The <tt>LOG_ARCHIVE_START</tt> initialization parameter controls whether  archiving should be automatic when the instance starts up</li>
<li><tt>LOG_ARCHIVE_START </tt> can take one of the two values at at a time <tt>- TRUE or FALSE</tt></li>
<li><tt>LOG_ARCHIVE_START </tt>= <strong><span style="color:#800000;">TRUE </span></strong>implies archiving of the online Redo Log Files will <strong>automatically start</strong> at the instance startup</li>
<li><tt>LOG_ARCHIVE_START </tt>= <span style="color:#ff0000;"><strong>FALSE </strong></span>implies archiving of the online Redo Log Files will <strong>NOT automatically</strong> <strong>start </strong>at the instance startup</li>
</ul>
<p>To manually archive the redo log files, you would simply enter  the following command:</p>
<p><span style="color:#0000ff;"><strong>ALTER SYSTEM ARCHIVE LOG ALL</strong></span>;</p>
<p><strong><span style="color:#339966;">Information in the Data Dictionary</span></strong></p>
<p>Information on the archive logs can be obtained by querying  <tt>V$INSTANCE</tt> as shown in the following example:<a name="ch09index231"></a><a name="ch09index232"></a></p>
<p><span style="color:#0000ff;"><strong>SELECT</strong></span> archiver<span style="color:#0000ff;"><strong> FROM</strong></span> <span style="color:#800000;"><strong>V$INSTANCE</strong></span>;</p>
<pre>
</pre>
<p><strong><span style="color:#339966;"><br />
</span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=210&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/04/archived-redo-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Maintaining Online Redo Log Files</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/04/maintaining-online-redo-log-files/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/04/maintaining-online-redo-log-files/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:49:08 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Redo Log Files]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=209</guid>
		<description><![CDATA[Location of Redo Log Files It is very much important for the following reasons:- Splitting members of a particular Redo Log Group into different groups, helps to avoid loss of database information after a database crash Separating archive log files from the location of the online redo log files and placing these on different disks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=209&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color:#339966;">Location of Redo Log Files </span></strong></p>
<p>It is very much important for the following reasons:-</p>
<ol>
<li>Splitting members of a particular Redo Log Group into different groups, helps to avoid loss of database information after a database crash</li>
<li>Separating archive log files from the location of the online redo log files and placing these on different disks or disk groups reduces contention between the <tt>ARC</tt><tt>n</tt> process and the  <tt>LGWR</tt> process</li>
<li>Redo log files should also be placed on different disks or disk groups than data files to reduce the possibility of contention between <tt>LGWR</tt> and  <tt>DBW</tt><tt>n</tt>, as well as to reduce the  chances of losing both redo log files and data files in case of a loss of a disk  or disk group.</li>
</ol>
<p><strong><span style="color:#339966;">Sizing the Redo Log Files</span></strong></p>
<ul>
<li>The minimum size for online redo log files is 50 KB</li>
<li>The maximum size is operating system dependent</li>
<li>Each member of a Group can have different sizes although there is no real benefit to having different sized groups</li>
<li>The size of the Redo Log Files is mainly governed by the frequency of Log Switches &amp; Checkpoints</li>
<li>If there is frequent Log Switches,  larger Redo Log Files may be needed</li>
<li>If Log Switches and Checkpoints are only during Database Shutdown,  smaller Redo Log Files may be needed</li>
<li>If it is observed that the ARCHIVER (ARCn) and CHECKPOINT (CKPT) waits to perform its activities until  the log file is available, then one or two Redo Log Groups may be added</li>
</ul>
<p><span style="color:#339966;"><strong>Dropping Redo Log Groups</strong></span></p>
<ul>
<li> An instance requires at least two active groups of Online Redo Log Files</li>
<li>An active or current Group cannot be dropped</li>
<li>When the Online Redo Log Group is dropped, the associated operating system files are also deleted</li>
</ul>
<p><span class="docEmphStrong"><strong><span style="color:#0000ff;">ALTER DATABASE</span></strong> [</span><span class="docEmphBoldItalic">database name</span><span class="docEmphStrong">]</span><strong> </strong><span class="docEmphStrong"><span style="color:#0000ff;"><strong>DROP LOGFILE</strong> </span>{<strong><span style="color:#0000ff;">GROUP</span></strong></span><strong> </strong><span class="docEmphBoldItalic">integer</span>| <span class="docEmphStrong">(&#8216;</span><span class="docEmphBoldItalic">filename&#8217;</span><span class="docEmphStrong">, &#8216;</span><span class="docEmphBoldItalic">filename&#8217;</span><span class="docEmphStrong">&#8230;)}</span></p>
<p><span style="color:#339966;"><strong>Dropping Redo Log Members</strong></span></p>
<ul>
<li>The Redo Log Member cannot be the last valid member of the group</li>
<li>To drop a Redo Log Member of the active group, manual Log Switch is needed</li>
<li>In ARCHIVELOG mode, if the Log File Group to which the member is associated has not yet been archived, the member cannot be dropped</li>
<li>Operating System files are not deleted automatically when Online Redo Log File member is dropped</li>
</ul>
<p><span class="docEmphStrong"><strong><span style="color:#0000ff;">ALTER DATABASE DROP LOGFILE MEMBER</span></strong> &lt;</span><span class="docEmphBoldItalic">logfile name</span><span class="docEmphStrong">&gt;;</span></p>
<p><span style="color:#339966;"><strong>Clearing Online Redo Logs</strong></span></p>
<ul>
<li>A Redo Log Group may sometimes become corrupt which may also corrupt all the members</li>
<li>DBA needs to reinitialize the corrupted Online Redo Log Group again</li>
<li>Clearing Online Redo Log Group is same as adding a new Online Redo Log Group and dropping the offending Online Redo Log Group</li>
<li>Whether the Online Redo Log Group has been archived or not, the Online Redo Log Group can be reinitialized</li>
</ul>
<p class="docText">Reinitialization can be accomplished through an <tt>ALTER  DATBASE</tt> command as in the following example:</p>
<p><span class="docEmphStrong"><strong><span style="color:#0000ff;">ALTER DATABASE CLEAR LOGFILE GROUP</span></strong> 2;</span></p>
<p><span class="docEmphStrong">If the corrupt Redo Log Group has not yet been archived, the UNARCHIVED parameter needs to be used in the above command.</span></p>
<p><span class="docEmphStrong"><strong><span style="color:#0000ff;">ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP</span></strong> 2;</span></p>
<p><span style="color:#339966;"><strong>Renaming Online Redo Logs</strong></span></p>
<p><span class="docEmphStrong"> </span><strong><span style="color:#0000ff;">ALTER DATABASE RENAME FILE </span></strong><span class="docEmphStrong">&lt;old_name&gt;<span style="color:#0000ff;"> <strong>TO</strong></span><strong> </strong>&lt;new_name&gt;;<br />
</span></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:298px;width:1px;height:1px;">Multiplexing and Maintaining Online Redo Log Files</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td valign="top"><a name="ch09lev1sec4"></a></p>
<h3 class="docSection1Title">Multiplexing and Maintaining Online Redo Log  Files</h3>
<p class="docText">It is often desirable to add redo log file groups to the  database to make sure that the first group is ready to be overwritten before the  last group is full. This can often happen if a great deal of activity occurs on  the database, and the database is in <tt>ARCHIVELOG</tt> mode.</p>
<p class="docText">To add a group to a database that has two redo log file groups,  you would issue an <tt>ALTER DATABASE</tt> command as follows:<a name="ch09index72"></a><a name="ch09index73"></a></p>
<pre><span class="docEmphStrong">ALTER DATABASE ADD LOGFILE GROUP 3</span>
<span class="docEmphStrong">('</span><span class="docEmphBoldItalic">/mydatabases/mydb1/log3a.dbf</span><span class="docEmphStrong">', '</span><span class="docEmphBoldItalic">/mydatabases2/mybd1/log3b.dbf</span><span class="docEmphStrong">')</span>
<span class="docEmphStrong">SIZE 1M;</span></pre>
<p class="docText">Or in Windows</p>
<pre><span class="docEmphStrong">ALTER DATABASE ADD LOGFILE GROUP 3</span>
<span class="docEmphStrong">('</span><span class="docEmphBoldItalic">c:\mydatabases\mydb1\log3a.dbf</span><span class="docEmphStrong">', '</span><span class="docEmphBoldItalic">d:\mydatabases2\mybd1\log3b.dbf</span><span class="docEmphStrong">')</span>
<span class="docEmphStrong">SIZE 1M;</span></pre>
<p class="docText">The generic format of the command is as follows:</p>
<pre>ALTER DATABASE [<span class="docEmphasis">database name</span>]
ADD LOGFILE [GROUP <span class="docEmphasis">integer</span>] <span class="docEmphasis">filespec, filespec</span>;</pre>
<p class="docText">All the information in the brackets is optional, and you would  specify the name, location, and size with the <span class="docEmphasis"><tt>filespec</tt></span> variable. The value required for use  as the <tt>GROUP</tt> number can be selected and provided for each redo log file  group that you want to add. If omitted, Oracle generates the value  automatically.<a name="ch09index74"></a><a name="ch09index75"></a></p>
<p><a name="ch09lev2sec9"></a></p>
<h4 class="docSection2Title">Adding a Log File Member to a Group</h4>
<p class="docText">Oracle, similar to its suggestions on control files, suggests  that redo log files be multiplexed. To do this, Oracle allows you to use the  <tt>ALTER DATABASE</tt> command to add the <tt>LOGFILE MEMBER</tt>. This is  accomplished in Unix as follows:<a name="ch09index76"></a><a name="ch09index77"></a><a name="ch09index78"></a></p>
<pre><span class="docEmphStrong">ALTER DATABASE ADD LOGFILE MEMBER</span>
<span class="docEmphStrong">'</span><span class="docEmphBoldItalic">/mydatabases2/mybd1/log1b.dbf</span><span class="docEmphStrong">' TO GROUP 1</span>
<span class="docEmphStrong">'</span><span class="docEmphBoldItalic">/mydatabases2/mybd1/log2b.dbf</span><span class="docEmphStrong">' TO GROUP 2</span>
<span class="docEmphStrong">'</span><span class="docEmphBoldItalic">/mydatabases2/mybd1/log3b.dbf</span><span class="docEmphStrong">' TO GROUP 3;</span></pre>
<p><a name="ch09note03"></a></p>
<div class="docNote">
<table border="0" cellspacing="0" cellpadding="1" width="90%">
<tbody>
<tr>
<td width="60" valign="top"><img src="images/0789732653/graphics/alert_icon.gif;382543" border="0" alt="" width="50" height="50" align="left" /></td>
<td valign="top">
<p class="docText">It is important to fully specify the filename for the new  members; otherwise, Oracle places the files in the default directory of the  database server. If a file by the name that you have specified already exists,  it must have the same size as the existing file for the <span class="docEmphStrong">GROUP</span> specified, and you must specify the <span class="docEmphStrong">REUSE</span> option; otherwise, the command fails.<a name="ch09index79"></a><a name="ch09index80"></a><a name="ch09index81"></a></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="docText">But how do you determine how many redo log files you need for  your database situation?</p>
<p><a name="ch09lev2sec10"></a></p>
<h4 class="docSection2Title">Optimum Number of Online Redo Log Files</h4>
<p class="docText">Determining the appropriate number of online redo log groups  for your given database instance can be an exercise in creativity. You simply  need to test different configurations to determine what is needed for your  database.<a name="ch09index82"></a><a name="ch09index83"></a></p>
<p class="docText">In some cases, a database instance may indeed only require two  groups. Other situations may mean that additional groups are needed to guarantee  that the groups will always be available to <tt>LGWR</tt> to use. You will start  to see messages in the <tt>LGWR</tt> trace files and in the alert file that  indicate that <tt>LGWR</tt> has started to have to wait. It will wait for  available groups because checkpoints have not completed, or archival of the log  file has not completed. At this point, the log groups need <tt>LGWR</tt> processing that can&#8217;t occur until there are freed other groups. If this happens,  it is time to add additional redo log groups to the database.<a name="ch09index84"></a><a name="ch09index85"></a><a name="ch09index86"></a></p>
<p class="docText">Although it is possible, with the Oracle server, to have  multiplexed redo log file groups with different numbers of members in each  group, it is better to try to maintain a symmetric configuration. Having  different numbers of files in different groups should be only maintained as a  temporary result of some unintended event (such as disk failure or other  accidental situation).<a name="ch09index87"></a><a name="ch09index88"></a><a name="ch09index89"></a><a name="ch09index90"></a><a name="ch09index91"></a></p>
<p><a name="ch09lev2sec11"></a></p>
<h4 class="docSection2Title">Location, Location, Location</h4>
<p class="docText">When you multiplex the online redo log files, you need to be  sure to place the members on different disks or different groups of disks. By  splitting up members like this, you are less likely to have a database crash  because an entire group is unavailable in case of a loss of a disk.<a name="ch09index92"></a><a name="ch09index93"></a><a name="ch09index94"></a><a name="ch09index95"></a><a name="ch09index96"></a></p>
<p class="docText">Also, separating archive log files from the location of the  online redo log files and placing these on different disks or disk groups  reduces contention between the <tt>ARC</tt><span class="docEmphasis"><tt>n</tt></span> process and the <tt>LGWR</tt> process.</p>
<p class="docText">Ideally, redo log files should also be placed on different  disks or disk groups than data files to reduce the possibility of contention  between <tt>LGWR</tt> and <tt>DBW</tt><span class="docEmphasis"><tt>n</tt></span>,  as well as to reduce the chances of losing both redo log files and data files in  case of a loss of a disk or disk group.<a name="ch09index97"></a><a name="ch09index98"></a><a name="ch09index99"></a><a name="ch09index100"></a><a name="ch09index101"></a></p>
<p><a name="ch09lev2sec12"></a></p>
<h4 class="docSection2Title">Sizing the Redo Log Files</h4>
<p class="docText">Although the minimum size for online redo log files is 50KB,  the maximum size is operating system specific. Members of different  <tt>GROUPS</tt> can have different sizes, although there is no real benefit to  having different sized groups. Each member of a given group has to have the same  size as the other members of that group.<a name="ch09index102"></a><a name="ch09index103"></a><a name="ch09index104"></a></p>
<p class="docText">The following situations will help to guide you in determining  whether you have the right number of online redo log files:</p>
<ul>
<li>
<p class="docList">If you have many log switches and checkpoints during a given  time period, you may want larger redo log members.</p>
</li>
<li>
<p class="docList">If you have frequent log switches, you may want larger redo log  members.</p>
</li>
<li>
<p class="docList">If you only see <a class="docLink" href="ch09lev1sec3.html#ch09lev2sec5">log switches</a> and checkpoints when the  database is shut down, you may want smaller redo log members.<a name="ch09index105"></a><a name="ch09index106"></a><a name="ch09index107"></a></p>
</li>
<li>
<p class="docList">If you see several points where the Archiver or Checkpoint has  to wait to perform its activities until the log file is available, you may want  to add one or more redo log groups.</p>
</li>
<li>
<p class="docList">You are starting to see many &#8220;checkpoint not complete&#8221; messages  in your alert logs.<a name="ch09index108"></a><a name="ch09index109"></a><a name="ch09index110"></a></p>
</li>
</ul>
<p><a name="ch09lev2sec13"></a></p>
<h4 class="docSection2Title">Dropping Redo Log Groups</h4>
</td>
</tr>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=209&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/04/maintaining-online-redo-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiplexing Online Redo Log Files</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/04/multiplexing-online-redo-log-files/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/04/multiplexing-online-redo-log-files/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:43:41 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Redo Log Files]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=208</guid>
		<description><![CDATA[Splitting members of a particular Redo Log Group into different groups, helps to avoid loss of database information after a database crash. Adding a Log File Group to the Database To add a group to a database that has two redo log file groups, you would issue an ALTER DATABASE command as follows: ALTER DATABASE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=208&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Splitting members of a particular Redo Log Group into different groups, helps to avoid loss of database information after a database crash.</p>
<p><strong><span style="color:#339966;">Adding a Log File Group to the Database</span></strong></p>
<p>To add a group to a database that has two redo log file groups,  you would issue an <tt>ALTER DATABASE</tt> command as follows:</p>
<p><strong><span style="color:#0000ff;">ALTER DATABASE ADD LOGFILE GROUP 3</span></strong><br />
(&#8216;/mydatabases/mydb1/log3a.dbf&#8217;, &#8216;/mydatabases2/mybd1/log3b.dbf&#8217;)<br />
<strong><span style="color:#0000ff;">SIZE </span></strong><span style="color:#993300;">1M</span>;</p>
<p><span style="color:#339966;"><strong>Adding a Log File Member to a Group</strong></span></p>
<p><strong><span style="color:#0000ff;">ALTER DATABASE ADD LOGFILE MEMBER</span></strong><br />
&#8216;/mydatabases2/mybd1/log1b.dbf&#8217;<span style="color:#0000ff;"> <strong>TO GROUP 1</strong></span><br />
&#8216;/mydatabases2/mybd1/log2b.dbf&#8217; <span style="color:#0000ff;"><strong>TO GROUP 2</strong><br />
</span>&#8216;/mydatabases2/mybd1/log3b.dbf&#8217;<strong> </strong><span style="color:#0000ff;"><strong>TO GROUP 3</strong><br />
</span>;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=208&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/04/multiplexing-online-redo-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>
	</item>
		<item>
		<title>Online Redo Log Files</title>
		<link>http://bigbosswithoracle.wordpress.com/2009/11/04/online-redo-log-files/</link>
		<comments>http://bigbosswithoracle.wordpress.com/2009/11/04/online-redo-log-files/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:47:45 +0000</pubDate>
		<dc:creator>thakuranupam</dc:creator>
				<category><![CDATA[Redo Log Files]]></category>

		<guid isPermaLink="false">http://bigbosswithoracle.wordpress.com/?p=196</guid>
		<description><![CDATA[The only purpose of Online Redo Log Files is Recovery from Media or System Failure in the database, in the instance or the Oracle Server on which they are running. Online redo log files record all changes made to the data in the database Due to instance or system failure, it may sometimes happen that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=196&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>The only purpose of<span style="text-decoration:underline;"> Online Redo Log Files</span> is <strong>Recovery from Media or System Failure</strong> in the database, in the instance or the Oracle Server on which they are running.</li>
<li><span style="text-decoration:underline;">Online redo log files</span> <strong>record all changes</strong> made to the data in the database</li>
<li>Due to instance or system failure, it may sometimes happen that the transactions are <strong>committed but not written to the disk</strong> (i.e. Data Block or the data files)</li>
<li>On next startup, SMON (System Monitor) does an <strong>automatic recovery</strong> using the information in the Redo Log Files</li>
</ul>
<h3><span style="color:#339966;">Structure of Online Redo Log Files</span></h3>
<p>Online Redo Log Files are arranged in groups. Each group contains atleast one member (the redo log file).<br />
To avoid losing of database information, Oracle always suggest Multiplexing of Redo Log Files like the multiplexing of Control Files.</p>
<p>In case of Redo Log Files, the members of each group are kept in different disks.</p>
<p><a href="http://bigbosswithoracle.files.wordpress.com/2009/11/redo-log-files-structure1.jpg"><img class="aligncenter size-full wp-image-203" title="Redo Log Files - Structure" src="http://bigbosswithoracle.files.wordpress.com/2009/11/redo-log-files-structure1.jpg" alt="Redo Log Files - Structure" width="687" height="442" /></a>In the above figure, the  duplicate copies of the Redo Log Files (Member 1) in Disk 1 has also been kept in another Disk 2 to avoid losing database information in case of instance or system failure.</p>
<p>The Log Writer (LGWR) keep on writing to the members of Redo Log Group 1 till it becomes full. As soon as the member of the Group 1 becomes full with data, the LGWR switches to the next group that is Group 2. This is called Log Switching.  After LGWR writes to each of the Redo Log Files of all the Redo Log Groups, it starts writing  again to the members from Group 1 overwriting the old contents of the members of the Group 1.<br />
So the <strong>Redo Log Files works in a cyclic fashion</strong>.</p>
<h3><span style="color:#339966;">Initial Redo Log Files</span></h3>
<p>Initially during database creation, the Redo Log Files are created using the CREATE DATABSE command, where two parameters are specified for the creation of Redo Log Files &#8211; <span style="color:#993300;">MAXLOGFILES </span><tt>and </tt><span style="color:#993300;">MAXLOGMEMBERS</span><tt>.</tt></p>
<p><strong><span style="color:#993300;">MAXLOGFILES</span></strong><tt><strong> </strong>- Maximum no. of Redo Log Groups<br />
</tt><strong><span style="color:#993300;">MAXLOGMEMBERS </span></strong><tt>- </tt>Maximum no. of Redo Log Members in each group</p>
<p>The default and maximum values for the above parameters are operating system dependant.</p>
<h3><span style="color:#339966;">Force Log Switch</span></h3>
<p>Log switches are done automatically periodically, but as a DBA you can force a  log switch to occur with the <span style="color:#993300;">ALTER SYSTEM</span> command as follows:<br />
<span style="color:#0000ff;"><strong><br />
ALTER SYSTEM SWITCH LOGFILE;</strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigbosswithoracle.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigbosswithoracle.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigbosswithoracle.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigbosswithoracle.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigbosswithoracle.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigbosswithoracle.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigbosswithoracle.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigbosswithoracle.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigbosswithoracle.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigbosswithoracle.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigbosswithoracle.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigbosswithoracle.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigbosswithoracle.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigbosswithoracle.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigbosswithoracle.wordpress.com&amp;blog=8491921&amp;post=196&amp;subd=bigbosswithoracle&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigbosswithoracle.wordpress.com/2009/11/04/online-redo-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b400265c303e7b636b163fc3fcc4a681?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">thakuranupam</media:title>
		</media:content>

		<media:content url="http://bigbosswithoracle.files.wordpress.com/2009/11/redo-log-files-structure1.jpg" medium="image">
			<media:title type="html">Redo Log Files - Structure</media:title>
		</media:content>
	</item>
	</channel>
</rss>
