<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Summersky RAC Notebook</title>
	<atom:link href="http://mvallath.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mvallath.wordpress.com</link>
	<description>Oracle RAC and ASM related.....from the desk of Murali Vallath</description>
	<lastBuildDate>Thu, 08 Oct 2009 21:51:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mvallath.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/619db58ec636e87951629af1e1cd90f1?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Summersky RAC Notebook</title>
		<link>http://mvallath.wordpress.com</link>
	</image>
			<item>
		<title>DGB::ORA-16608:one or more sites have warnings</title>
		<link>http://mvallath.wordpress.com/2009/10/03/dgbora-16608one-or-more-sites-have-warnings/</link>
		<comments>http://mvallath.wordpress.com/2009/10/03/dgbora-16608one-or-more-sites-have-warnings/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 05:30:34 +0000</pubDate>
		<dc:creator>Murali Vallath</dc:creator>
				<category><![CDATA[Dataguard]]></category>
		<category><![CDATA[Physical Standby]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[DGB]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[ORA-16608]]></category>
		<category><![CDATA[Physical]]></category>

		<guid isPermaLink="false">http://mvallath.wordpress.com/?p=15</guid>
		<description><![CDATA[I am at a customer site trying to help them with a physical  standby implementation in a RAC environment. The primary database is a three  node RAC cluster but the standby environment is a single instance RAC database.
During setup and configuration of the dataguard broker, we had the  following error . &#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mvallath.wordpress.com&blog=2096496&post=15&subd=mvallath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="left">I am at a customer site trying to help them with a physical  standby implementation in a RAC environment. The primary database is a three  node RAC cluster but the standby environment is a single instance RAC database.</p>
<p align="left">During setup and configuration of the dataguard broker, we had the  following error . &#8221; ORA-16608: one or more sites have warnings&#8221;. Like it says  one or more errors? Even if there is only one error with the configuration or  setup the misleading message can make you wondering.. Lets take at analyzing one  such scenario..</p>
<p align="left">1. From the command line interface of the broker when you check  the configuration status using show configuration, the broker would give you the  current setup at the end of the show configuration output, the broker tries to  query the current status from all servers involved, this includes all instances  in the RAC configuration on both the primary and physical standby side.</p>
<p align="left"><span style="font-family:Courier New;font-size:small;">DGMGRL&gt; show configuration  verbose </span></p>
<p align="left"><span style="font-family:Courier New;font-size:small;">Configuration<br />
Name:  AT_DGB<br />
Enabled: YES<br />
Protection Mode: MaxPerformance<br />
Fast-Start  Failover: DISABLED </span></p>
<p align="left"><span style="font-family:Courier New;font-size:small;">Databases:<br />
ATDB &#8211; Primary  database<br />
ATSB &#8211; Physical standby database </span></p>
<p align="left"><span style="font-family:Courier New;font-size:small;">Current status for  &#8220;AT_DGB&#8221;:<br />
Warning: ORA-16608: one or more databases have warnings</span></p>
<p align="left">2. Which database in the DGB configuration has this error? SHOW  DATABASE VERBOSE &lt;database name&gt; would tell us which database has this  error. The error above really does not tell which database has the error. So we  may have to check the details against both the databases. Checking the status of  the Primary database we observed &#8220;ORA-16809: multiple warnings detected for the  database&#8221; another error? again not one specific error but potentially many..  that what the error description tells us..</p>
<p align="left"><span style="font-family:Courier New;font-size:small;">DGMGRL&gt; SHOW DATABASE VERBOSE  &#8216;ATDB&#8217;; </span></p>
<p align="left"><span style="font-family:Courier New;font-size:small;">Current status for  &#8220;ATDB&#8221;:<br />
Warning: ORA-16809: multiple warnings detected for the database </span></p>
<p align="left"><span style="font-family:Courier New;font-size:small;">Properties:<br />
InitialConnectIdentifier =  &#8216;atdb&#8217;<br />
ObserverConnectIdentifier = &#8221;<br />
LogXptMode = &#8216;SYNC&#8217;<br />
Dependency =  &#8221;<br />
DelayMins = &#8216;0&#8242;<br />
Binding = &#8216;OPTIONAL&#8217;<br />
MaxFailure =  &#8216;0&#8242;<br />
MaxConnections = &#8216;1&#8242;<br />
ReopenSecs = &#8216;300&#8242;<br />
NetTimeout =  &#8216;180&#8242;<br />
LogShipping = &#8216;ON&#8217;<br />
PreferredApplyInstance =  &#8221;<br />
ApplyInstanceTimeout = &#8216;0&#8242;<br />
ApplyParallel =  &#8216;AUTO&#8217;<br />
StandbyFileManagement = &#8216;auto&#8217;<br />
ArchiveLagTarget =  &#8216;0&#8242;<br />
LogArchiveMaxProcesses = &#8216;30&#8242;<br />
LogArchiveMinSucceedDest =  &#8216;1&#8242;<br />
DbFileNameConvert = &#8221;<br />
LogFileNameConvert =  &#8221;<br />
FastStartFailoverTarget = &#8221;<br />
StatusReport =  &#8216;(monitor)&#8217;<br />
InconsistentProperties = &#8216;(monitor)&#8217;<br />
InconsistentLogXptProps =  &#8216;(monitor)&#8217;<br />
SendQEntries = &#8216;(monitor)&#8217;<br />
LogXptStatus =  &#8216;(monitor)&#8217;<br />
RecvQEntries =  &#8216;(monitor)&#8217;<br />
HostName(*)<br />
SidName(*)<br />
LocalListenerAddress(*)<br />
StandbyArchiveLocation(*)<br />
AlternateLocation(*)<br />
LogArchiveTrace(*)<br />
LogArchiveFormat(*)<br />
LatestLog(*)<br />
TopWaitEvents(*)</span></p>
<p align="left">Checking the details of the other database in the configuration  reveled no errors.</p>
<p align="left">3. Time to drill down further to get more details. Checking the  DMON process log files under &#8216;bdump&#8217; destination directory we noticed the  following.. (during initial configuration it easier if we tail -f on the DMON  log file on both the primary and standby servers to monitor its activity)..</p>
<p align="left">for example: /oracle/admin/atdb/bdump/$ tail -f drcatdb1.log</p>
<p align="left"><span style="font-size:x-small;"><span style="font-family:Courier New;"><span style="font-size:small;">DG  2009-09-30-14:21:34 0 2 0 RSM Warning: Property &#8216;StandbyFileManagement&#8217; has  inconsistent values:METADATA=&#8217;auto&#8217;, SPFILE=&#8221;, DATABASE=&#8217;auto&#8217;<br />
DG  2009-09-30-14:21:34 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16714: the value of  property StandbyFileManagement is inconsistent with the database setting<br />
DG  2009-09-30-14:21:34 0 2 0 RSM Warning: Property &#8216;ArchiveLagTarget&#8217; has  inconsistent values:METADATA=&#8217;0&#8242;, SPFILE=&#8221;, DATABASE=&#8217;0&#8242;<br />
DG  2009-09-30-14:21:34 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16714: the value of  property ArchiveLagTarget is inconsistent with the database setting<br />
DG  2009-09-30-14:21:34 0 2 0 RSM Warning: Property &#8216;LogArchiveMinSucceedDest&#8217; has  inconsistent values:METADATA=&#8217;1&#8242;, SPFILE=&#8221;, DATABASE=&#8217;1&#8242;<br />
DG  2009-09-30-14:21:34 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16714: the value of  property LogArchiveMinSucceedDest is inconsistent with the database  setting<br />
DG 2009-09-30-14:21:35 0 2 698930610 Operation MON_VERIFY continuing  with warning, status = ORA-1679</span> </span></span></p>
<p align="left">4. There are definitely so many errors in the DMON log file all  related to property mismatch between dataguard broker and the database. <span style="font-family:Courier New;font-size:small;">&#8220;HEALTH CHECK WARNING: ORA-16714: the value of  property ArchiveLagTarget is inconsistent with the database setting</span>&#8221; and  all these properties have a mismatch?</p>
<p align="left">Checking the values on both the DGB and the instance really could  not find any mismatch. After considerable searching on metalink and google had  no luck with any specific reasons why this could be wrong or showing as a  mismatch.</p>
<p align="left">5. If you recollect one of the requirements for the DGB is to have  an SPFILE configuration, the customer did have an SPFILE however instead of  keeping the file on shared location, maintained three copies (one on each  instance) of the SPFILE in the <span style="font-family:Courier New;font-size:small;">$ORACLE_HOME/dbs</span> directory..</p>
<p align="left">6. We created a new pfile from the spfile, disabled the  init&lt;SID&gt;.ora file and created an spfile file on ASM.</p>
<p align="left"><span style="font-family:Courier New;font-size:small;">SQL&gt;create  spfile=&#8217;+data_01_dg/atdb/spfileatdb.ora&#8217; from  pfile=&#8217;/home/oracle/pfileATB.ora</span></p>
<p align="left">This did not solve the problem. Apparently initatdb1.ora located  in <span style="font-family:Courier New;font-size:small;">$ORACLE_HOME/dbs</span> directory was not  rightly pointing to the ASM spfile. We changed this to look like the output  below..</p>
<p align="left"><span style="font-family:Courier New;font-size:small;">$ORACLE_HOME/dbs/cat  initatdb1.ora<br />
SPFILE=&#8217;+DATA_01_DG/atdb/spfileatdb.ora&#8217;</span></p>
<p align="left">
<p align="left">7. Starting the instance either using SQLplus or SRVCTL utility  brought the database instance up successfully however the instance did not use  the right spfile that was created on ASM but used the spfile located in the  <span style="font-family:Courier New;font-size:small;">$ORACLE_HOME/dbs</span> directory.</p>
<p align="left">8. We had to add the spfile using the srvctl utility to the OCR  file. Where is the SPFILE information stored in the OCR file? Every database  managed by on the RAC cluster could keep the SPFILE file (optionally) in the OCR  file. Lets analyze the OCR file, to read the contents of the OCR file, we take a  dump of the contents into ASCII readable format.</p>
<p align="left"><em>Not seen such a behavior before.  We are continuing to investigate why this  is happening?</em></p>
<p align="left"><span style="font-family:Courier New;font-size:small;">$ORA_CRS_HOME/bin/ocrdump</span> will create an output called OCRDUMP in the default directory where the command  was executed from. Edit the OCRDUMP file (vi OCRDUMP) and search for SPFILE,  against the database ATDB database the output was blank. You would think that if  the database was created using DBCA that wrote the database and instance related  entries to the OCR file</p>
<p align="left"><span style="font-family:Courier New;font-size:small;">[DATABASE.DATABASES.atdb.SPFILE]<br />
ORATEXT :<br />
SECURITY:{USER_PERMISSION:PROCR_ALL_ACCESS,  GROUP_PERMISSION:PROCR_WRITE,OTHER_PERMISSION: PROCR_READ, USER_NAME : oracle,  GROUP_NAME : dba}</span></p>
<p align="left">Using SRVCTL utility we added the SPFILE information to the OCR  file and this fixed the startup issue to use the right SPFILE.</p>
<p align="left"><span style="font-family:Courier New;font-size:small;">$ /oracle/crs/bin/srvctl modify  database -d atdb -p +DATA_01_DG/ATDB/spfileatdb.ora</span></p>
<p align="left">To make sure that the entry was in the OCR we did another dump of  the OCR file and checked the entry for the SPFILE for the ATDB database. Yes it  was there..</p>
<p align="left">[<span style="font-family:Courier New;font-size:small;">DATABASE.DATABASES.atdb.SPFILE]<br />
ORATEXT :  +SHARED_DATA_01_DG/ARM00TDB/spfilearm00tdb.ora<br />
SECURITY:{USER_PERMISSION:PROCR_ALL_ACCESS,  GROUP_PERMISSION:PROCR_WRITE,OTHER_PERMISSION: PROCR_READ, USER_NAME : oracle,  GROUP_NAME : dba}</span></p>
<p align="left">9. This really fixed the issue, it was the DGB not able to  synchronize the value of these various parameters/properties between the various  instances in the cluster. BTW, in a RAC environment its a best practice to  maintain the SPFILE in a shared location such as ASM storage.</p>
<p align="left">The SHOW CONFIGURATION command from the DGMGRL returned error  free.</p>
<p align="left"><span style="font-family:Courier New;font-size:x-small;">DGMGRL&gt; SHOW CONFIGURATION  VERBOSE</span></p>
<p align="left">
<p align="left"><span style="font-family:Courier New;font-size:x-small;">Configuration<br />
Name:  AT_DGB<br />
Enabled: YES<br />
Protection Mode: MaxPerformance<br />
Fast-Start  Failover: DISABLED<br />
Databases: </span></p>
<p align="left"><span style="font-family:Courier New;font-size:x-small;">ATDB &#8211; Primary database<br />
ATSB &#8211;  Physical standby database </span></p>
<p align="left"><span style="font-family:Courier New;font-size:x-small;">Current status for  &#8220;AT_DGB&#8221;:<br />
SUCCESS</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mvallath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mvallath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mvallath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mvallath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mvallath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mvallath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mvallath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mvallath.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mvallath.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mvallath.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mvallath.wordpress.com&blog=2096496&post=15&subd=mvallath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mvallath.wordpress.com/2009/10/03/dgbora-16608one-or-more-sites-have-warnings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0644ca30d25901113a1b06947d1232fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vallath</media:title>
		</media:content>
	</item>
		<item>
		<title>Rundown of the last 1 odd years&#8230;.</title>
		<link>http://mvallath.wordpress.com/2009/09/16/rundown-of-the-last-1-odd-years/</link>
		<comments>http://mvallath.wordpress.com/2009/09/16/rundown-of-the-last-1-odd-years/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 18:36:48 +0000</pubDate>
		<dc:creator>Murali Vallath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AIOUG]]></category>

		<guid isPermaLink="false">http://mvallath.wordpress.com/?p=7</guid>
		<description><![CDATA[I had just started and after two entries disappeared?  hmmm..  yes apologize for staying away&#8230;
Lets do a rundown of the last 1 odd years..
1.  ASM book launch was good, the book is doing good in the  market its interesting to see how well ASM is being adopted in the Oracle space. Is time to update [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mvallath.wordpress.com&blog=2096496&post=7&subd=mvallath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had just started and after two entries disappeared?  hmmm..  yes apologize for staying away&#8230;</p>
<p>Lets do a rundown of the last 1 odd years..</p>
<p>1.  ASM book launch was good, the book is doing good in the  market its interesting to see how well ASM is being adopted in the Oracle space. Is time to update this book for the next release?   with 11gR2 released maybe something to consider.. need to get in touch with the other authors.  maybe soon..</p>
<p>2.  Did do several presentations at the OOW 2008:<br />
1. Looking under the hood at the  Oracle clusterware (2). Understanding Oracle RAC   (3). Tools and utilities available on metalink . All presentations where well attended, several good questions and while sharing we also learn.  Will I be a the OOW09?  ;OOW is a great place to meet up with several of the Oracle users from all over the world.  Unlike the earlier open world shows, OOW  has become more technical in the recent years and there is a lot we learn from some the excellent topics presented in the RAC space.  Its the lack of time or session conflicts that prevent many of us from attending all of them.</p>
<p>3. RAC SIG..<br />
The RAC SIG had opened elections for its officer positions.  As mentioned before, I wanted a smaller role, besides I could not stay away from not working with user groups. Stood for the &#8216;International Chair&#8217; position and was elected.  This is a great role, because it allows me to helping take the RAC SIG to the next level.  We are encouraging starting smaller SIGS in the various regions of the world.  Actually China, Singapore and India have adopted this already, with several meetings already scheduled and organized we hope other regions will also do the same..</p>
<p>4. AIOUG<br />
Great start, and 2008 was a great year. we had two technology nights at Bangalore and Hyderabad.  Great start, great interest from Oracle users in India.  In 2009 we have already done our first quarterly meeting in Mumbai, instead of a technight we organized a techday.  We wanted to try this based on the feedback received from the other two tech events.<br />
We just completed our next major event &#8216;3 day Oracle user conference Sangam&#8217;09.  With Tom Kyte being the key speaker for the event, we also had other speakers from inside and outside Oracle.  More about it in a separate blog.</p>
<p>Sangam09 just completed, OOW just around the corner. . lot to write and share.. not to mention more technical content also on RAC and ASM</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mvallath.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mvallath.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mvallath.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mvallath.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mvallath.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mvallath.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mvallath.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mvallath.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mvallath.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mvallath.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mvallath.wordpress.com&blog=2096496&post=7&subd=mvallath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mvallath.wordpress.com/2009/09/16/rundown-of-the-last-1-odd-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0644ca30d25901113a1b06947d1232fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vallath</media:title>
		</media:content>
	</item>
		<item>
		<title>Back from UKOUG 2007</title>
		<link>http://mvallath.wordpress.com/2007/12/09/back-from-ukoug-2007/</link>
		<comments>http://mvallath.wordpress.com/2007/12/09/back-from-ukoug-2007/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 04:56:15 +0000</pubDate>
		<dc:creator>Murali Vallath</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mvallath.wordpress.com/2007/12/09/back-from-ukoug-2007/</guid>
		<description><![CDATA[UKOUG is really a very well organized conference. A conference I look forward to attend every year, either as speaker or as an attendee. This years conference was no different as usual great. Unbelievable set of presenters on great topics. It was interesting to see some excellent RAC related topics this year. I did give [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mvallath.wordpress.com&blog=2096496&post=6&subd=mvallath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>UKOUG is really a very well organized conference. A conference I look forward to attend every year, either as speaker or as an attendee. This years conference was no different as usual great. Unbelievable set of presenters on great topics. It was interesting to see some excellent RAC related topics this year. I did give a presentation on &#8220;Exploiting Parellel Queries in a RAC Environment&#8221; just focusing on RAC related areas. Apart from this I also had the opportunity to chair a <a href="http://conference.ukoug.org/default.asp?p=685&amp;dlgact=shwprs&amp;prs_prsid=1585&amp;day_dayid=12">RAC roundtable</a> on the final day.</p>
<p>Julian Dykes presentation was different compared to last year. Those who attended last years UKOUG presentation, Julian had done a presentation where he requested some attendees (including myself) to act as Oracle instances to demonstrate Cache Fusion. Here are some photographs from this session last year (courtesy Connor McDonald) <a href="http://www.flickr.com/photos/62933487@N00/300255580/">Picture 1</a> and <a href="http://www.flickr.com/photos/62933487@N00/300255515/in/photostream/">picture 2</a>. This year his presentation focused on Interconnects. Was excellent as usual. Here is another view from <a href="http://www.pythian.com/blogs/310/inside-rac-toiler-paper">Alex&#8217;</a>s blog on this presentation..</p>
<p>There were 4-5 papers from CERN on RAC topics, two of the ones I had attended are 1) <a href="http://conference.ukoug.org/default.asp?p=685&amp;dlgact=shwprs&amp;prs_prsid=1724&amp;day_dayid=9">Real Life experiences of RAC Scalability with a 6 Node Cluster</a>, 2) I<a href="http://conference.ukoug.org/default.asp?p=685&amp;dlgact=shwprs&amp;prs_prsid=1618&amp;day_dayid=10">nstalling and Managing Hundreds of RAC Servers</a>. Its interesting to see more and more companies undertaking challenging projects using Oracle RAC.</p>
<p>Another outstanding presentation was on <a href="http://conference.ukoug.org/default.asp?p=685&amp;dlgact=shwprs&amp;prs_prsid=1266&amp;day_dayid=10">Oracle Clusterwar</a>e By Bernhard de Cock Buning. He explained the clusterware details with such great detail. Showing all the components of the clusterware and then drilling down into each component at a greater detail. The new component piece that I learnt from this presentation was the oclsomon, which was introduced in Oracle 10.2.0.2 and I have not covered this in my <a href="http://http://www.amazon.com/Oracle-10g-Grid-Services-Clustering/dp/1555583210/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1197208788&amp;sr=1-1">Oracle 10g RAC Grid Services and Clustering</a> book. Great job Bernhard..</p>
<p>I will discuss about oclsmon later on this blog.</p>
<p>I hope these presenters can do a webcast on these topics for the Oracle RAC-SIG.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mvallath.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mvallath.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mvallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mvallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mvallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mvallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mvallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mvallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mvallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mvallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mvallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mvallath.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mvallath.wordpress.com&blog=2096496&post=6&subd=mvallath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mvallath.wordpress.com/2007/12/09/back-from-ukoug-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0644ca30d25901113a1b06947d1232fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vallath</media:title>
		</media:content>
	</item>
		<item>
		<title>Back from OOW 2007</title>
		<link>http://mvallath.wordpress.com/2007/11/16/back-from-oow-2007/</link>
		<comments>http://mvallath.wordpress.com/2007/11/16/back-from-oow-2007/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 16:28:28 +0000</pubDate>
		<dc:creator>Murali Vallath</dc:creator>
				<category><![CDATA[My Books]]></category>
		<category><![CDATA[OracleOpen World]]></category>
		<category><![CDATA[ASM]]></category>
		<category><![CDATA[OOW]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RAC]]></category>

		<guid isPermaLink="false">http://mvallath.wordpress.com/2007/11/16/back-from-oow-2007/</guid>
		<description><![CDATA[Just returned from OOW’2007. As usual this is one of the events that tend to be pretty hectic with several sessions and events that get scheduled in parallel and you end up confused on which one would be better to pick. Though several times, several of us think that OOW is Oracle’s show case to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mvallath.wordpress.com&blog=2096496&post=3&subd=mvallath&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal">Just returned from OOW’2007.<span> </span>As usual this is one of the events that tend to be pretty hectic with several sessions and events that get scheduled in parallel and you end up confused on which one would be better to pick. <span></span><span></span><span></span>Though several times, several of us think that OOW is Oracle’s show case to show off what is coming or some kind of marketing talk.<span> </span>Over the past couple of years, I have noticed that this is not completely true. <span></span>There are presentations that contains product and new release overview, if you carefully select the presentation titles, you can get some good technical presentation. <span></span><span></span></p>
<p class="MsoNormal">Some of the good technical sessions I had attended were the performance tuning for data warehouses, performance tuning roundtable, performance tuning RAC and several of the IOUG and SIG events.</p>
<p class="MsoNormal">OOW started on Sunday with various SIGs presenting in their respective areas. I had presented a topic on Parallel queries in Oracle RAC for the RAC-SIG on Sunday. <span></span></p>
<p class="MsoNormal"><a rel="attachment wp-att-4" href="http://mvallath.wordpress.com/2007/11/16/back-from-oow-2007/asmbook/" title="ASMBook"><img src="http://mvallath.files.wordpress.com/2007/11/51iozpfdzll_aa240_.thumbnail.jpg" alt="ASMBook" /></a></p>
<p class="MsoNormal">At OOW, we also released a book on Oracle Automatic Storage Management (ASM) published by Oracle Press. <span></span>This book is a combined effort of Nitin, Rich Long and myself.<span> </span>I am happy that the contents are pretty well covered from the basics of storage management to some internals and also to topics such as how to change the paradigm of the current of storage management implementation.</p>
<p class="MsoNormal">.<a href="http://www.aioug.org" title="AIOUGlogo.png"><img src="http://mvallath.files.wordpress.com/2007/11/logo.thumbnail.png" alt="AIOUGlogo.png" /></a></p>
<p class="MsoNormal">This week had another great importance, a dream had come true, and a dream I had been working on for several years had become a reality. While every country had an Oracle Users Group that provided knowledge and information sharing to Oracle users, one such group was long past due in India.<span> </span>I had been working on getting one started over the past several years.<span> </span>I am happy to say we officially went live with this group. Those interested should check the user group website at <a href="http://www.aioug.org/">www.aioug.org</a> <span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mvallath.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mvallath.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mvallath.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mvallath.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mvallath.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mvallath.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mvallath.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mvallath.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mvallath.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mvallath.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mvallath.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mvallath.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mvallath.wordpress.com&blog=2096496&post=3&subd=mvallath&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mvallath.wordpress.com/2007/11/16/back-from-oow-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0644ca30d25901113a1b06947d1232fb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vallath</media:title>
		</media:content>

		<media:content url="http://mvallath.files.wordpress.com/2007/11/51iozpfdzll_aa240_.thumbnail.jpg" medium="image">
			<media:title type="html">ASMBook</media:title>
		</media:content>

		<media:content url="http://mvallath.files.wordpress.com/2007/11/logo.thumbnail.png" medium="image">
			<media:title type="html">AIOUGlogo.png</media:title>
		</media:content>
	</item>
	</channel>
</rss>