<?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>OraQA &#187; Architecture</title>
	<atom:link href="http://oraqa.com/category/concepts/architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com</link>
	<description>Oracle Question and Answer</description>
	<lastBuildDate>Tue, 06 Jul 2010 00:08:52 +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>What are datafiles?</title>
		<link>http://oraqa.com/2006/11/05/what-are-datafiles/</link>
		<comments>http://oraqa.com/2006/11/05/what-are-datafiles/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 06:35:10 +0000</pubDate>
		<dc:creator>Eddie Awad</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Concepts]]></category>

		<guid isPermaLink="false">http://oraqa.com/2006/11/05/what-are-datafiles/</guid>
		<description><![CDATA[Every Oracle database has one or more physical datafiles. The datafiles contain all the database data. The data of logical database structures, such as tables and indexes, is physically stored in the datafiles allocated for a database.

A datafile can be associated with only one database.
Datafiles can have certain characteristics set to let them automatically extend [...]]]></description>
			<content:encoded><![CDATA[<p>Every Oracle database has one or more physical datafiles. The datafiles contain all the database data. The data of logical database structures, such as tables and indexes, is physically stored in the datafiles allocated for a database.</p>
<ul>
<li>A datafile can be associated with only one database.</li>
<li>Datafiles can have certain characteristics set to let them automatically extend when the database runs out of space.</li>
<li>One or more datafiles form a logical unit of database storage called a tablespace.</li>
</ul>
<p>Data in a datafile is read, as needed, during normal database operation and stored in the memory cache of Oracle. Modified or new data is not necessarily written to a datafile immediately. To reduce the amount of disk access and to increase performance, data is pooled in memory and written to the appropriate datafiles all at once.</p>
<p>Sources and resources:</p>
<ul>
<li><a href="http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14220/intro.htm#sthref35">Documentation</a></li>
<li><a href="http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14220/physical.htm#sthref558">Overview of datafiles</a></li>
<li><a href="http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14231/dfiles.htm#ADMIN012">Managing datafiles</a></li>
<li><a href="http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:32939838390113">Moving datafiles</a></li>
<li><a href="http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:1301001918937">Datafile changes &amp; backup</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://oraqa.com/2006/11/05/what-are-datafiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between a database and an instance?</title>
		<link>http://oraqa.com/2006/02/02/what-is-the-difference-between-a-database-and-an-instance/</link>
		<comments>http://oraqa.com/2006/02/02/what-is-the-difference-between-a-database-and-an-instance/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 14:59:33 +0000</pubDate>
		<dc:creator>Eddie Awad</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Concepts]]></category>

		<guid isPermaLink="false">http://oraqa.com/2006/02/02/what-is-the-difference-between-a-database-and-an-instance/</guid>
		<description><![CDATA[To understand the difference between a database and an instance, we need to know the basic definition of each and the relationship between them.
Definition:

A database is a set of files stored on disk.
An instance is a collection of Oracle background processes and shared memory.

Relationship:

An instance can mount and open one and only one database.
A database [...]]]></description>
			<content:encoded><![CDATA[<p>To understand the difference between a database and an instance, we need to know the basic definition of each and the relationship between them.</p>
<p>Definition:</p>
<ul>
<li>A database is a set of files stored on disk.</li>
<li>An instance is a collection of Oracle background processes and shared memory.</li>
</ul>
<p>Relationship:</p>
<ul>
<li>An instance can mount and open one and only one database.</li>
<li>A database may be mounted and opened by one or more instances.</li>
</ul>
<p>For example, in the case of Real Application Clusters (or RAC) a database is usually mounted and opened by many instances.</p>
<p>Related documentation: <a href="http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14220/intro.htm#sthref83">Instance</a>, <a href="http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14220/intro.htm#sthref11">Database</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oraqa.com/2006/02/02/what-is-the-difference-between-a-database-and-an-instance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
