<?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>AskDba.org Weblog &#187; Featured</title>
	<atom:link href="http://askdba.org/weblog/category/featured/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:52:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Downloading Oracle Software directly to Server</title>
		<link>http://askdba.org/weblog/2010/05/downloading-oracle-software-directly-to-server/</link>
		<comments>http://askdba.org/weblog/2010/05/downloading-oracle-software-directly-to-server/#comments</comments>
		<pubDate>Sat, 29 May 2010 12:57:11 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[otn]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=887</guid>
		<description><![CDATA[This article is based on Pythian&#8217;s aricle DOWNLOADING FROM OTN DIRECTLY TO YOUR DATABASE SERVER. Article tell&#8217;s about using lynx (text based web browser available on linux) to generate the cookies file which can be then used with wget to download software. But when I tried to use lynx , it repeatedly gave error for [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2010/05/downloading-oracle-software-directly-to-server/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>11gR2: Steps to Rename ASM Diskgroup with DB files</title>
		<link>http://askdba.org/weblog/2009/12/11gr2-renaming-asm-diskgroup/</link>
		<comments>http://askdba.org/weblog/2009/12/11gr2-renaming-asm-diskgroup/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 02:47:34 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[ASM]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[11g Release 2]]></category>
		<category><![CDATA[11gR2]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=717</guid>
		<description><![CDATA[11gR2 introduced renamedg utility to rename diskgroups. I would discuss renaming a diskgroup on a Standalone Grid Infrastructure installation with Oracle Restart. Before you use the command, ensure that ASM diskgroup is dismounted. Below is syntax for the command. You can refer to 11gR2 docs for details renamedg [phase={ one&#124;two &#124;both } ] dgname=diskgroup newdgname=newdiskgroup [config=configfile] [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/12/11gr2-renaming-asm-diskgroup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Oracle Wallet to Execute Shell script/cron without hard coded Oracle database password</title>
		<link>http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/</link>
		<comments>http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:52:38 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wallet]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=656</guid>
		<description><![CDATA[You have been asked to schedule a shell script which need to connect to a  particular user and perform some action? How do you pass the password to script without hardcoding it in script. If password is written in a script, isn&#8217;t it a security threat? Well with 10gR2 , Oracle Wallet provides you with [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>11gR2: Monitoring Real Time SQL Plan Execution from Oracle Enterprise Manager</title>
		<link>http://askdba.org/weblog/2009/09/11gr2-monitoring-real-time-sql-plan-execution-from-oracle-enterprise-manager/</link>
		<comments>http://askdba.org/weblog/2009/09/11gr2-monitoring-real-time-sql-plan-execution-from-oracle-enterprise-manager/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 01:50:41 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[11g Release 2]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[dbconsole]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=626</guid>
		<description><![CDATA[Ever since 11gR2 has been released, it has created a lot of buzz in Oracle Blogosphere with various posts on 11g Release 2 (11gR2 ) New Features primarily ASM New features. I would like to introduce you all to a feature which has been incorporated in 11gR2 Oracle Enterprise Manager to display Real-Time SQL Monitoring information . [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/09/11gr2-monitoring-real-time-sql-plan-execution-from-oracle-enterprise-manager/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Get Upgrading: Steps To Upgrade To 11gR2</title>
		<link>http://askdba.org/weblog/2009/09/get-upgrading-steps-to-upgrade-to-11gr2/</link>
		<comments>http://askdba.org/weblog/2009/09/get-upgrading-steps-to-upgrade-to-11gr2/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:26:17 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[ASM]]></category>
		<category><![CDATA[ASMCA]]></category>
		<category><![CDATA[Grid Infrastructure]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=577</guid>
		<description><![CDATA[As 11gR2 is out for Linux, I decided to upgrade one of my existing 10.2.0.3 database to 11.2.0.1 to get the look and feel of 11gR2. Direct upgrade to 11gR2 is supported from 9.2.0.8 or higher, 10.1.0.5 or higher, 10.2.0.2 or higher and 11.1.0.6 or higher. If you have a database 9.2.0.6 then first you [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/09/get-upgrading-steps-to-upgrade-to-11gr2/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Simplified Approach to Resolve ORA-4031</title>
		<link>http://askdba.org/weblog/2008/07/simplified-approach-to-resolve-ora-4031/</link>
		<comments>http://askdba.org/weblog/2008/07/simplified-approach-to-resolve-ora-4031/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 08:13:57 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[ora-4030]]></category>
		<category><![CDATA[ora-4031]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=147</guid>
		<description><![CDATA[After writing few Case studies and other related articles, I will be sharing my approach for Resolving ORA -4031 error. First we will see what ORA-4031 actually means. 04031, 00000, "unable to allocate %s bytes of shared memory (\"%s\",\"%s\",\"%s\,\"%s\")" // *Cause: More shared memory is needed than was allocated in the shared pool. // *Action: [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/07/simplified-approach-to-resolve-ora-4031/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Resolving Shutdown Immediate Hang Situations</title>
		<link>http://askdba.org/weblog/2008/05/shutdown-immediate-hang-2/</link>
		<comments>http://askdba.org/weblog/2008/05/shutdown-immediate-hang-2/#comments</comments>
		<pubDate>Mon, 26 May 2008 19:22:56 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Hangs]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=44</guid>
		<description><![CDATA[Many times Oracle DBA&#8217;s are faced with a situation where shutting down the instance with shutdown immediate seems to take infinite time and gives a impression that the session is hung. In most of the cases this is not a hang. Hang can be defined as a scenario when few sessions/processes are waiting on some [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/05/shutdown-immediate-hang-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
