<?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; dataguard</title>
	<atom:link href="http://www.fuadarshad.net/wp/tag/dataguard-oracle/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>Physical Dataguard Password change</title>
		<link>http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/</link>
		<comments>http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:06:25 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[dataguard]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=351</guid>
		<description><![CDATA[Oracle Performs redo shipping and authentication services between the primary and the standby using Password files and if your security protocols dictate a sys password change  you will start having issues with stopped log shipping with errors like . Error 1017 received logging on to the standby &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Check that the primary and standby are [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Oracle Performs redo shipping and authentication services between the primary and the standby using Password files and if your security protocols dictate a sys password change  you will start having issues with stopped log shipping with errors like .</p>
<p>Error 1017 received logging on to the standby<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Check that the primary and standby are using a password file<br />
and remote_login_passwordfile is set to SHARED or EXCLUSIVE,<br />
and that the SYS password is same in the password files.<br />
returning error ORA-16191<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>The solution to fixing thiscan be</p>
<p>1. Open the physical Standby  read only  and change the sys password.</p>
<p>2. Use orapwd to create anew password file.</p>
<p>3. ship/sftp the password file from the primary.</p>
<p>11g Brings  a new twist to options 1 and 2 .</p>
<p>SEC_CASE_SENSITIVE_LOGON=TRUE by default in Oracle 11g which means the option 1 and 2 will generate different hash when done on different systems</p>
<p>Metalink note #<span style="font-family: helvetica;">462219.1 provides an explanation and the solution to this problem. The solution includes a new option in the orapwd utility which allows you to ignorecase.<br />
</span></p>
<p>$ORAPWD FILE=filename [ENTRIES=numusers] [FORCE={Y|N}] [IGNORECASE={Y|N}] [NOSYSDBA={Y|N}</p>
<p>The other solution includes  changing case sensitivity by changing SEC_CASE_SENSITIVE_LOGON=FALSE . This is a dynamic parameter.</p>
<p>Please evaluate and implement all solutions based on your company security practice.</p>


<p>No related posts.</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/09/physical-dataguard-password-change/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
