<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Monish&#039;s Oracle Blog</title>
	<atom:link href="http://monishsb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://monishsb.wordpress.com</link>
	<description>Let&#039;s Learn Oracle.................</description>
	<lastBuildDate>Wed, 21 Dec 2011 16:02:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='monishsb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Monish&#039;s Oracle Blog</title>
		<link>http://monishsb.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://monishsb.wordpress.com/osd.xml" title="Monish&#039;s Oracle Blog" />
	<atom:link rel='hub' href='http://monishsb.wordpress.com/?pushpress=hub'/>
		<item>
		<title>EXP using pipe</title>
		<link>http://monishsb.wordpress.com/2011/04/28/exp-pipe/</link>
		<comments>http://monishsb.wordpress.com/2011/04/28/exp-pipe/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 05:59:04 +0000</pubDate>
		<dc:creator>Monish</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Scripts]]></category>
		<category><![CDATA[Export PIPE]]></category>

		<guid isPermaLink="false">http://monishsb.wordpress.com/?p=280</guid>
		<description><![CDATA[Using the following script we can take export backup using pipe. Change the DIRECTORY value to your backup location. suppose the following script name is exp_pipe.ksh then execute it as nohup ./exp_pipe.ksh $SID &#38; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; #!/usr/bin/ksh if [ $# -ne 1 ] then    echo &#8220;Usage : $0 ORACLE_SID&#8221;    exit fi export ORACLE_SID=$1 export [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=monishsb.wordpress.com&amp;blog=3725488&amp;post=280&amp;subd=monishsb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://monishsb.wordpress.com/2011/04/28/exp-pipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3dc4fd032cb4541511f28d7cb5733ca9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">MSB</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing parameter plsql_code_type from INTERPRETED to NATIVE</title>
		<link>http://monishsb.wordpress.com/2010/02/17/changing-parameter-plsql_code_type-from-interpreted-to-native/</link>
		<comments>http://monishsb.wordpress.com/2010/02/17/changing-parameter-plsql_code_type-from-interpreted-to-native/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 17:42:30 +0000</pubDate>
		<dc:creator>Monish</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[INTERPRETED]]></category>
		<category><![CDATA[NATIVE]]></category>
		<category><![CDATA[plsql_code_type]]></category>

		<guid isPermaLink="false">http://monishsb.wordpress.com/?p=275</guid>
		<description><![CDATA[Hi All, After a long time I’m posting my blog. Actually I was very busy in my life. Literally did not get much time. At the same time change the company. New company, new environment! Anyways before coming to the main topic of the post I want to share the story behind this issue. One [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=monishsb.wordpress.com&amp;blog=3725488&amp;post=275&amp;subd=monishsb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://monishsb.wordpress.com/2010/02/17/changing-parameter-plsql_code_type-from-interpreted-to-native/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3dc4fd032cb4541511f28d7cb5733ca9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">MSB</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA-1684: max # extents (%s) reached in table %s.%s partition %s</title>
		<link>http://monishsb.wordpress.com/2009/08/09/ora-1684-max-extents-s-reached-in-table-s-s-partition-s/</link>
		<comments>http://monishsb.wordpress.com/2009/08/09/ora-1684-max-extents-s-reached-in-table-s-s-partition-s/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 01:32:07 +0000</pubDate>
		<dc:creator>Monish</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[ORA-1684]]></category>

		<guid isPermaLink="false">http://monishsb.wordpress.com/2009/08/09/ora-1684-max-extents-s-reached-in-table-s-s-partition-s/</guid>
		<description><![CDATA[Error: ORA-1684 Text: max # extents (%s) reached in table %s.%s partition %s &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Cause: A table tried to extend past maxextents Action: If maxextents is less than the system maximum, raise it. Otherwise, you must recreate with larger initial, next or pctincrease params Posted in Oracle Tagged: ORA-1684<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=monishsb.wordpress.com&amp;blog=3725488&amp;post=273&amp;subd=monishsb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://monishsb.wordpress.com/2009/08/09/ora-1684-max-extents-s-reached-in-table-s-s-partition-s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3dc4fd032cb4541511f28d7cb5733ca9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">MSB</media:title>
		</media:content>
	</item>
		<item>
		<title>Unlock record of a Oracle table</title>
		<link>http://monishsb.wordpress.com/2009/08/04/unlock-table/</link>
		<comments>http://monishsb.wordpress.com/2009/08/04/unlock-table/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:46:18 +0000</pubDate>
		<dc:creator>Monish</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Scripts]]></category>
		<category><![CDATA[Unlock oracle table]]></category>

		<guid isPermaLink="false">http://monishsb.wordpress.com/?p=259</guid>
		<description><![CDATA[Session: 1 SQL&#62; select * from dept; DEPTNO     DNAME          LOC ---------- -------------- ------------- 10         ACCOUNTING     NEW YORK 20         RESEARCH       DALLAS 30         SALES          CHICAGO 40         OPERATIONS     BOSTON Lock one row. SQL&#62; update dept set dname='DEV' where deptno=30; 1 row updated. Do not commit Session: 2 Try to lock the same row SQL&#62; update dept set dname='TESTING' [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=monishsb.wordpress.com&amp;blog=3725488&amp;post=259&amp;subd=monishsb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://monishsb.wordpress.com/2009/08/04/unlock-table/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3dc4fd032cb4541511f28d7cb5733ca9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">MSB</media:title>
		</media:content>
	</item>
		<item>
		<title>WARNING: inbound connection timed out (ORA-3136)</title>
		<link>http://monishsb.wordpress.com/2009/06/09/ora-3136/</link>
		<comments>http://monishsb.wordpress.com/2009/06/09/ora-3136/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:28:50 +0000</pubDate>
		<dc:creator>Monish</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[ORA-3136]]></category>

		<guid isPermaLink="false">http://monishsb.wordpress.com/?p=246</guid>
		<description><![CDATA[What the error is telling you is that a connection attempt was made, but the session authentication was not provided before SQLNET.INBOUND_CONNECT_TIMEOUT seconds. As far as adverse effects in the long run, you have a user or process that is unable to connect to the database. So someone is unhappy about the database/application. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=monishsb.wordpress.com&amp;blog=3725488&amp;post=246&amp;subd=monishsb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://monishsb.wordpress.com/2009/06/09/ora-3136/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3dc4fd032cb4541511f28d7cb5733ca9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">MSB</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Script &#124; Tablespace Threshold value</title>
		<link>http://monishsb.wordpress.com/2009/06/09/sql-script02/</link>
		<comments>http://monishsb.wordpress.com/2009/06/09/sql-script02/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:22:01 +0000</pubDate>
		<dc:creator>Monish</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Scripts]]></category>
		<category><![CDATA[SQL Script]]></category>
		<category><![CDATA[Threshold value]]></category>

		<guid isPermaLink="false">http://monishsb.wordpress.com/?p=243</guid>
		<description><![CDATA[Use the following script to find out tablespace name under the mentioned threshold value: select trunc(s.bytes/f.maxbytes, 2) used_pct, &#8216;TABLESPACE &#8216; &#124;&#124; s.tablespace_name &#124;&#124; &#8216; is &#8216; &#124;&#124; to_char(trunc(s.bytes/f.maxbytes, 2)*100) &#124;&#124; &#8216;% full&#8217; description from (select tablespace_name, sum(bytes) bytes from dba_segments group by tablespace_name) s, (select tablespace_name, sum(greatest(nvl(maxbytes, 0), bytes)) maxbytes from dba_data_files group by tablespace_name) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=monishsb.wordpress.com&amp;blog=3725488&amp;post=243&amp;subd=monishsb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://monishsb.wordpress.com/2009/06/09/sql-script02/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3dc4fd032cb4541511f28d7cb5733ca9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">MSB</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Script &#124; Perticular Tablesapce Details</title>
		<link>http://monishsb.wordpress.com/2009/06/09/sql-script01/</link>
		<comments>http://monishsb.wordpress.com/2009/06/09/sql-script01/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:18:16 +0000</pubDate>
		<dc:creator>Monish</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Scripts]]></category>
		<category><![CDATA[SQL Script]]></category>

		<guid isPermaLink="false">http://monishsb.wordpress.com/?p=238</guid>
		<description><![CDATA[Use the following script is to find out the details of a particular tablespace set lines 999 col file_name format a70; select file_name,bytes/(1024*1024),maxbytes/(1024*1024),autoextensible from dba_data_files where tablespace_name=&#8217;tablespace-name&#8217; / Posted in Oracle, SQL Scripts Tagged: SQL Script<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=monishsb.wordpress.com&amp;blog=3725488&amp;post=238&amp;subd=monishsb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://monishsb.wordpress.com/2009/06/09/sql-script01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3dc4fd032cb4541511f28d7cb5733ca9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">MSB</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Setup Instructions before Installing Oracle 10g on Linux</title>
		<link>http://monishsb.wordpress.com/2009/02/27/software-setup-instructions/</link>
		<comments>http://monishsb.wordpress.com/2009/02/27/software-setup-instructions/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:59:28 +0000</pubDate>
		<dc:creator>Monish</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://monishsb.wordpress.com/?p=233</guid>
		<description><![CDATA[1.     Open a terminal window. Login as the root user. 2.      Create the following operating system groups: oinstall, dba, and, oper. /usr/sbin/groupadd oinstall /usr/sbin/groupadd dba /usr/sbin/groupadd oper 3.     Create the operating system user oracle: /usr/sbin/useradd -g oinstall -G dba,oper -d /home/oracle oracle 4.     Enter the following command to set the password of the oracle user: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=monishsb.wordpress.com&amp;blog=3725488&amp;post=233&amp;subd=monishsb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://monishsb.wordpress.com/2009/02/27/software-setup-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3dc4fd032cb4541511f28d7cb5733ca9?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">MSB</media:title>
		</media:content>
	</item>
	</channel>
</rss>
