<?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>Making Life Simple &#187; oracle</title>
	<atom:link href="http://www.lalitmehta.com/home/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lalitmehta.com/home</link>
	<description></description>
	<lastBuildDate>Tue, 09 Feb 2010 21:36:57 +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 XE &#8220;cannot access http://127.0.0.1:8080/apex&#8221;</title>
		<link>http://www.lalitmehta.com/home/2008/12/26/oracle-xe-cannot-access-http1270018080apex/</link>
		<comments>http://www.lalitmehta.com/home/2008/12/26/oracle-xe-cannot-access-http1270018080apex/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 17:41:30 +0000</pubDate>
		<dc:creator>lalit</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.lalitmehta.com/home/?p=65</guid>
		<description><![CDATA[I had installed oracle XE on CentOS and was not able to connect to web admin for past two days. Finally after a long two days of search, found this. Thanks!]]></description>
			<content:encoded><![CDATA[<p>I had installed oracle XE on CentOS and was not able to connect to web admin for past two days. Finally after a long two days of search, found <a href="http://www.zyxware.com/articles/2008/12/24/oracle-xe-solution-to-cannot-access-http-127-0-0-1-8080apex-errors" target="_blank">this</a>.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitmehta.com/home/2008/12/26/oracle-xe-cannot-access-http1270018080apex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle XE Tuning</title>
		<link>http://www.lalitmehta.com/home/2008/12/04/oracle-xe-tuning/</link>
		<comments>http://www.lalitmehta.com/home/2008/12/04/oracle-xe-tuning/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 07:01:08 +0000</pubDate>
		<dc:creator>lalit</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.lalitmehta.com/home/?p=58</guid>
		<description><![CDATA[In order to use Oracle XE under normal load, database sessions and processes need to be increased. This could be some as follows: SQL&#62; show parameters sessions SQL&#62; alter system set sessions=250 scope=spfile; SQL&#62; show parameters processes SQL&#62; alter system set processes=200 scope=spfile; In case you are unable to access apex website remotely, run the [...]]]></description>
			<content:encoded><![CDATA[<p>In order to use Oracle XE under normal load, database sessions and processes need to be increased.  This could be some as follows:</p>
<p><code>SQL&gt; show parameters sessions<br />
SQL&gt; alter system set sessions=250 scope=spfile;</code></p>
<p><code>SQL&gt; show parameters processes<br />
SQL&gt; alter system set processes=200 scope=spfile;</code></p>
<p>In case you are unable to access apex website remotely, run the following command as sys<br />
<code>exec dbms_xdb.setListenerLocalAccess(false);</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitmehta.com/home/2008/12/04/oracle-xe-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import tables to a different tablespace?</title>
		<link>http://www.lalitmehta.com/home/2007/01/30/import-tables-to-a-different-tablespace/</link>
		<comments>http://www.lalitmehta.com/home/2007/01/30/import-tables-to-a-different-tablespace/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 02:41:19 +0000</pubDate>
		<dc:creator>lalit</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.lalitmehta.com/home/?p=14</guid>
		<description><![CDATA[Oracle offers no parameter to specify a different tablespace to import data into. Objects will be re-created in the tablespace they were originally exported from. One can alter this behaviour by following one of these procedures: Pre-create the table(s) in the correct tablespace: Import the dump file using the INDEXFILE= option Edit the indexfile. Remove [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle offers no parameter to specify a different tablespace to import data into. Objects will be re-created in the tablespace they were originally exported from. One can alter this behaviour by following one of these procedures:</p>
<p>Pre-create the table(s) in the correct tablespace:</p>
<ul>
<li>Import the dump file using the INDEXFILE= option Edit the indexfile.</li>
<li>Remove remarks and specify the correct tablespaces.</li>
<li>Run this indexfile against your database, this will create the required tables in the appropriate tablespaces</li>
<li>Import the table(s) with the IGNORE=Y option.</li>
</ul>
<p>Change the default tablespace for the user:</p>
<ul>
<li>Revoke the &#8220;UNLIMITED TABLESPACE&#8221; privilege from the user Revoke the user&#8217;s quota from the tablespace from where the object was exported. This forces the import utility to create tables in the user&#8217;s default tablespace.</li>
<li>Make the tablespace to which you want to import the default tablespace for the user</li>
<li>Import the table</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitmehta.com/home/2007/01/30/import-tables-to-a-different-tablespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting n of m rows in a query &#8211; Oracle 9i and +</title>
		<link>http://www.lalitmehta.com/home/2006/04/05/getting-n-of-m-rows-in-a-query-oracle-9i-and/</link>
		<comments>http://www.lalitmehta.com/home/2006/04/05/getting-n-of-m-rows-in-a-query-oracle-9i-and/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 05:42:06 +0000</pubDate>
		<dc:creator>lalit</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.lalitmehta.com/home/?p=8</guid>
		<description><![CDATA[select * from ( select a.*, rownum rnum from ( YOUR_QUERY_GOES_HERE &#8212; including the order by ) a where rownum &#60;= MAX_ROWS ) where rnum &#62;= MIN_ROWS]]></description>
			<content:encoded><![CDATA[<p>select *<br />
from (<br />
select a.*, rownum rnum<br />
from ( YOUR_QUERY_GOES_HERE &#8212; including the order by )  a<br />
where rownum &lt;= MAX_ROWS<br />
)<br />
where rnum &gt;= MIN_ROWS</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitmehta.com/home/2006/04/05/getting-n-of-m-rows-in-a-query-oracle-9i-and/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
