<?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; database</title>
	<atom:link href="http://askdba.org/weblog/tag/database/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>Oracle 11gR2 on linux is out</title>
		<link>http://askdba.org/weblog/2009/09/oracle-11gr2-on-linux-is-out/</link>
		<comments>http://askdba.org/weblog/2009/09/oracle-11gr2-on-linux-is-out/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:25:17 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/2009/09/oracle-11gr2-on-linux-is-out/</guid>
		<description><![CDATA[Oracle 11gR2 has been released for linux x86 and x86-64 platform. Software can be downloaded at http://www.oracle.com/technology/software/products/database/index.html Guys start downloading..:) .. Note: &#8211; As of now documentation link  is not available on http://tahiti.oracle.com (13:30 G.M.T) Update : &#8211; Thanks to H.Tonguç , documentation can be accesed at http://www.oracle.com/pls/db112/homepage?remark=tahiti Cheers Amit Related Posts11gR2 Database Installation with [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/09/oracle-11gr2-on-linux-is-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CleanUp Temporary Segments Occupying Permanent Tablespace</title>
		<link>http://askdba.org/weblog/2009/07/cleanup-temporary-segments-in-permanent-tablespace/</link>
		<comments>http://askdba.org/weblog/2009/07/cleanup-temporary-segments-in-permanent-tablespace/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 12:42:53 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[9i]]></category>
		<category><![CDATA[dbms_space_admin]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=498</guid>
		<description><![CDATA[There are situations when we see &#8220;temporary segments&#8221; in permanent tablespaces hanging around and not getting cleaned up. These temporary segments in permanent tablespace can be created by DDL operations like CTAS and &#8220;alter index..rebuild&#8221; because the new object is created as a temporary segment in the target tablespace and when the DDL action finishes [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/07/cleanup-temporary-segments-in-permanent-tablespace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generating Datapump Export Dump with Dumpfile name Containing Current Date and Time</title>
		<link>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/</link>
		<comments>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 05:40:49 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[expdp]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=494</guid>
		<description><![CDATA[Few days back I got a request from development team to generate hourly export dumps of few schemas. Following were the requirements: 1. Dumpfile name should contain current date and timestamp information. 2. The generated dumpfile should be moved to a specific location. 3. All users should have read privileges on the export dumpfile. 4. [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Cloning database..Just do some Post checks !!</title>
		<link>http://askdba.org/weblog/2009/06/cloning-databasejust-do-some-post-checks/</link>
		<comments>http://askdba.org/weblog/2009/06/cloning-databasejust-do-some-post-checks/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 14:53:52 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[checklist]]></category>
		<category><![CDATA[cloning]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=450</guid>
		<description><![CDATA[Well I will be covering some points which I believe should be part of post checklist for any cloned database environment. This might not be complete list as it contains point which I have encountered or heard of. 1) Change database Name and Database Id You should try to change the database name/instance name for [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/06/cloning-databasejust-do-some-post-checks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connections to DataBase Hang Including &#8220;/ as sysdba&#8221;</title>
		<link>http://askdba.org/weblog/2009/04/connections-to-database-hang-including-as-sysdba/</link>
		<comments>http://askdba.org/weblog/2009/04/connections-to-database-hang-including-as-sysdba/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 00:39:31 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[Hangs]]></category>
		<category><![CDATA[oracle 10g]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=379</guid>
		<description><![CDATA[Recently I faced one issue where all the connection to database hung and it was also not possible to login to database using &#8220;/ as sysdba&#8221;. To get access of sqlplus I used the following syntax: $ sqlplus -prelim / as sysdba With &#8220;prelim&#8221; option we can run some commands which will help in collection [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/04/connections-to-database-hang-including-as-sysdba/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scheduling Job through Cron??</title>
		<link>http://askdba.org/weblog/2009/02/scheduling-job-through-cron/</link>
		<comments>http://askdba.org/weblog/2009/02/scheduling-job-through-cron/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:28:36 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=355</guid>
		<description><![CDATA[In case you came across this link searching for Cron syntax, then you can refer to following link http://www.adminschoice.com/docs/crontab.htm Other&#8217;s can continue reading the article &#8230;. This was a problem which I faced yesterday. We had a mview refresh which was lagging on one of the server. On checking master site, I found that there [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/02/scheduling-job-through-cron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recreating Database Link</title>
		<link>http://askdba.org/weblog/2009/01/recreating-database-link/</link>
		<comments>http://askdba.org/weblog/2009/01/recreating-database-link/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 11:02:14 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[dblink]]></category>
		<category><![CDATA[ORA-600]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=332</guid>
		<description><![CDATA[I was trying to recreate database links as part of database migration activity. This involved mixture of 8i,9i and 10g database. In case of 8i/9i it is very easy to find the old password which was used to create database link as passwords for database links are stored in Clear Text (decrypted format) in SYS.LINK$ [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2009/01/recreating-database-link/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating Oracle Extended RAC on Oracle VM</title>
		<link>http://askdba.org/weblog/2008/12/creating-oracle-extended-rac-on-oracle-vm/</link>
		<comments>http://askdba.org/weblog/2008/12/creating-oracle-extended-rac-on-oracle-vm/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 05:54:33 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[RAC]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ASM]]></category>
		<category><![CDATA[CRS]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[OCR]]></category>
		<category><![CDATA[oracle 10g]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=328</guid>
		<description><![CDATA[Yesterday, I found one very useful article at OTN &#8220;Creating Oracle Extended RAC&#8221; on completely virtual environment using Oracle VM. As Virtualization is becoming popular day by day and is very cost effective, one must know how to use this to simulate actual environments. Click  here for details on Oracle Extended RAC on Oracle VM. [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/12/creating-oracle-extended-rac-on-oracle-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Database Export Failing With ORA-00980</title>
		<link>http://askdba.org/weblog/2008/10/full-database-export-failing-with-ora-00980/</link>
		<comments>http://askdba.org/weblog/2008/10/full-database-export-failing-with-ora-00980/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 05:17:45 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[exp]]></category>
		<category><![CDATA[imp]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=270</guid>
		<description><![CDATA[While trying to do a full export for 10.2.0.3 database, we were getting following errors About to export the entire database ... . exporting tablespace definitions . exporting profiles . exporting user definitions . exporting roles . exporting resource costs . exporting rollback segment definitions . exporting database links . exporting sequence numbers . exporting [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/10/full-database-export-failing-with-ora-00980/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Checking Database Feature Usage Stats</title>
		<link>http://askdba.org/weblog/2008/08/checking-database-feature-usage/</link>
		<comments>http://askdba.org/weblog/2008/08/checking-database-feature-usage/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 18:10:50 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[10g]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=208</guid>
		<description><![CDATA[Today I came across view DBA_FEATURE_USAGE_STATISTICS (10g) which let&#8217;s us know whether particular Database Feature has been used till now or not. If yes, then it also let&#8217;s us know when it was used for the first time and also the last usage time. This can be helpful to check if anyone is using Database [...]]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/08/checking-database-feature-usage/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
