<?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; Physical Database Structure</title>
	<atom:link href="http://oracle.3dub.com/category/database-structure/physical-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>Physical Database Structure</title>
		<link>http://oracle.3dub.com/2008/08/27/physical-database-structure/</link>
		<comments>http://oracle.3dub.com/2008/08/27/physical-database-structure/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 00:27:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Physical Database Structure]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=19</guid>
		<description><![CDATA[These are the files (7) that make up the physical database:

Datafiles
- a datafile can only be associated with one database
- datafiles can be defined to &#8216;grow&#8217;
- one or more datafiles form a logical unit of database storage called a &#8216;tablespace&#8217;.
Control Files
- the control files store the locations of the datafiles and redo log files
- also [...]]]></description>
			<content:encoded><![CDATA[<p>These are the files (7) that make up the physical database:</p>
<ol>
<li>Datafiles<br />
- a datafile can only be associated with one database<br />
- datafiles can be defined to &#8216;grow&#8217;<br />
- one or more datafiles form a logical unit of database storage called a &#8216;tablespace&#8217;.</li>
<li>Control Files<br />
- the control files store the locations of the datafiles and redo log files<br />
- also stores the database name and time of creation.<br />
- oracle can &#8216;multiplex&#8217; the control files (keep many copies) to safeguard their contents.</li>
<li>Online Redo Log Files<br />
- &#8216;transaction log&#8217; &#8212; keeps track of all changes to the data (kept in memory)</li>
<li>Archived Redo Log Files<br />
- once the online redo logs are written to disk they are now &#8216;archived&#8217;. The parameter ARCHIVELOG is how oracle will automatically archive the redo logs. You can store the archives on separate drives for protection.</li>
<li>Parameter Files<br />
- pfiles (parameter) and spfiles (server parameters) control the config options for the database and instance.</li>
<li>Alert and Trace Log Files<br />
- alert files = errors and warnings. Trace = used by background processes to dump diagnostic data.</li>
<li>Backup Files</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2008/08/27/physical-database-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

