<?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>Fuad Arshad's Blog &#187; data guard</title>
	<atom:link href="http://www.fuadarshad.net/wp/category/data-guard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuadarshad.net/wp</link>
	<description>This is Just stuff i find on Oracle From various different sources or from my own personal experience I can also be found at http://www.twitter.com/fuadar</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:16:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Oracle Dataguard broker  &amp; CFC Part 2</title>
		<link>http://www.fuadarshad.net/wp/2010/05/oracle-dataguard-broker-cfc-part-2/</link>
		<comments>http://www.fuadarshad.net/wp/2010/05/oracle-dataguard-broker-cfc-part-2/#comments</comments>
		<pubDate>Mon, 03 May 2010 18:28:41 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[data guard]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[cfc]]></category>
		<category><![CDATA[dataguard]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=427</guid>
		<description><![CDATA[In an earlier post i mentioned how Oracle Dataguard Broker does not support a cold failover cluster like HACMP. Well turns out Broker can be used on a Cold Failover Cluster. There are a few simple steps that needs to be followed to make the data broker  be able to function. On the primary alter [...]


Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/' rel='bookmark' title='Permanent Link: Physical Dataguard Password change'>Physical Dataguard Password change</a> <small>Oracle Performs redo shipping and authentication services between the primary...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2010/02/oracle-asm-automatic-storage-management-11-1-with-a-10gr2-database/' rel='bookmark' title='Permanent Link: Oracle ASM (Automatic Storage Management) 11.1 with a 10Gr2 database'>Oracle ASM (Automatic Storage Management) 11.1 with a 10Gr2 database</a> <small>The last couple of weeks I&#8217;ve been working on converting...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In an earlier post i mentioned how Oracle Dataguard Broker  does not support a cold failover cluster like HACMP.  Well turns out Broker can be used on a Cold Failover  Cluster.<br />
There are a few simple steps that needs to be followed to make the data broker  be able to function.</p>
<p>On the primary</p>
<pre class="brush:sql"> alter system set local_listener=&lt;virtual hostname&gt;;</pre>
<p>This will ensure that the database knows about the listener that is running on a virtual host name.</p>
<p>After this step is completed Follow the steps in  Metalink Doc # 808783.1<br />
I&#8217;m listing the steps below</p>
<pre class="brush :sql">ALTER SYSTEM SET DG_BROKER_START=FALSE;
 SQL&gt; show parameter dg_broker_config_file
--- remove files that are displayed on the primary and the start broker on both the primary and the standby
SQL&gt;ALTER SYSTEM SET DG_BROKER_START=TRUE;
</pre>
<p>After this connect to Dataguard Manager</p>
<pre class="brush:sql"
dgmgrl>
DGMGRL>CREATE CONFIGURATION 'DGCONF' AS PRIMARY DATABASE IS 'PROD' CONNECT IDENTIFIER IS PROD;
DGMGRL> ADD DATABASE 'STDBY' AS CONNECT IDENTIFIER IS STDBY MAINTAINED AS PHYSICAL; --or LOGICAL
DGMGRL> ENABLE CONFIGURATION;
-- validate
DGMGRL> SHOW CONFIGURATION;
--Success means all is good
</pre>
<p>The above commands are from the Metalink Doc above and work perfectly for a CFC . We are now able to failover our clusters and have Dataguard broker work for us to manage our configurations.  </p>


<p>Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/' rel='bookmark' title='Permanent Link: Physical Dataguard Password change'>Physical Dataguard Password change</a> <small>Oracle Performs redo shipping and authentication services between the primary...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2010/02/oracle-asm-automatic-storage-management-11-1-with-a-10gr2-database/' rel='bookmark' title='Permanent Link: Oracle ASM (Automatic Storage Management) 11.1 with a 10Gr2 database'>Oracle ASM (Automatic Storage Management) 11.1 with a 10Gr2 database</a> <small>The last couple of weeks I&#8217;ve been working on converting...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.fuadarshad.net/wp/2010/05/oracle-dataguard-broker-cfc-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dataguard notes Part 1</title>
		<link>http://www.fuadarshad.net/wp/2009/07/dataguard-notes-part-1/</link>
		<comments>http://www.fuadarshad.net/wp/2009/07/dataguard-notes-part-1/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 01:38:35 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[data guard]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=309</guid>
		<description><![CDATA[Over the recent weeks pretty much most of my time has been spent debugging and working with Dataguard related issues and i thought i&#8217;d start this post about some notes 1. Know thy purpose. Before deciding what type of dataguard environment you want to setup , Make sure you understand the business requirements and plan [...]


Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/' rel='bookmark' title='Permanent Link: Physical Dataguard Password change'>Physical Dataguard Password change</a> <small>Oracle Performs redo shipping and authentication services between the primary...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2010/05/oracle-dataguard-broker-cfc-part-2/' rel='bookmark' title='Permanent Link: Oracle Dataguard broker  &#038; CFC Part 2'>Oracle Dataguard broker  &#038; CFC Part 2</a> <small>In an earlier post i mentioned how Oracle Dataguard Broker...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2009/11/using-emc-clopnes-and-ibm-ess-flashcopy-to-backup-your-database/' rel='bookmark' title='Permanent Link: Using EMC Clones and IBM ESS FlashCopy to Backup your Database'>Using EMC Clones and IBM ESS FlashCopy to Backup your Database</a> <small>Lets Face it. Todays Databases are getting bigger and bigger...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Over the recent weeks pretty much most of my time has been spent debugging and working with Dataguard related issues and i thought i&#8217;d start this post about some notes</p>
<p>1. Know thy purpose.</p>
<p>Before deciding what type of dataguard environment you want to setup , Make sure you understand the business requirements and plan accordingly. If the purpose is DR only use Physical Dataguard. If the purpose is business reporting , use Logical Dataguard.</p>
<p>2. Understand the Load.</p>
<p>It is very important to understand the logic and the business reason behind the setup. Often people recommend  a Dataguard setup  without actually working through the requirements. This can lead to a cheaper but totally unusable solution which  might require lots of rework . Logical Dataguard  is much prone to such issues since users expect it to be up and available for performing read only activities and also expect it to be in sync real-time. </p>
<p> Part 2 will go into some technical  details on trying to troubleshoot Dataguard issues and how to identify potiential issues .</p>


<p>Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/' rel='bookmark' title='Permanent Link: Physical Dataguard Password change'>Physical Dataguard Password change</a> <small>Oracle Performs redo shipping and authentication services between the primary...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2010/05/oracle-dataguard-broker-cfc-part-2/' rel='bookmark' title='Permanent Link: Oracle Dataguard broker  &#038; CFC Part 2'>Oracle Dataguard broker  &#038; CFC Part 2</a> <small>In an earlier post i mentioned how Oracle Dataguard Broker...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2009/11/using-emc-clopnes-and-ibm-ess-flashcopy-to-backup-your-database/' rel='bookmark' title='Permanent Link: Using EMC Clones and IBM ESS FlashCopy to Backup your Database'>Using EMC Clones and IBM ESS FlashCopy to Backup your Database</a> <small>Lets Face it. Todays Databases are getting bigger and bigger...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.fuadarshad.net/wp/2009/07/dataguard-notes-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dataguard 11g &#8211; No more same hardware/software requirement(partially)</title>
		<link>http://www.fuadarshad.net/wp/2008/08/dataguard-11g-no-more-same-hardwaresoftware-requirementpartially-2/</link>
		<comments>http://www.fuadarshad.net/wp/2008/08/dataguard-11g-no-more-same-hardwaresoftware-requirementpartially-2/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 02:54:00 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[data guard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=269</guid>
		<description><![CDATA[While trying to look at dataguard as a reporting environment i found a very neat and fundamentally cost saving feature added on to dataguard in Oracle 11.According to the Docs &#8220;As of Oracle Database 11g, Data Guard provides increased flexibility for Data Guard configurations in which the primary and standby systems may have different CPU [...]


Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/' rel='bookmark' title='Permanent Link: Physical Dataguard Password change'>Physical Dataguard Password change</a> <small>Oracle Performs redo shipping and authentication services between the primary...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>While trying to look at <span class="blsp-spelling-error" id="SPELLING_ERROR_0">dataguard</span> as a reporting environment i found a very neat and fundamentally cost saving feature added on to <span class="blsp-spelling-error" id="SPELLING_ERROR_1">dataguard</span> in Oracle 11.<br />According to the Docs</p>
<p>&#8220;As of Oracle Database 11g, Data Guard provides increased flexibility for Data Guard configurations in which the primary and standby systems may have different CPU architectures, operating systems (for example, Windows &amp; Linux), operating system binaries (32-bit/64-bit), and Oracle database binaries (32-bit/64-bit).</p>
<p>This is very interesting and actually provide a lot of cost savings to companies that  have systems using Windows based servers and can purchase cheaper <span class="blsp-spelling-error" id="SPELLING_ERROR_2">linux</span> boxes and  make that available . The problem is based on the matrix in note 413484.1 pretty much only Windows and Linux can live in  a mixed environment . <span class="blsp-spelling-error" id="SPELLING_ERROR_3">AIX</span> and Solaris can only live with the same architecture.</p>


<p>Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/' rel='bookmark' title='Permanent Link: Physical Dataguard Password change'>Physical Dataguard Password change</a> <small>Oracle Performs redo shipping and authentication services between the primary...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.fuadarshad.net/wp/2008/08/dataguard-11g-no-more-same-hardwaresoftware-requirementpartially-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
