<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Connected to an idle instance &#8211; while database is running</title>
	<atom:link href="http://kamranagayev.com/2012/07/11/connected-to-an-idle-instance-while-database-is-running/feed/" rel="self" type="application/rss+xml" />
	<link>http://kamranagayev.com/2012/07/11/connected-to-an-idle-instance-while-database-is-running/</link>
	<description>Kamran Agayev&#039;s Oracle Blog</description>
	<lastBuildDate>Thu, 13 Jun 2013 05:57:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Connected to an idle instance y ORA-01034 &#124; Mi Blog sobre Oracle</title>
		<link>http://kamranagayev.com/2012/07/11/connected-to-an-idle-instance-while-database-is-running/#comment-79033</link>
		<dc:creator>Connected to an idle instance y ORA-01034 &#124; Mi Blog sobre Oracle</dc:creator>
		<pubDate>Thu, 13 Dec 2012 23:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://kamranagayev.com/?p=1699#comment-79033</guid>
		<description><![CDATA[[...] este ejemplo, escrito por Kamran Agayev, aquí y decidí traducirlo en español. Tenía una base de datos en un servidor [...]]]></description>
		<content:encoded><![CDATA[<p>[...] este ejemplo, escrito por Kamran Agayev, aquí y decidí traducirlo en español. Tenía una base de datos en un servidor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liveinoracle</title>
		<link>http://kamranagayev.com/2012/07/11/connected-to-an-idle-instance-while-database-is-running/#comment-20025</link>
		<dc:creator>liveinoracle</dc:creator>
		<pubDate>Wed, 11 Jul 2012 19:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://kamranagayev.com/?p=1699#comment-20025</guid>
		<description><![CDATA[Hi Kamran,

I felt your blog is very interesting. it will be very helpful if we work on ORACLE Performance Tuning. We want to master it.do you have any idea how we can create a dummy application to learn oracle performance tuning. Thank you.With Regards..liveinoracle]]></description>
		<content:encoded><![CDATA[<p>Hi Kamran,</p>
<p>I felt your blog is very interesting. it will be very helpful if we work on ORACLE Performance Tuning. We want to master it.do you have any idea how we can create a dummy application to learn oracle performance tuning. Thank you.With Regards..liveinoracle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamran Agayev A.</title>
		<link>http://kamranagayev.com/2012/07/11/connected-to-an-idle-instance-while-database-is-running/#comment-19985</link>
		<dc:creator>Kamran Agayev A.</dc:creator>
		<pubDate>Wed, 11 Jul 2012 08:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://kamranagayev.com/?p=1699#comment-19985</guid>
		<description><![CDATA[That&#039;s right Mahir. Actually in this case the first thing you check is ORACLE_SID. When you see it&#039;s correctly set and the instance is running on the OS level, you need to check ORACLE_HOME variable and remove the last character which is slash &quot;/&quot;]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s right Mahir. Actually in this case the first thing you check is ORACLE_SID. When you see it&#8217;s correctly set and the instance is running on the OS level, you need to check ORACLE_HOME variable and remove the last character which is slash &#8220;/&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahir M. Quluzade</title>
		<link>http://kamranagayev.com/2012/07/11/connected-to-an-idle-instance-while-database-is-running/#comment-19982</link>
		<dc:creator>Mahir M. Quluzade</dc:creator>
		<pubDate>Wed, 11 Jul 2012 07:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://kamranagayev.com/?p=1699#comment-19982</guid>
		<description><![CDATA[Hi Kamran! 

You are right, this is reason of connection idle instance.
Thanks for share !


Mistake ORACLE_SID is reason of connection idle instance, too. 

[oracle@oel62-x64 /]$ echo $ORACLE_SID
admdb

[oracle@oel62-x64 /]$ 
[oracle@oel62-x64 /]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.3.0 Production on Wed Jul 11 12:55:47 2012
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP, Data Mining,
Oracle Database Vault and Real Application Testing options

SQL&gt; 
SQL&gt; exit
[oracle@oel62-x64 /]$ export ORACLE_SID=ADMDB
[oracle@oel62-x64 /]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.3.0 Production on Wed Jul 11 12:56:01 2012
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to an idle instance.
SQL&gt; 


Regards
Mahir M. Quluzade]]></description>
		<content:encoded><![CDATA[<p>Hi Kamran! </p>
<p>You are right, this is reason of connection idle instance.<br />
Thanks for share !</p>
<p>Mistake ORACLE_SID is reason of connection idle instance, too. </p>
<p>[oracle@oel62-x64 /]$ echo $ORACLE_SID<br />
admdb</p>
<p>[oracle@oel62-x64 /]$<br />
[oracle@oel62-x64 /]$ sqlplus / as sysdba</p>
<p>SQL*Plus: Release 11.2.0.3.0 Production on Wed Jul 11 12:55:47 2012<br />
Copyright (c) 1982, 2011, Oracle.  All rights reserved.<br />
Connected to:<br />
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 &#8211; 64bit Production<br />
With the Partitioning, Oracle Label Security, OLAP, Data Mining,<br />
Oracle Database Vault and Real Application Testing options</p>
<p>SQL&gt;<br />
SQL&gt; exit<br />
[oracle@oel62-x64 /]$ export ORACLE_SID=ADMDB<br />
[oracle@oel62-x64 /]$ sqlplus / as sysdba</p>
<p>SQL*Plus: Release 11.2.0.3.0 Production on Wed Jul 11 12:56:01 2012<br />
Copyright (c) 1982, 2011, Oracle.  All rights reserved.<br />
Connected to an idle instance.<br />
SQL&gt; </p>
<p>Regards<br />
Mahir M. Quluzade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulfet</title>
		<link>http://kamranagayev.com/2012/07/11/connected-to-an-idle-instance-while-database-is-running/#comment-19980</link>
		<dc:creator>Ulfet</dc:creator>
		<pubDate>Wed, 11 Jul 2012 07:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://kamranagayev.com/?p=1699#comment-19980</guid>
		<description><![CDATA[Interesting! Thanks for share]]></description>
		<content:encoded><![CDATA[<p>Interesting! Thanks for share</p>
]]></content:encoded>
	</item>
</channel>
</rss>
