<?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; oracle</title>
	<atom:link href="http://www.fuadarshad.net/wp/category/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>Interesting Observation regarding ASH  in 10GR2</title>
		<link>http://www.fuadarshad.net/wp/2010/09/interesting-observation-regarding-ash-in-10gr2/</link>
		<comments>http://www.fuadarshad.net/wp/2010/09/interesting-observation-regarding-ash-in-10gr2/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 12:16:28 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=480</guid>
		<description><![CDATA[I was looking thru some reports on a time period when we has Database Contention . I noticed something really Odd in the ASH reports I have one index that was the top DB Object w.r.t to Db sequential file read. I wanted to move that index to  a different tablespace anyway so i rebuilt [...]


Related posts:<ol><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>
<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>I was looking thru some reports on a time period when we has Database Contention . I noticed something really Odd in the ASH reports</p>
<p>I have one index that was the top DB Object w.r.t to Db sequential file read. I wanted to move that index to  a different tablespace anyway so i rebuilt the table. What i noticed on the ASH report was very interesting</p>
<p>Prior to my Index Rebuild the ASH report</p>
<h3>Top DB Objects</h3>
<ul>
<li> With respect to Application, Cluster, User I/O and buffer busy waits only.</li>
</ul>
<table border="1">
<tbody>
<tr>
<th>Object ID</th>
<th>% Activity</th>
<th>Event</th>
<th>% Event</th>
<th>Object Name (Type)</th>
<th>Tablespace</th>
</tr>
<tr>
<td align="right">135617</td>
<td align="right">13.76</td>
<td>db file sequential read</td>
<td align="right">13.71</td>
<td>INDEX1 (INDEX)</td>
<td>X_BPGEN_50M</td>
</tr>
<tr>
<td align="right">378375</td>
<td align="right">1.20</td>
<td>enq: TX &#8211; row lock contention</td>
<td align="right">1.06</td>
<td>TABLE1 (TABLE)</td>
<td>D_PAT_AL1</td>
</tr>
<tr>
<td align="right">86047</td>
<td align="right">1.16</td>
<td>db file sequential read</td>
<td align="right">1.16</td>
<td>TABLE2</td>
<td>D_PAT1</td>
</tr>
</tbody>
</table>
<p><a name="10350"></a></p>
<h3>Top DB Files</h3>
<ul>
<li> With respect to Cluster and User I/O events only.</li>
</ul>
<table border="1">
<tbody>
<tr>
<th>File ID</th>
<th>% Activity</th>
<th>Event</th>
<th>% Event</th>
<th>File Name</th>
<th>Tablespace</th>
</tr>
<tr>
<td align="right">124</td>
<td align="right">11.70</td>
<td>db file sequential read</td>
<td align="right">11.54</td>
<td>+DATA02/xyz/datafile/x_bpgen_50m.691.727601609</td>
<td>X_BPGEN_50M</td>
</tr>
<tr>
<td align="right">146</td>
<td align="right">2.39</td>
<td>db file sequential read</td>
<td align="right">2.18</td>
<td>+DATA02/xyz/datafile/x_bpgen_50m.550.727596551</td>
<td>X_BPGEN_50M</td>
</tr>
</tbody>
</table>
<p>After the Index Rebuild the ASH Report for the same time period</p>
<h3>Top DB Objects</h3>
<ul>
<li> With respect to Application, Cluster, User I/O and buffer busy waits only.</li>
</ul>
<table border="1">
<tbody>
<tr>
<th>Object ID</th>
<th>% Activity</th>
<th>Event</th>
<th>% Event</th>
<th>Object Name (Type)</th>
<th>Tablespace</th>
</tr>
<tr>
<td align="right">135617</td>
<td align="right">13.76</td>
<td>db file sequential read</td>
<td align="right">13.71</td>
<td>INDEX1 (INDEX)</td>
<td>X_MISC_AL</td>
</tr>
<tr>
<td align="right">378375</td>
<td align="right">1.20</td>
<td>enq: TX &#8211; row lock contention</td>
<td align="right">1.06</td>
<td>TABlE1 (TABLE)</td>
<td>D_PAT_AL1</td>
</tr>
<tr>
<td align="right">86047</td>
<td align="right">1.16</td>
<td>db file sequential read</td>
<td align="right">1.16</td>
<td>TABl2</td>
<td>D_PAT1</td>
</tr>
</tbody>
</table>
<p><a href="http://prdcm.walgreens.com:4889/em/console/database/instance/ashReport?target=ppbmprod.walgreens&amp;type=oracle_database&amp;event=viewReport#106"></a><a href="http://prdcm.walgreens.com:4889/em/console/database/instance/ashReport?target=ppbmprod.walgreens&amp;type=oracle_database&amp;event=viewReport#top"><br />
</a></p>
<p><a name="10350"></a></p>
<h3>Top DB Files</h3>
<ul>
<li> With respect to Cluster and User I/O events only.</li>
</ul>
<table border="1">
<tbody>
<tr>
<th>File ID</th>
<th>% Activity</th>
<th>Event</th>
<th>% Event</th>
<th>File Name</th>
<th>Tablespace</th>
</tr>
<tr>
<td align="right">124</td>
<td align="right">11.70</td>
<td>db file sequential read</td>
<td align="right">11.54</td>
<td>+DATA02/xyzdatafile/x_bpgen_50m.691.727601609</td>
<td>X_BPGEN_50M</td>
</tr>
<tr>
<td align="right">146</td>
<td align="right">2.39</td>
<td>db file sequential read</td>
<td align="right">2.18</td>
<td>+DATA02/xyzd/datafile/x_bpgen_50m.550.727596551</td>
<td>X_BPGEN_50M</td>
</tr>
</tbody>
</table>
<p>While the Top DB Files remains the same the top DB Objects now has  a different table space not because the table space was that at the time of the problem but because it seems oracle is performing a real time query to determine what the current table space this. this can be confusing and misleading since the top db files and the top db objects now no longer match.<br />
Anyone seen this or have any explanation of why Oracle would be doing this.</p>


<p>Related posts:<ol><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>
<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/2010/09/interesting-observation-regarding-ash-in-10gr2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bloggers Meetup 2010</title>
		<link>http://www.fuadarshad.net/wp/2010/08/bloggers-meetup-2010/</link>
		<comments>http://www.fuadarshad.net/wp/2010/08/bloggers-meetup-2010/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 13:30:53 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=473</guid>
		<description><![CDATA[The 2010 Oracle Openworld Blogger Meetup has been announced.  Details are here. it was loads of fun last time . Here&#8217;s my shirt from last year. Do you still have yours ?. From The Pythian Blog When: Wed, 22-Sep-2010, 5:30pm Where: Lower Dining Room, Jillian’s Billiards @ Metreon, 101 Fourth Street, San Francisco, CA 94103. [...]


Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/09/the-bloggers-will-descend/' rel='bookmark' title='Permanent Link: The Bloggers Will descend &#8230;&#8230;&#8230;..'>The Bloggers Will descend &#8230;&#8230;&#8230;..</a> <small>Via Twitter @Alexgorbachev we&#8217;ve come to know about the Oracle...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2010/07/oracle-openworld-2010-preparations-underway/' rel='bookmark' title='Permanent Link: Oracle openworld 2010 preparations underway'>Oracle openworld 2010 preparations underway</a> <small>So Oracle Openworld starts sep 19-23 But the preparation are...</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>The 2010 Oracle Openworld Blogger Meetup has been announced.  Details are <a href="http://www.pythian.com/news/16005/bloggers-meetup-oracle-openworld-2010/">here</a>. it was loads of fun last time . Here&#8217;s my shirt from last year. Do you still have yours ?.</p>
<p>From The Pythian Blog</p>
<p><strong>When:</strong> Wed, 22-Sep-2010, 5:30pm</p>
<p><strong>Where:</strong> Lower Dining Room, <a href="http://sanfrancisco.jilliansbilliards.com/">Jillian’s Billiards</a> @ Metreon, <a href="http://maps.google.com/maps?hl=en&amp;q=101+Fourth+Street,+San+Francisco,+CA+94103&amp;ie=UTF8&amp;hq=&amp;hnear=101+4th+St,+San+Francisco,+California+94103&amp;ei=7A54TMSSC8adnAe2tPmWCw&amp;ved=0CBMQ8gEwAA&amp;ll=37.784028,-122.402222&amp;spn=0.007648,0.015771&amp;t=h&amp;z=16">101 Fourth Street, San Francisco, CA 94103</a>.</p>
<p><a href="http://www.fuadarshad.net/wp/wp-content/uploads/2010/08/photo.jpg"><img class="alignnone size-full wp-image-474" title="Blogger Shirt " src="http://www.fuadarshad.net/wp/wp-content/uploads/2010/08/photo.jpg" alt="" width="320" height="239" /></a></p>


<p>Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/09/the-bloggers-will-descend/' rel='bookmark' title='Permanent Link: The Bloggers Will descend &#8230;&#8230;&#8230;..'>The Bloggers Will descend &#8230;&#8230;&#8230;..</a> <small>Via Twitter @Alexgorbachev we&#8217;ve come to know about the Oracle...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2010/07/oracle-openworld-2010-preparations-underway/' rel='bookmark' title='Permanent Link: Oracle openworld 2010 preparations underway'>Oracle openworld 2010 preparations underway</a> <small>So Oracle Openworld starts sep 19-23 But the preparation are...</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/08/bloggers-meetup-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle openworld 2010 preparations underway</title>
		<link>http://www.fuadarshad.net/wp/2010/07/oracle-openworld-2010-preparations-underway/</link>
		<comments>http://www.fuadarshad.net/wp/2010/07/oracle-openworld-2010-preparations-underway/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:03:25 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oow2010]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=459</guid>
		<description><![CDATA[So Oracle Openworld starts sep 19-23 But the preparation are already underway with the Schedule Builder going Live Yesterday. The Official HashTag for Openworld 2010 is #oow2010 and @oracleopenworld can¬† be followed to get all the updates. George Woods has started his yearly Tweeters Attending Blogpost here and i&#8217;m not many more resources will popup [...]


Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/10/at-oracle-openworld-09/' rel='bookmark' title='Permanent Link: At Oracle Openworld 09'>At Oracle Openworld 09</a> <small>Finally made it here to Oracle Openworld 2009. I&#8217;ll be...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2009/09/my-oracle-openworld-2009-schedule/' rel='bookmark' title='Permanent Link: My Oracle OpenWorld 2009 Schedule'>My Oracle OpenWorld 2009 Schedule</a> <small>There is so much to do in so little time...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2009/09/the-bloggers-will-descend/' rel='bookmark' title='Permanent Link: The Bloggers Will descend &#8230;&#8230;&#8230;..'>The Bloggers Will descend &#8230;&#8230;&#8230;..</a> <small>Via Twitter @Alexgorbachev we&#8217;ve come to know about the Oracle...</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>So Oracle Openworld starts sep 19-23 But the preparation are already underway with the <a href="http://www.eventreg.com/sb250/login.jsp">Schedule Builder</a> going Live Yesterday.</p>
<p>The Official HashTag for Openworld 2010 is #oow2010 and <a href="http://www.twitter.com/oracleopenworld" target="_blank">@oracleopenworld </a>can¬† be followed to get all the updates.</p>
<p>George Woods has started his yearly Tweeters Attending Blogpost <a href="http://gvwoods.blogspot.com/2010/07/oracle-open-world-2010-list-of-tweeters.html" target="_blank">here</a> and i&#8217;m not many more resources will popup as OpenWorld Nears.</p>
<p>This Year Oracle OPenworld is expected to¬† be be massive with Java One Also added to the mix.</p>
<p>I am going to be Down in SFO this year and hoping to meet people as well as learn new stuff.</p>
<p>More updates and my schedule as i finish it up .</p>


<p>Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/10/at-oracle-openworld-09/' rel='bookmark' title='Permanent Link: At Oracle Openworld 09'>At Oracle Openworld 09</a> <small>Finally made it here to Oracle Openworld 2009. I&#8217;ll be...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2009/09/my-oracle-openworld-2009-schedule/' rel='bookmark' title='Permanent Link: My Oracle OpenWorld 2009 Schedule'>My Oracle OpenWorld 2009 Schedule</a> <small>There is so much to do in so little time...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2009/09/the-bloggers-will-descend/' rel='bookmark' title='Permanent Link: The Bloggers Will descend &#8230;&#8230;&#8230;..'>The Bloggers Will descend &#8230;&#8230;&#8230;..</a> <small>Via Twitter @Alexgorbachev we&#8217;ve come to know about the Oracle...</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/07/oracle-openworld-2010-preparations-underway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Installer Bug on IBM POWER7 Hardware</title>
		<link>http://www.fuadarshad.net/wp/2010/05/oracle-installer-bug-on-power7/</link>
		<comments>http://www.fuadarshad.net/wp/2010/05/oracle-installer-bug-on-power7/#comments</comments>
		<pubDate>Thu, 13 May 2010 00:39:35 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/2010/05/oracle-installer-bug-on-power7/</guid>
		<description><![CDATA[Oracle 11.1.0.6 and 11.1.0.7 are impacted with this weird java core dumping bug. This seems to a POWER7 related issues. MOS Doc id 1065579.1 OUI crash observed with IBM JDK/JRE 1.5 SR4 on AIX when running on the new POWER7 based hardware details the bug and provide the patch to download and use to resolve [...]


Related posts:<ol><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>
<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>Oracle 11.1.0.6 and 11.1.0.7 are impacted with this weird java core dumping  bug. This seems to a POWER7 related issues.<br />
MOS Doc id  1065579.1 OUI crash observed with IBM JDK/JRE 1.5 SR4 on AIX when running on the new POWER7 based hardware<br />
details the bug and provide the patch to download and use to resolve this issue.</p>


<p>Related posts:<ol><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>
<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-installer-bug-on-power7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Oracle ASM (Automatic Storage Management) 11.1 with a 10Gr2 database</title>
		<link>http://www.fuadarshad.net/wp/2010/02/oracle-asm-automatic-storage-management-11-1-with-a-10gr2-database/</link>
		<comments>http://www.fuadarshad.net/wp/2010/02/oracle-asm-automatic-storage-management-11-1-with-a-10gr2-database/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:37:25 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[Oracle performance]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ASM]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=411</guid>
		<description><![CDATA[The last couple of weeks I&#8217;ve been working on converting on of my Databases to ASM. As databases grow adding more disk breaks performance if file systems are being used at many levels and to control performance Oracle released ASM which would provide RAW disk performance with dynamic re-balancing. This was precisely one of my [...]


Related posts:<ol><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>The last couple of weeks I&#8217;ve been working on converting on of my Databases to ASM.  As databases grow adding more disk breaks performance if file systems are being used at many levels and to control performance Oracle released ASM which would provide RAW disk performance with dynamic re-balancing. This was precisely one of my use cases.  So After  performing my due diligence (dev testing) and so forth. I spent the last 3 weeks  slowly converting the database to ASM. There were 2 reasons for the slow conversion. one  i didnt have the diskto be able to convert it all at once and the second was gettin enough downtime to perform the conversion was a challenge.<br />
Everything went really well till week 3 when  the conversion completed . I asked my Sysadmins to  give me the last chunk of disk to add to my disk group and executed a power 1 re balance. All went well for 5 days until i got a call from our support informing me of  ORA-600[kffmUnlock_3] followed by an instance crash. Instance crash is always something to be worried about but  oracle over the years is resilient enough for such issues. The database came up only to crash again in 9 minutes. Why 9 minutes because that was the total time that  the re balance operation had left.<br />
Oracle does have a note <a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;id=756696.1" target="_blank">here</a> that explains the whole situation . There is a apatch but i opted to shutdown the database and allowed te rebal;ance to finish. Since this was the last set of disks for now I&#8217;m guessing  i will not hit this issues and plan to test the patch and  have it in production before then. TIll then i hope all is well for this database.</p>


<p>Related posts:<ol><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/2010/02/oracle-asm-automatic-storage-management-11-1-with-a-10gr2-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Goodbye 2009 and the end of the decade.</title>
		<link>http://www.fuadarshad.net/wp/2009/12/goodbye-2009-and-the-end-of-the-decade/</link>
		<comments>http://www.fuadarshad.net/wp/2009/12/goodbye-2009-and-the-end-of-the-decade/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 02:58:26 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=392</guid>
		<description><![CDATA[The decade that started with the Y2K is finally ending this week. it has been an interesting decade for me with my move from Pakistan to the US in 2001.  This decade has brought towards a lot of technological advances including Blogging, tweeting, Qiking/Ustreaming, Boxee and Xbox . Being an Oracle DBA. Oracle has changed [...]


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>The decade that started with the Y2K is finally ending this week. it has been an interesting decade for me with my move from Pakistan to the US in 2001.  This decade has brought towards a lot of technological advances including Blogging, tweeting, Qiking/Ustreaming, Boxee and Xbox .</p>
<p>Being an Oracle DBA. Oracle has changed in this decade from 9.2 to  Oracle 10 and the promise of a self fixing database. Automatic Storage Management (ASM) and the potential power sharing with the SAN folks.  Self tuning Databases in the form of the STA (Sql Tuning Advisor) . Oracle has worked hard toward getting a viable monitoring product that now challenges all the incumbents in the form of Oracle Enterprise Manager Grid Control. Active Dataguard was built to solve the challenges of Logical Dataguard while offloading backups from the primary systems.</p>
<p>This is also the decade where Oracle decided to make more money from its customers with the concept of a pack. AWR  &amp; ADDM which were replacement for Statspack are now the Diagnostic Pack. STA is now part of Tuning Pack. and to blackout  a database in Grid Control you need to purchase a diagnostic pack.</p>
<p>The end of the decade also brought forward  My Oracle Support  (and the demise of our beloved metalink) and 11.2 and Oracle&#8217;s Ambition to create a global problem management database that would proactively inform customers of problems based on other people that already had that problem . Oracle had been trying to push OCM  for a while now and Larry Demoed the next version of Grid Control at OOW2009  that had this built in.</p>
<p>This decade had brought forward war and promise of change .  This Decade brought forward the Iphone , wich for me was the biggest technological feat. Today i am addicted to the iphone even though i was never a Mac fan, My next hardware purchase will probably entail a Mac.</p>
<p>I&#8217;ve had the opportunity to work  on great new technology and meet and tweet with a great many friends and people that are far more knowledgable than myself. Which is why in ending my new years resolution is to keep myself in technology and keep pusing myself in newer technologies.</p>
<p>What are your resolutions and what was the defining moment / feature in Oracle for you this decade.</p>
<p>Happy New Year to all and Please enjoy JibJab&#8217;s Year in review</p>
<div style="background-color: #e9e9e9; width: 425px;"><object id="A64060" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="319" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="data" value="http://aka.zero.jibjab.com/client/zero/ClientZero_EmbedViewer.swf?templateID=203931&amp;service=sendables.jibjab.com&amp;partnerID=JibJab" /><param name="scaleMode" value="showAll" /><param name="allowNetworking" value="all" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="templateID=203931&amp;service=sendables.jibjab.com&amp;partnerID=JibJab" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://aka.zero.jibjab.com/client/zero/ClientZero_EmbedViewer.swf?templateID=203931&amp;service=sendables.jibjab.com&amp;partnerID=JibJab" /><param name="flashvars" value="templateID=203931&amp;service=sendables.jibjab.com&amp;partnerID=JibJab" /><param name="allowfullscreen" value="true" /><embed id="A64060" type="application/x-shockwave-flash" width="425" height="319" src="http://aka.zero.jibjab.com/client/zero/ClientZero_EmbedViewer.swf?templateID=203931&amp;service=sendables.jibjab.com&amp;partnerID=JibJab" allowscriptaccess="always" flashvars="templateID=203931&amp;service=sendables.jibjab.com&amp;partnerID=JibJab" allowfullscreen="true" allownetworking="all" scalemode="showAll" data="http://aka.zero.jibjab.com/client/zero/ClientZero_EmbedViewer.swf?templateID=203931&amp;service=sendables.jibjab.com&amp;partnerID=JibJab" quality="high" wmode="transparent"></embed></object></p>
<div style="text-align: center; width: 435px; margin-top: 6px;">Try JibJab Sendables® <a href="http://sendables.jibjab.com/ecards">eCards</a> today!</div>
</div>


<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/12/goodbye-2009-and-the-end-of-the-decade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copyright and Software License Agreement  (Buyer Beware)</title>
		<link>http://www.fuadarshad.net/wp/2009/12/copyright-and-software-license-agreement-buyer-beware/</link>
		<comments>http://www.fuadarshad.net/wp/2009/12/copyright-and-software-license-agreement-buyer-beware/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 02:24:03 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/2009/12/copyright-and-software-license-agreement-buyer-beware/</guid>
		<description><![CDATA[&#8212;&#8212;- I was really baffled today when on moving to a newer laptop i was unable to install Self Test Software for 10g that i have had for a number of years . I have liked some of the content and have used it for reference when needed. Today when i transferred stuff to my [...]


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>&#8212;&#8212;-<br />
I was really baffled today when on moving to  a newer laptop i was unable to install Self Test Software for 10g that i have had for a number of years . I have liked some of the content and have used it for reference when needed.  Today when i transferred stuff to my new laptop i was unable to activate a product that i paid for .<br />
The customer Service rep politely pointed me to the software license agreement that apparently i had accepted in 2006 when i bought the product.<br />
The License agreement  states </p>
<p>&#8220;The term of this Agreement begins upon installation of this Software and shall terminate 3 years from the date of purchase. STS reserves the right to terminate this Agreement at any time if you violate any provision of this Agreement. If the Agreement is terminated for any reason, you agree immediately to return to STS all copies of this Software and all accompanying items. &#8221;</p>
<p>SO even though i own a piece i dont own it because it was only given to me for 3 years.  While i agree to most people Oracle 10g test questions might not be valid after 3 years but i feel that i should own a product and have the right to use it  if i paid for it .   The Company can desupport the product but it should be on the discretion of the customer as to when he stops using it.<br />
Just a Buyer Beware rant on software licensing agreements. </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/12/copyright-and-software-license-agreement-buyer-beware/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pictures from Openworld 2009</title>
		<link>http://www.fuadarshad.net/wp/2009/11/pictures-from-openworld-2009/</link>
		<comments>http://www.fuadarshad.net/wp/2009/11/pictures-from-openworld-2009/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 22:09:38 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/2009/11/pictures-from-openworld-2009/</guid>
		<description><![CDATA[Just thought I&#8217;d share some of the pictures from openworld Related posts:At Oracle Openworld 09 Finally made it here to Oracle Openworld 2009. I&#8217;ll be... My Oracle OpenWorld 2009 Schedule There is so much to do in so little time... Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/10/at-oracle-openworld-09/' rel='bookmark' title='Permanent Link: At Oracle Openworld 09'>At Oracle Openworld 09</a> <small>Finally made it here to Oracle Openworld 2009. I&#8217;ll be...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2009/09/my-oracle-openworld-2009-schedule/' rel='bookmark' title='Permanent Link: My Oracle OpenWorld 2009 Schedule'>My Oracle OpenWorld 2009 Schedule</a> <small>There is so much to do in so little time...</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>Just thought I&#8217;d share some of the pictures from openworld </p>
<p><a href="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_4A79E888-A137-40D9-8BB9-FF66B9BC37D2.jpeg"><img src="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_4A79E888-A137-40D9-8BB9-FF66B9BC37D2.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_604_453_FFC6F45E-1AE9-4196-A568-B8676851A3DB.jpeg"><img src="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_604_453_FFC6F45E-1AE9-4196-A568-B8676851A3DB.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_9A7C5AC4-9BBB-44AC-B867-DF92FDF9E612.jpeg"><img src="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_9A7C5AC4-9BBB-44AC-B867-DF92FDF9E612.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_F3A83299-494A-4CDF-A2F9-8EC3A0654598.jpeg"><img src="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_F3A83299-494A-4CDF-A2F9-8EC3A0654598.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_16A7A752-F278-4420-B26A-07D768A7C809.jpeg"><img src="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_16A7A752-F278-4420-B26A-07D768A7C809.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_B292CBD3-B7DE-4B17-8376-A8AE52CCCAAE.jpeg"><img src="http://www.fuadarshad.net/wp/wp-content/uploads/2009/11/l_1600_1200_B292CBD3-B7DE-4B17-8376-A8AE52CCCAAE.jpeg" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>


<p>Related posts:<ol><li><a href='http://www.fuadarshad.net/wp/2009/10/at-oracle-openworld-09/' rel='bookmark' title='Permanent Link: At Oracle Openworld 09'>At Oracle Openworld 09</a> <small>Finally made it here to Oracle Openworld 2009. I&#8217;ll be...</small></li>
<li><a href='http://www.fuadarshad.net/wp/2009/09/my-oracle-openworld-2009-schedule/' rel='bookmark' title='Permanent Link: My Oracle OpenWorld 2009 Schedule'>My Oracle OpenWorld 2009 Schedule</a> <small>There is so much to do in so little time...</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/11/pictures-from-openworld-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using EMC Clones and IBM ESS FlashCopy to Backup your Database</title>
		<link>http://www.fuadarshad.net/wp/2009/11/using-emc-clopnes-and-ibm-ess-flashcopy-to-backup-your-database/</link>
		<comments>http://www.fuadarshad.net/wp/2009/11/using-emc-clopnes-and-ibm-ess-flashcopy-to-backup-your-database/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 01:37:06 +0000</pubDate>
		<dc:creator>fuadar</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.fuadarshad.net/wp/?p=371</guid>
		<description><![CDATA[Lets Face it. Todays Databases are getting bigger and bigger and backups not only are painfully long depending on the methodology you are using  but also can cause performance issues. While Oracle has allowed for various methodologies including Backing up from the Physical Standby and now IN 11.2 the introduction of Change tracking file compatibility [...]


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>Lets Face it. Todays Databases are getting bigger and bigger and backups not only are painfully long depending on the methodology you are using  but also can cause performance issues. While Oracle has allowed for various methodologies including Backing up from the Physical Standby and now IN 11.2 the introduction of Change tracking file compatibility for incremental backups with Active Dataguard. Companies that like Hardware solution also have a choice of using products like EMC Clones or IBM Flashcopy . TO use either of these the Frame must be an EMC or IBM Frame. These copies can be mounted onto a seperate host and Full backups  can be offloaded to tape as well as  a Local DR copy split to account for various errors.</p>
<p>Metalink Doc id #<span style="font-family: helvetica;"><strong>302615.1 <strong>provides and excellent overview of How to Use Rman with Split Mirror Technology.</strong></strong></span></p>
<p>This <a href="http://www.oracle.com/technology/deploy/availability/pdf/RMAN8i_BCV.pdf">Document</a> by EMC and Oracle also provides and excellent overview. While Old The concepts still hold true in  Oracle 10 and 11.</p>
<p>I have had the oppurtunity to test the solution as well as perform extensive recovery testing to ensure the solution works</p>
<p><span style="font-family: helvetica;"><strong><br />
</strong></span></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/11/using-emc-clopnes-and-ibm-ess-flashcopy-to-backup-your-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
