<?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>Fri, 10 Feb 2012 05:36:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Copying Oracle Scheduler jobs with Arguments</title>
		<link>http://askdba.org/weblog/2012/02/copying-oracle-scheduler-jobs-with-arguments/</link>
		<comments>http://askdba.org/weblog/2012/02/copying-oracle-scheduler-jobs-with-arguments/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 05:13:34 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[copy_jobs]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dbms_scheduler]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=1712</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2012/02/copying-oracle-scheduler-jobs-with-arguments/">Copying Oracle Scheduler jobs with Arguments</a></p><p>Oracle provides dbms_scheduler.copy_job function to copy oracle scheduler jobs which works great. But problem is that it cannot copy  jobs which have  arguments. Need to copy jobs can arise due to following scenarios 1)Runaway jobs &#8211; When Scheduler job is running without any SID. This means OS session is not present and this will not [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2012/02/copying-oracle-scheduler-jobs-with-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11g: Multiple failed login attempt can block New Application connections</title>
		<link>http://askdba.org/weblog/2012/01/11g-multiple-failed-login-attempt-can-block-new-application-connections/</link>
		<comments>http://askdba.org/weblog/2012/01/11g-multiple-failed-login-attempt-can-block-new-application-connections/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 06:30:14 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[ora-20]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=1603</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2012/01/11g-multiple-failed-login-attempt-can-block-new-application-connections/">11g: Multiple failed login attempt can block New Application connections</a></p><p>In Oracle database 11g, a new feature/enhancement has potential of bringing down the application due to multiple sessions hitting database with wrong password. As per Bug 7715339 &#8211; Logon failures causes &#8220;row cache lock&#8221; waits &#8211; Allow disable of logon delay [ID 7715339.8] In 11g there is an intentional delay between allowing failed logon attempts [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2012/01/11g-multiple-failed-login-attempt-can-block-new-application-connections/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Changing CRS/Database timezone in 11.2.0.2  post install</title>
		<link>http://askdba.org/weblog/2011/09/changing-crsdatabase-timezone-in-11-2-0-2-post-install/</link>
		<comments>http://askdba.org/weblog/2011/09/changing-crsdatabase-timezone-in-11-2-0-2-post-install/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 07:22:31 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[11.2.0.2]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=1265</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2011/09/changing-crsdatabase-timezone-in-11-2-0-2-post-install/">Changing CRS/Database timezone in 11.2.0.2  post install</a></p><p>I had installed a 11.2.0.2 RAC setup few days back with incorrect timezone. It had to be PDT but I installed with UTC. Starting/stopping clusteware with correct timezone didn&#8217;t solve the issue. In 11.2.0.2 Oracle stores timezone information in file $GRID_HOME/crs/install/s_config_(hostname).txt. In my case file looked like this cd /oragrid/product/11.2/crs/install cat s_crsconfig_prod1.txt &#60;strong&#62;TZ=UTC&#60;/strong&#62; NLS_LANG=AMERICAN_AMERICA.AL32UTF8 TNS_ADMIN= [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2011/09/changing-crsdatabase-timezone-in-11-2-0-2-post-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Database Appliance Introduced</title>
		<link>http://askdba.org/weblog/2011/09/oracle-database-appliance-introduced/</link>
		<comments>http://askdba.org/weblog/2011/09/oracle-database-appliance-introduced/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 04:30:34 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[ASM]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[RAC]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=1151</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2011/09/oracle-database-appliance-introduced/">Oracle Database Appliance Introduced</a></p><p>Oracle has introduced it new product: ODA (Oracle Database Appliance) I was not able to join Oracle President Mark Hurd&#8217;s webcast where he supposed to announce a new Oracle product[It was at 1AM my time and I was sleeping], now viewing this webcast HERE Kerry Osborne has shared information about this product, click link to [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2011/09/oracle-database-appliance-introduced/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Effect Of Multiple SHMMAX Settings</title>
		<link>http://askdba.org/weblog/2010/08/effect-of-multiple-shmmax-settings/</link>
		<comments>http://askdba.org/weblog/2010/08/effect-of-multiple-shmmax-settings/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 15:31:52 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=944</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2010/08/effect-of-multiple-shmmax-settings/">Effect Of Multiple SHMMAX Settings</a></p><p>Last week I saw a warning message at database startup time saying: WARNING: EINVAL creating segment of size 0x000000000f0020xx fix shm parameters in /etc/system or equivalent It is an Oracle 10204 database running on Solaris. Searching MOS for exact meaning for this warning, it states that a new shared memory segment is getting created to [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2010/08/effect-of-multiple-shmmax-settings/feed/</wfw:commentRss>
		<slash:comments>0</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 13:22:38 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=656</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2009/09/using-oracle-wallet-to-execute-shell-scriptcron-without-hard-coded-oracle-database-password/">Using Oracle Wallet to Execute Shell script/cron without hard coded Oracle database password</a></p><p>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 [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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>10</slash:comments>
		</item>
		<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 07:55:17 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/2009/09/oracle-11gr2-on-linux-is-out/</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2009/09/oracle-11gr2-on-linux-is-out/">Oracle 11gR2 on linux is out</a></p><p>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 PostsUsing Oracle Wallet to [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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 07:12:53 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[9i]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dbms_space_admin]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=498</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2009/07/cleanup-temporary-segments-in-permanent-tablespace/">CleanUp Temporary Segments Occupying Permanent Tablespace</a></p><p>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 [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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 00:10:49 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[expdp]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=494</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2009/06/generating-datapump-export-dump-with-dumpfilename-containing-current-date-and-time/">Generating Datapump Export Dump with Dumpfile name Containing Current Date and Time</a></p><p>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. [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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 09:23:52 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[checklist]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=450</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2009/06/cloning-databasejust-do-some-post-checks/">Cloning database..Just do some Post checks !!</a></p><p>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 [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[Hangs]]></category>
		<category><![CDATA[oracle 10g]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=379</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2009/04/connections-to-database-hang-including-as-sysdba/">Connections to DataBase Hang Including &#8220;/ as sysdba&#8221;</a></p><p>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 [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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 09:58:36 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=355</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2009/02/scheduling-job-through-cron/">Scheduling Job through Cron??</a></p><p>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 [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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 05:32:14 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dblink]]></category>
		<category><![CDATA[ORA-600]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=332</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2009/01/recreating-database-link/">Recreating Database Link</a></p><p>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$ [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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 00:24:33 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[ASM]]></category>
		<category><![CDATA[CRS]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[OCR]]></category>
		<category><![CDATA[oracle 10g]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=328</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2008/12/creating-oracle-extended-rac-on-oracle-vm/">Creating Oracle Extended RAC on Oracle VM</a></p><p>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. [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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>Tue, 21 Oct 2008 23:47:45 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[exp]]></category>
		<category><![CDATA[imp]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=270</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2008/10/full-database-export-failing-with-ora-00980/">Full Database Export Failing With ORA-00980</a></p><p>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 [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></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 12:40:50 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=208</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2008/08/checking-database-feature-usage/">Checking Database Feature Usage Stats</a></p><p>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 [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/08/checking-database-feature-usage/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>10.2.0.4 Window&#8217;s Patchset overwrites Sqlnet.ora</title>
		<link>http://askdba.org/weblog/2008/07/10204-windows-patchset-overwrites-sqlnetora/</link>
		<comments>http://askdba.org/weblog/2008/07/10204-windows-patchset-overwrites-sqlnetora/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 21:37:45 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=151</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2008/07/10204-windows-patchset-overwrites-sqlnetora/">10.2.0.4 Window&#8217;s Patchset overwrites Sqlnet.ora</a></p><p>Not sure, how many of you are aware of this alert. Oracle has published an Alert document NOTE:726418.1 -ALERT: The 10.2.0.4 Windows Patchset Overwrites %ORACLE_HOME%\network\admin\sqlnet.ora According to it, Patch 6810189 &#8211; 10.2.0.4 RDBMS patchset on Microsoft Windows (32-bit) and Microsoft Windows (AMD64 and EM64T) overwrites the %ORACLE_HOME%\network\admin\sqlnet.ora file. In case you have Downloaded (and installed) the [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/07/10204-windows-patchset-overwrites-sqlnetora/feed/</wfw:commentRss>
		<slash:comments>0</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 02:43:57 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ora-4030]]></category>
		<category><![CDATA[ora-4031]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=147</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2008/07/simplified-approach-to-resolve-ora-4031/">Simplified Approach to Resolve ORA-4031</a></p><p>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, &#34;unable to allocate %s bytes of shared memory (\&#34;%s\&#34;,\&#34;%s\&#34;,\&#34;%s\,\&#34;%s\&#34;)&#34; // *Cause: More shared memory is needed than was allocated in the shared pool. // *Action: [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/07/simplified-approach-to-resolve-ora-4031/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Oracle Database 11G Installation on Solaris 10</title>
		<link>http://askdba.org/weblog/2008/07/oracle-11g-installation-on-solaris-10/</link>
		<comments>http://askdba.org/weblog/2008/07/oracle-11g-installation-on-solaris-10/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 14:39:51 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=145</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2008/07/oracle-11g-installation-on-solaris-10/">Oracle Database 11G Installation on Solaris 10</a></p><p>I had installed Oracle Database 11g on Solaris 10 few days back. I thought of documenting the steps for easy reference. Please find below steps for the same Installation Pre-Requisite Refer to Oracle Database Installation Guide 11g Release 1 (11.1) for Solaris Operating System for checking Hardware and Software Requirements. User Creation and Environment Settings [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/07/oracle-11g-installation-on-solaris-10/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Effect of OS Terminal Setting &#8220;STTY&#8221; on Oracle Database</title>
		<link>http://askdba.org/weblog/2008/07/effect-of-os-terminal-setting-stty-on-oracle-database/</link>
		<comments>http://askdba.org/weblog/2008/07/effect-of-os-terminal-setting-stty-on-oracle-database/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 08:03:26 +0000</pubDate>
		<dc:creator>Saurabh Sood</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sp2-0042]]></category>

		<guid isPermaLink="false">http://askdba.org/weblog/?p=142</guid>
		<description><![CDATA[<p><p>Original Post can be viewed at <a href="http://askdba.org/weblog/2008/07/effect-of-os-terminal-setting-stty-on-oracle-database/">Effect of OS Terminal Setting &#8220;STTY&#8221; on Oracle Database</a></p><p>Few days back, while trying to create a synonym over dblink I experienced following error: SQL&#62; create synonym synonymn_name for dual@DBLINK9i; SP2-0042: unknown command &#34;DBLINK9i&#34; - rest of line ignored Strange error !!! Also while trying to perform a simple select statement over another dblink: SQL &#62; select * from dual@dblink10g; SP2-0042: unknown command &#34;DBLINK10g&#34; [...]</p></p><p><a href="http://askdba.org/weblog">AskDba.org Weblog</a></p>]]></description>
		<wfw:commentRss>http://askdba.org/weblog/2008/07/effect-of-os-terminal-setting-stty-on-oracle-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: askdba.org @ 2012-02-11 17:17:39 by W3 Total Cache -->
