<?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: How to get ORACLE_HOME from data dictionary?</title>
	<atom:link href="http://oraqa.com/2006/02/12/how-to-get-oracle_home-from-data-dictionary/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com/2006/02/12/how-to-get-oracle_home-from-data-dictionary/</link>
	<description>Oracle Question and Answer</description>
	<lastBuildDate>Sat, 07 Aug 2010 04:48:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Laurent Schneider</title>
		<link>http://oraqa.com/2006/02/12/how-to-get-oracle_home-from-data-dictionary/comment-page-1/#comment-190</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Fri, 21 Jul 2006 12:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/02/12/how-to-get-oracle_home-from-data-dictionary/#comment-190</guid>
		<description>This is also not the &quot;ORACLE_HOME&quot; that is used to start the instance. To get the ORACLE_HOME used to start the instance, you can do :

&lt;pre&gt;
SQL&gt; set autopri on
SQL&gt; var oracle_home varchar2(255)
SQL&gt; exec dbms_system.get_env(&#039;ORACLE_HOME&#039;,:ORACLE_HOME)

PL/SQL procedure successfully completed.

ORACLE_HOME
--------------------------------------------------------------------------------
/app/oracle/oracle/product/10.2.0/db_2
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This is also not the &#8220;ORACLE_HOME&#8221; that is used to start the instance. To get the ORACLE_HOME used to start the instance, you can do :</p>
<pre>
SQL&gt; set autopri on
SQL&gt; var oracle_home varchar2(255)
SQL&gt; exec dbms_system.get_env('ORACLE_HOME',:ORACLE_HOME)

PL/SQL procedure successfully completed.

ORACLE_HOME
--------------------------------------------------------------------------------
/app/oracle/oracle/product/10.2.0/db_2
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim Bobrov</title>
		<link>http://oraqa.com/2006/02/12/how-to-get-oracle_home-from-data-dictionary/comment-page-1/#comment-124</link>
		<dc:creator>Vadim Bobrov</dc:creator>
		<pubDate>Mon, 13 Feb 2006 03:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/02/12/how-to-get-oracle_home-from-data-dictionary/#comment-124</guid>
		<description>correct. I get the same (non-existent) directory. Does not seem to work on XE. On Enterprise 8i, 9i, 10g works fine

Vadim Bobrov
Oracle Database Tools
http://www.fourthelephant.com</description>
		<content:encoded><![CDATA[<p>correct. I get the same (non-existent) directory. Does not seem to work on XE. On Enterprise 8i, 9i, 10g works fine</p>
<p>Vadim Bobrov<br />
Oracle Database Tools<br />
<a href="http://www.fourthelephant.com" rel="nofollow">http://www.fourthelephant.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://oraqa.com/2006/02/12/how-to-get-oracle_home-from-data-dictionary/comment-page-1/#comment-123</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Mon, 13 Feb 2006 02:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/02/12/how-to-get-oracle_home-from-data-dictionary/#comment-123</guid>
		<description>Note that you may not have access to dba_libraries. You may use user_libraries or all_libraries.

I tested the above query on my Windows XP running Oracle XE (connected as sys as sysdba), here is what I got: &lt;i&gt;C:/ADE/aime_051006/oracle/rdbms/&lt;/i&gt;. The funny thing is, I do not seem to find this directory at all on my C drive ?!</description>
		<content:encoded><![CDATA[<p>Note that you may not have access to dba_libraries. You may use user_libraries or all_libraries.</p>
<p>I tested the above query on my Windows XP running Oracle XE (connected as sys as sysdba), here is what I got: <i>C:/ADE/aime_051006/oracle/rdbms/</i>. The funny thing is, I do not seem to find this directory at all on my C drive ?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
