<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: What is the difference between a logical and physical standby database?</title>
	<atom:link href="http://oraqa.com/2006/01/25/what-is-the-difference-between-a-logical-and-physical-standby-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com/2006/01/25/what-is-the-difference-between-a-logical-and-physical-standby-database/</link>
	<description>Oracle Question and Answer</description>
	<pubDate>Tue, 06 Jan 2009 09:48:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fahd Mirza</title>
		<link>http://oraqa.com/2006/01/25/what-is-the-difference-between-a-logical-and-physical-standby-database/comment-page-1/#comment-92</link>
		<dc:creator>Fahd Mirza</dc:creator>
		<pubDate>Mon, 30 Jan 2006 07:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/01/25/what-is-the-difference-between-a-logical-and-physical-standby-database/#comment-92</guid>
		<description>Got it, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Got it, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://oraqa.com/2006/01/25/what-is-the-difference-between-a-logical-and-physical-standby-database/comment-page-1/#comment-91</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 28 Jan 2006 21:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/01/25/what-is-the-difference-between-a-logical-and-physical-standby-database/#comment-91</guid>
		<description>The difference between physical and logical standby is in the way the changes from the primary are applied. Both created as an exact image of the primary database. Both receive redo logs from the primary database. The difference is that a physical standby is mounted (but not open) and applies the received redo logs just as in the case of media failure recovery. A logical standby reconstructs SQL statements from the received redo logs and executes them. A logical standby is (must be) opened and can with some limitations be used for reporting or other purposes. A physical standby is mounted and generally cannot be used for any other purposes. You can however switch temporarily to read-only mode and query it but synchronization with the primary will be paused until you return to the recovery mode. In 10g Rel. 2 you can also open it read-write and then flashback to its original state

Vadim Bobrov
Oracle Performance Tools 
http://www.fourthelephant.com</description>
		<content:encoded><![CDATA[<p>The difference between physical and logical standby is in the way the changes from the primary are applied. Both created as an exact image of the primary database. Both receive redo logs from the primary database. The difference is that a physical standby is mounted (but not open) and applies the received redo logs just as in the case of media failure recovery. A logical standby reconstructs SQL statements from the received redo logs and executes them. A logical standby is (must be) opened and can with some limitations be used for reporting or other purposes. A physical standby is mounted and generally cannot be used for any other purposes. You can however switch temporarily to read-only mode and query it but synchronization with the primary will be paused until you return to the recovery mode. In 10g Rel. 2 you can also open it read-write and then flashback to its original state</p>
<p>Vadim Bobrov<br />
Oracle Performance Tools<br />
<a href="http://www.fourthelephant.com" rel="nofollow">http://www.fourthelephant.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
