<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Most viewed Posts in Blog OraTalk</title>
    <link>http://www.ritzyblogs.com/feeds/Blog/4/Most Popular.rss</link>
    <item>
      <title>How to setup DGMGRL, broker with example</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/105/How-to-setup-DGMGRL-broker-with-example</link>
      <description>&lt;p&gt;&lt;a href='http://www.ritzyblogs.com/OraTalk/PostID/105/How-to-setup-DGMGRL-broker-with-example' title='Physical Standby Concepts'&gt;&lt;img src='http://www.ritzyblogs.com/cache/AAA1995612754_Physical-Standby-Concepts.gif' style='border:0px;padding:10px;' alt='Physical Standby Concepts'/&gt;&lt;/a&gt;&lt;/p&gt;Data Guard broker helps to efficiently manage a dataguard configuration through a client connection to any database in the configuration and it's very easy to switchover/failover with one command thereby minimizing overall downtime associated with planned/unplanned outage. It's also integrated with CRS so that database role changes occur smoothly and seamlessly. Here, we'll see how easy it is to setup using command line interface DGMGRL with an example.</description>
      <pubDate>Wed, 25 Feb 2009 03:03:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/105/How-to-setup-DGMGRL-broker-with-example</guid>
    </item>
    <item>
      <title>Getting started with 11.2.0.2 - The Upgrade</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/119/Getting-started-with-11-2-0-2-The-Upgrade</link>
      <description>With advent of Oracle 11.2.0.2, lots of bugs associated with 11gR2 database are supposed to be fixed so I've been testing the installation, upgrade and the new features pertinent to it. This post shall cover the steps to upgrade from Oracle 10.2.0.4 to 11.2.0.2 using silent installation and manual upgrade. In the next one, I'll share the new features specific to 11.2.0.2</description>
      <pubDate>Mon, 08 Nov 2010 22:04:31 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/119/Getting-started-with-11-2-0-2-The-Upgrade</guid>
    </item>
    <item>
      <title>Oracle 11gR2 Features and Bugs</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/109/Oracle-11gR2-Features-and-Bugs</link>
      <description>For last few months, I've been busy like hell dealing with umpteen number of Oracle 11gR2 RAC installations and upgrades and it's been a roller coaster ride discovering a new feature or bug every day. So I reckon it's high time to consolidate and put together a summarized checklist for fellow DBAs. Obviously, I won't be able to cover all the 11gR2 features but nevertheless would like to share my learnings and discoveries.</description>
      <pubDate>Sat, 31 Jul 2010 05:19:11 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/109/Oracle-11gR2-Features-and-Bugs</guid>
    </item>
    <item>
      <title>How to switchover using DGMGRL, broker with example</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/106/How-to-switchover-using-DGMGRL-broker-with-example</link>
      <description>&lt;p&gt;&lt;a href='http://www.ritzyblogs.com/OraTalk/PostID/106/How-to-switchover-using-DGMGRL-broker-with-example' title='Physical Standby Concepts'&gt;&lt;img src='http://www.ritzyblogs.com/cache/AAA1995612754_Physical-Standby-Concepts.gif' style='border:0px;padding:10px;' alt='Physical Standby Concepts'/&gt;&lt;/a&gt;&lt;/p&gt;This time around, we'll do a switchover and switchback exercise using Oracle dataguard broker. If you need help on setting up the broker, refer my previous post  How to setup DGMGRL, broker with example . We'll see how easy it is to switchover using just one command provided the broker is configured correctly. We'll also cover sample examples along with troubleshooting tips and comprehensive sanity checks.</description>
      <pubDate>Mon, 02 Mar 2009 21:06:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/106/How-to-switchover-using-DGMGRL-broker-with-example</guid>
    </item>
    <item>
      <title>Oracle 10g CRS troubleshooting tips and tricks</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/113/Oracle-10g-CRS-troubleshooting-tips-and-tricks</link>
      <description>It's all good to be an architect and discuss Oracle internals at length but in real time production issues, when the shit hits the fan, everyone runs for the cover. Anyways, without digressing further, I've tried to consolidate various issues pertinent to 10g CRS along with troubleshooting tips and specific examples to fix them.</description>
      <pubDate>Sat, 21 Aug 2010 16:40:40 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/113/Oracle-10g-CRS-troubleshooting-tips-and-tricks</guid>
    </item>
    <item>
      <title>How to use Oracle Resource Manager to control degree of parallelism with examples</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/123/How-to-use-Oracle-Resource-Manager-to-control-degree-of-parallelism-with-examples</link>
      <description>Oracle Database Resource Manager can be used to manage resources based on workload like idle time limits, CPU utilization, degree of parallelism, etc. Here we'll focus on on how to set it up and few examples pertinent to controlling degree of parallelism(DOP).</description>
      <pubDate>Wed, 09 Feb 2011 01:03:03 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/123/How-to-use-Oracle-Resource-Manager-to-control-degree-of-parallelism-with-examples</guid>
    </item>
    <item>
      <title>EMC Powerpath and ASM</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/118/EMC-Powerpath-and-ASM</link>
      <description>EMC Powerpath basically provides multipathing and improves I/O over SAN. When dealing with CLARiiON array, database backup would be taken at LUN level using Navisphere CLI(naviseccli) snapview that would allow to create a copy of LUN using snapshots. That's why it becomes highly imperative to have mapping of LUN to physical device and ASM diskgroup. I'll be covering on the script to have that kind of mapping using powerpath management utility and also a little bit on I/O.</description>
      <pubDate>Sat, 02 Oct 2010 22:10:37 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/118/EMC-Powerpath-and-ASM</guid>
    </item>
    <item>
      <title>Using FAN callouts, relocate a service back</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/108/Using-FAN-callouts-relocate-a-service-back</link>
      <description>In Oracle 10g RAC, when an instance goes down, services running on that instance are relocated to other available instances. But when that instance comes back up, those relocated services need to be manually put back to their preferred instance. By using FAN callouts, we can automate this task.</description>
      <pubDate>Tue, 07 Apr 2009 04:35:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/108/Using-FAN-callouts-relocate-a-service-back</guid>
    </item>
    <item>
      <title>Getting started with 11.2.0.2 - New features</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/121/Getting-started-with-11-2-0-2-New-features</link>
      <description>This is 2nd part of getting started with 11.2.0.2 series. In the previous one we saw the      upgrade process     . Here, we'll see new features specific to 11.2.0.2. For general overview of 11gR2 new features, refer to      Oracle 11gR2 Features and Bugs     .</description>
      <pubDate>Wed, 17 Nov 2010 18:15:03 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/121/Getting-started-with-11-2-0-2-New-features</guid>
    </item>
    <item>
      <title>Heterogenous connection from Oracle database to Microsoft SQL server</title>
      <link>http://www.ritzyblogs.com/OraTalk/PostID/107/Heterogenous-connection-from-Oracle-database-to-Microsoft-SQL-server</link>
      <description>Using Oracle's heterogenous services also known as HS, we can make a connection to non-Oracle databases and access the data remotely. I used MS SQL server as the target non-Oracle database on Windows and used HS to access from Oracle database residing on Linux. Here, we'll see step by step instructions on how to set up a connection from Oracle database to Microsoft SQL server.</description>
      <pubDate>Thu, 05 Mar 2009 06:05:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.ritzyblogs.com/OraTalk/PostID/107/Heterogenous-connection-from-Oracle-database-to-Microsoft-SQL-server</guid>
    </item>
  </channel>
</rss>
