<?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>DBAPundits.com &#187; database</title>
	<atom:link href="http://www.dbapundits.com/blog/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbapundits.com/blog</link>
	<description>Articles and resources for the DBAs.</description>
	<lastBuildDate>Wed, 23 Nov 2011 03:22:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Data guard setup and configuration &#8211; quick reference</title>
		<link>http://www.dbapundits.com/blog/standby-data-guard/oracle-11g-dataguard-setup-and-configuration-quick-reference/</link>
		<comments>http://www.dbapundits.com/blog/standby-data-guard/oracle-11g-dataguard-setup-and-configuration-quick-reference/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 03:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standby/Data Guard]]></category>
		<category><![CDATA[data protection]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dataguard]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[standby]]></category>

		<guid isPermaLink="false">http://www.dbapundits.com/blog/?p=150</guid>
		<description><![CDATA[<p>Quick reference to dataguard configuration for the DBAs. The table gives an easy reference on the main attributes of log_archive_dest_n parameter and gives quick concept on the setting. Also, the scenarios where standby redo logs are used to minimize data loss and also to enable real-time apply is discussed.</p> Configuration Performance Availability Protection Meaning and [...]]]></description>
			<content:encoded><![CDATA[<p>Quick reference to dataguard configuration for the DBAs. The table gives an easy reference on the main attributes of log_archive_dest_n parameter and gives quick concept on the setting. Also, the scenarios where standby redo logs are used to minimize data loss and also to enable real-time apply is discussed.</p>
<table style="font-size: 10pt; font-family: tahoma" border="1" cellspacing="0" cellpadding="0" width="614">
<tbody>
<tr>
<td width="92" valign="top"><strong>Configuration</strong></td>
<td width="101" valign="top"><strong>Performance</strong></td>
<td width="81" valign="top"><strong>Availability</strong></td>
<td width="89" valign="top"><strong>Protection</strong></td>
<td width="249" valign="top"><strong>Meaning and Remarks</strong></td>
</tr>
<tr>
<td width="92" valign="top">Standby redo logs</td>
<td width="101" valign="top">Not required, but recommended</td>
<td width="81" valign="top">Required</td>
<td width="89" valign="top">Required</td>
<td width="249" valign="top">Redo data from primary will be written to standby redo logs by LGWR process and real time apply can be enabled, LGWR/ARCH parameter can be set.</td>
</tr>
<tr>
<td width="92" valign="top">LGWR<br />
(Redo archival process)</td>
<td width="101" valign="top">Not required</td>
<td width="81" valign="top">Required</td>
<td width="89" valign="top">Required</td>
<td width="249" valign="top">Specifies the redo transport service uses LGWR to collect and transit redo data to standby.</td>
</tr>
<tr>
<td width="92" valign="top">ARCH<br />
(Redo archival process)</td>
<td width="101" valign="top">Possible</td>
<td width="81" valign="top">Not possible</td>
<td width="89" valign="top">Not possible</td>
<td width="249" valign="top">Specifies that redo transport services uses ARCn process to collect and transmit redo data to standby.</td>
</tr>
<tr>
<td width="92" valign="top">SYNC (Network transmission)</td>
<td width="101" valign="top">Not required</td>
<td width="81" valign="top">Required</td>
<td width="89" valign="top">Required</td>
<td width="249" valign="top">SYNC specifies <span class="font5">Network I/O</span><span class="font0"> to standby is synchronous, that means the LGWR process on primary will wait for </span><span class="font5">Network I/O</span><span class="font0"> to complete on the standby so that successful transfer of redo records to standby database is ensured.</span></td>
</tr>
<tr>
<td width="92" valign="top">ASYNC (Network transmission)</td>
<td width="101" valign="top">Can be set</td>
<td width="81" valign="top">Cannot be set</td>
<td width="89" valign="top">Cannot be set</td>
<td width="249" valign="top">ASYNC specifies the the LGWR will not wait for <span class="font5">Network I/O</span><span class="font0">  to complete and proceeds asynchronously. Not valid if ARCH parameter is used</span></td>
</tr>
<tr>
<td width="92" valign="top">AFFIRM<br />
(Disk Writes)</td>
<td width="101" valign="top">Not required</td>
<td width="81" valign="top">Required</td>
<td width="89" valign="top">Required</td>
<td width="249" valign="top">Specifies that <span class="font5">disk I/O</span><span class="font0"> to archived redo logs and standby redo logs on the standby are done </span><span class="font5">synchronously</span><span class="font0"> and the LGWR process on primary will wait to continue its processing.</span></td>
</tr>
<tr>
<td width="92" valign="top">NOAFFIRM (Disk Writes)</td>
<td width="101" valign="top">Can be set</td>
<td width="81" valign="top">Cannot be set</td>
<td width="89" valign="top">Cannot be set</td>
<td width="249" valign="top">Specifies that disk I/O to archived redo logs and standby redo logs on the standby is done <span class="font5">asynchronously</span><span class="font0"> and the LGWR process on primary will not wait to continue its processing.</span></td>
</tr>
</tbody>
</table>
<p> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dbapundits.com%2Fblog%2Fstandby-data-guard%2Foracle-11g-dataguard-setup-and-configuration-quick-reference%2F&amp;title=Data%20guard%20setup%20and%20configuration%20%26%238211%3B%20quick%20reference" id="wpa2a_2"><img src="http://www.dbapundits.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbapundits.com/blog/standby-data-guard/oracle-11g-dataguard-setup-and-configuration-quick-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

