<?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"
	>

<channel>
	<title>Oracle and more - Amardeep Sidhu</title>
	<atom:link href="http://amardeepsidhu.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://amardeepsidhu.com/blog</link>
	<description>My experiences with technology...</description>
	<pubDate>Sat, 10 May 2008 09:17:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Import and default values for columns</title>
		<link>http://amardeepsidhu.com/blog/2008/05/10/import-and-default-values-for-columns/</link>
		<comments>http://amardeepsidhu.com/blog/2008/05/10/import-and-default-values-for-columns/#comments</comments>
		<pubDate>Sat, 10 May 2008 09:17:59 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[Oracle Tips]]></category>

		<category><![CDATA[columns]]></category>

		<category><![CDATA[default values]]></category>

		<category><![CDATA[import]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=78</guid>
		<description><![CDATA[I had got an export of a database and had to import it to a new database. The only difference was that in new database few of the large tables were partitioned. So instead of partitioning it after the import, i thought about pre-creating the tables (with partitioning) and then run import with ignore=Y . [...]]]></description>
			<content:encoded><![CDATA[<p>I had got an export of a database and had to import it to a new database. The only difference was that in new database few of the large tables were partitioned. So instead of partitioning it after the import, i thought about pre-creating the tables (with partitioning) and then run import with ignore=Y . Everything went fine. But later on the front end application gave some error and we came to know that default values for columns in some tables were not set.</p>
<p>I did some googling and didn&#8217;t find much. Then i <a href="http://forums.oracle.com/forums/message.jspa?messageID=25113" target="_blank">posted</a> the same to OTN forums and came to know that if the table pre-exists, import doesn&#8217;t take care of default values of columns. Metalink note <a href="https://metalink.oracle.com/metalink/plsql/f?p=130:14:4379750739032245945::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,224727.1,1,1,1,helvetica" target="_blank">224727.1 d</a>iscusses this. So if you are pre-creating the tables and there are some default values for any columns, set it manually, don&#8217;t rely on import for this. Same is true for impdp as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/05/10/import-and-default-values-for-columns/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maintenance&#8230;is everywhere ;)</title>
		<link>http://amardeepsidhu.com/blog/2008/04/22/maintenanceis-everywhere/</link>
		<comments>http://amardeepsidhu.com/blog/2008/04/22/maintenanceis-everywhere/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 17:04:41 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[maintenance]]></category>

		<category><![CDATA[oracle community]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=76</guid>
		<description><![CDATA[I just opened the Oracle Community page and :

]]></description>
			<content:encoded><![CDATA[<p>I just opened the <a href="http://www.oraclecommunity.net/" target="_blank">Oracle Community</a> page and :</p>
<p style="text-align: center;"><a href="http://amardeepsidhu.com/blog/wp-content/uploads/2008/04/ocm.jpg"><img class="aligncenter size-full wp-image-77" title="ocm" src="http://amardeepsidhu.com/blog/wp-content/uploads/2008/04/ocm.jpg" alt="" width="499" height="171" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/04/22/maintenanceis-everywhere/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Have you searched &#8220;%&#8221; in metalink ?</title>
		<link>http://amardeepsidhu.com/blog/2008/04/18/have-you-searched-in-metalink/</link>
		<comments>http://amardeepsidhu.com/blog/2008/04/18/have-you-searched-in-metalink/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:13:33 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[Oracle General]]></category>

		<category><![CDATA[metalink search]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=74</guid>
		<description><![CDATA[Today I was searching for an error message in metalink and it was giving strange messages. Then i came to know that the error message contained &#8220;%&#8221; character and metalink was not really happy searching for it. Rather it showed a confusing message:

Pretty strange&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Today I was searching for an error message in metalink and it was giving strange messages. Then i came to know that the error message contained &#8220;%&#8221; character and metalink was not really happy searching for it. Rather it showed a confusing message:</p>
<p style="text-align: center;"><a href="http://amardeepsidhu.com/blog/wp-content/uploads/2008/04/noname.gif"><img class="aligncenter size-full wp-image-75" title="noname" src="http://amardeepsidhu.com/blog/wp-content/uploads/2008/04/noname.gif" alt="" width="673" height="113" /></a></p>
<p>Pretty strange&#8230;</p>
<p><img src="file:///C:/DOCUME%7E1/Amardeep/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/04/18/have-you-searched-in-metalink/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unxutils for Windows</title>
		<link>http://amardeepsidhu.com/blog/2008/04/10/unxutils-for-windows/</link>
		<comments>http://amardeepsidhu.com/blog/2008/04/10/unxutils-for-windows/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 16:27:25 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[Oracle Tips]]></category>

		<category><![CDATA[Unix/Linux]]></category>

		<category><![CDATA[Unix]]></category>

		<category><![CDATA[Unxutils]]></category>

		<category><![CDATA[Utilities]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=73</guid>
		<description><![CDATA[
If you are used to work in Unix enviroment and then sometime, in between have to sit on Windows and tail -f alert_DB.log, its a real pain. There is a small bundle of utilities, called Unxutils which can make you feel at home in Windows too. These are the exe&#8217;s of all major commands in [...]]]></description>
			<content:encoded><![CDATA[<div id="1el8" class="ArwC7c ckChnd">
<div>If you are used to work in Unix enviroment and then sometime, in between have to sit on Windows and tail -f alert_DB.log, its a real pain. There is a small bundle of utilities, called <a href="http://unxutils.sourceforge.net/" target="_blank">Unxutils</a> which can make you feel at home in Windows too. These are the exe&#8217;s of all major commands in Unix like more, less, ls, grep etc&#8230;</div>
<div>
</div>
<div></div>
<div>To use it just download the zip file from the link above, extract it to some folder and add the path of exe&#8217;s to your Windows PATH. Restart your machine and you are done.</div>
<div>Happy more&#8217;ing&#8230;less&#8217;ing&#8230;</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/04/10/unxutils-for-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automating Wordpress 2.5 upgrade</title>
		<link>http://amardeepsidhu.com/blog/2008/04/06/automating-wordpress-25-upgrade/</link>
		<comments>http://amardeepsidhu.com/blog/2008/04/06/automating-wordpress-25-upgrade/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 06:29:44 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[House Keeping]]></category>

		<category><![CDATA[Upgrade]]></category>

		<category><![CDATA[wordpress 2.5]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=72</guid>
		<description><![CDATA[I recently upgraded my blog to Wordpress 2.5. The manual process is real cumbersome. Today I came across few plugins which help in almost automating the upgrade stuff.
Wordpress Automatic upgrade: As per description this plugin first takes backup and then upgrades. I didn&#8217;t try this one, though.
Instant Upgrade: I upgraded one of my blog using [...]]]></description>
			<content:encoded><![CDATA[<p>I recently <a href="http://amardeepsidhu.com/blog/2008/03/30/upgrading-to-wordpress-25/" target="_blank">upgraded</a> my blog to Wordpress 2.5. The manual process is real cumbersome. Today I came across few plugins which help in almost automating the upgrade stuff.</p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" target="_blank">Wordpress Automatic upgrade:</a> As per description this plugin first takes backup and then upgrades. I didn&#8217;t try this one, though.</p>
<p><a href="http://www.zirona.com/software/wordpress-instant-upgrade/" target="_blank">Instant Upgrade:</a> I upgraded one of my blog using this. It doesn&#8217;t take care of backup but otherwise the upgrade was super smooth. Just few clicks and you are done.</p>
<p>Happy upgrading !</p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/04/06/automating-wordpress-25-upgrade/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gtalk with Winamp 5.531</title>
		<link>http://amardeepsidhu.com/blog/2008/04/06/gtalk-with-winamp-5531/</link>
		<comments>http://amardeepsidhu.com/blog/2008/04/06/gtalk-with-winamp-5531/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 06:16:27 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[gtalk]]></category>

		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=71</guid>
		<description><![CDATA[If you use Gtalk and Winamp simultaneously and tried to set the currently playing track as your status, you might have been faced by Gtalk hanging. I also struggled with this for 2 weeks until  I did a bit of googling and got a link which gives a trick to get rid of the problem.
The [...]]]></description>
			<content:encoded><![CDATA[<p>If you use Gtalk and Winamp simultaneously and tried to set the currently playing track as your status, you might have been faced by Gtalk hanging. I also struggled with this for 2 weeks until  I did a bit of googling and got <a href="http://www.sankaranand.com/blog/2008/01/20/google-talk-freezes-with-show-music-status-using-winamp-55/" target="_blank">a link</a> which gives a trick to get rid of the problem.</p>
<p>The trick is to create an empty <strong>winamp.m3u</strong> file in <em>\Program Files\Winamp</em> folder and you are done.</p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/04/06/gtalk-with-winamp-5531/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OTN forums etiquettes</title>
		<link>http://amardeepsidhu.com/blog/2008/04/04/otn-forums-etiquettes/</link>
		<comments>http://amardeepsidhu.com/blog/2008/04/04/otn-forums-etiquettes/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 01:39:52 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[Oracle General]]></category>

		<category><![CDATA[OTN forums]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=70</guid>
		<description><![CDATA[Finally finally finally a small sticky has been posted on OTN Database forums homepage. But its there only on Database forums page not on PL/SQL. It reads like:
 Posters, please mind these common-sense rules when participating here:
- When asking a question, provide all the details that someone would need to answer it. Consulting documentation first [...]]]></description>
			<content:encoded><![CDATA[<p>Finally finally finally a <a href="http://forums.oracle.com/forums/ann.jspa?annID=718" target="_blank">small sticky</a> has been posted on OTN Database forums homepage. But its there only on Database forums page not on PL/SQL. It reads like:</p>
<p><em> Posters, please mind these common-sense rules when participating here:</em></p>
<p><em>- When asking a question, provide all the details that someone would need to answer it. Consulting documentation first is highly recommended. (See <a href="http://blogs.oracle.com/shay/2007/03/02">http://blogs.oracle.com/shay/2007/03/02</a> for more hints.)<br />
- When answering a question, please be courteous; there are different levels of experience represented here. A poorly worded question is better ignored than flamed - or better yet, help the poster ask a better question.</em></p>
<p><em>Thanks for doing your part to make this community as valuable as possible for everyone!</em></p>
<p><em>- OTN</em></p>
<p>That means Database forum enjoys most number of flames <img src='http://amardeepsidhu.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/04/04/otn-forums-etiquettes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DBAzine.com is back :)</title>
		<link>http://amardeepsidhu.com/blog/2008/03/31/dbazinecom-is-back/</link>
		<comments>http://amardeepsidhu.com/blog/2008/03/31/dbazinecom-is-back/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 16:24:31 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[dbazine.com]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=69</guid>
		<description><![CDATA[Few days ago i posted about DBAzine being down. I was just checking to see if its back.
Its rocking now.
Welcome back DBAzine.com 
]]></description>
			<content:encoded><![CDATA[<p>Few days ago i <a href="http://amardeepsidhu.com/blog/2008/03/22/dbazinecom-has-expired/" target="_blank">posted</a> about <a href="http://www.dbazine.com/" target="_blank">DBAzine</a> being down. I was just checking to see if its back.</p>
<p>Its rocking now.</p>
<p>Welcome back DBAzine.com <img src='http://amardeepsidhu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/03/31/dbazinecom-is-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading to Wordpress 2.5</title>
		<link>http://amardeepsidhu.com/blog/2008/03/30/upgrading-to-wordpress-25/</link>
		<comments>http://amardeepsidhu.com/blog/2008/03/30/upgrading-to-wordpress-25/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:16:14 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[House Keeping]]></category>

		<category><![CDATA[Upgrade]]></category>

		<category><![CDATA[wordpress 2.5]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=68</guid>
		<description><![CDATA[Just finished upgrading to Wordpress 2.5. Everything seems to be working fine.
Another issue I just came to know that wherever i am using syntaxhighlighter to format the code, it doesn&#8217;t display properly in Internet Explorer. May be something to do with the plugin. Will try to fix it. It works fine in Mozilla.
]]></description>
			<content:encoded><![CDATA[<p>Just finished upgrading to Wordpress 2.5. Everything seems to be working fine.</p>
<p>Another issue I just came to know that wherever i am using <a href="http://amardeepsidhu.com/blog/2008/03/03/syntax-highlighting-for-code-in-wordpress/" target="_blank">syntaxhighlighter</a> to format the code, it doesn&#8217;t display properly in Internet Explorer. May be something to do with the plugin. Will try to fix it. It works fine in Mozilla.</p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/03/30/upgrading-to-wordpress-25/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrade 10gR1 to 10gR2 - DBUA error</title>
		<link>http://amardeepsidhu.com/blog/2008/03/27/upgrade-10gr1-to-10gr2/</link>
		<comments>http://amardeepsidhu.com/blog/2008/03/27/upgrade-10gr1-to-10gr2/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 17:23:01 +0000</pubDate>
		<dc:creator>Sidhu</dc:creator>
		
		<category><![CDATA[Troubleshooting]]></category>

		<category><![CDATA[10g]]></category>

		<category><![CDATA[Database]]></category>

		<category><![CDATA[DBUA]]></category>

		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://amardeepsidhu.com/blog/2008/03/27/could-not-get-database-version-from-the-oracle-server-component-the-cep-file-rdbmsupsql-does-not-provide-the-version-directive/</guid>
		<description><![CDATA[Today I was upgrading 10gR1 to 10gR2 (10.2.0.1) on Linux x86. The upgrade went almost fine (except that I had to install one package and change few kernel parameters) but while running DBUA to upgrade databases, it gave an error:

Could not get database version from the Oracle Server component. The CEP file rdbmsup.sql does not [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was upgrading 10gR1 to 10gR2 (10.2.0.1) on Linux x86. The upgrade went almost fine (except that I had to install one package and change few kernel parameters) but while running DBUA to upgrade databases, it gave an error:</p>
<pre name="code" class="css">
Could not get database version from the Oracle Server component. The CEP file rdbmsup.sql does not provide the version directive

and

Start of root element expected. Upgrade Configuration file
'C:\Oracle10g2\cfgtoollogs\dbua\test\upgrade5\upgrade.xml' is not a valid XML file.
</pre>
<p>I searched in the metalink and found that this all happens due to customized glogin.sql file which was there in my case also. And removing that customization made DBUA rock <img src='http://amardeepsidhu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You might want to check <a href="https://metalink.oracle.com/metalink/plsql/f?p=200:27:2925108627239218163::::p27_id,p27_show_header,p27_show_help:698669.994,1,1" target="_blank">here</a>, <a href="https://metalink.oracle.com/metalink/plsql/f?p=200:27:2925108627239218163::::p27_id,p27_show_header,p27_show_help:640602.993,1,1" target="_blank">here</a> and <a href="https://metalink.oracle.com/metalink/plsql/f?p=130:14:2925108627239218163::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,435453.1,1,1,1,helvetica" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://amardeepsidhu.com/blog/2008/03/27/upgrade-10gr1-to-10gr2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
