<?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/"
	>

<channel>
	<title>Parm Patram &#187; Logical Database Structure</title>
	<atom:link href="http://oracle.3dub.com/category/database-structure/logical-database-structure/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Logical Database Structure</title>
		<link>http://oracle.3dub.com/2008/08/27/logical-database-structure/</link>
		<comments>http://oracle.3dub.com/2008/08/27/logical-database-structure/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 00:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Logical Database Structure]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=23</guid>
		<description><![CDATA[
Blocks
- similar to a filesystem block. Controllable via the DB_BLOCK_SIZE initialization parameter.
Extents
- a certain number of contiguous blocks used to store the same piece of data.
Segments
- collection of extents. Some of the extents making up the segment may belong to different physical datafiles, but are all part of the same tablespace (below).
Tablespaces
- each database is [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Blocks<br />
- similar to a filesystem block. Controllable via the DB_BLOCK_SIZE initialization parameter.</li>
<li>Extents<br />
- a certain number of contiguous blocks used to store the same piece of data.</li>
<li>Segments<br />
- collection of extents. Some of the extents making up the segment may belong to different physical datafiles, but are all part of the same tablespace (below).</li>
<li>Tablespaces<br />
- each database is divided into logical storage units called &#8216;tablespaces&#8217;. The default is to have many small files (smallfile tablespace) to store the tablespace data, but you can also create &#8216;bigfile&#8217; tablespaces so all of the tablespace data is stored in a single LARGE file.<br />
- a tablespace can be &#8216;readonly&#8217; or taken offline independently of the rest of the database.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/08/27/logical-database-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

