<?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/"
	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>Comments for ORAganism</title>
	<atom:link href="http://oraganism.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraganism.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 20 Dec 2009 13:41:01 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 11.2 Oracle Restart &#8211; Changing Hostname by Surachart Opun</title>
		<link>http://oraganism.wordpress.com/2009/12/20/11-2-changing-hostname/#comment-24</link>
		<dc:creator>Surachart Opun</dc:creator>
		<pubDate>Sun, 20 Dec 2009 13:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=506#comment-24</guid>
		<description>Excellence.

Thank You.</description>
		<content:encoded><![CDATA[<p>Excellence.</p>
<p>Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 11.2 Oracle Restart &#8211; Changing Hostname by Hans Forbrich</title>
		<link>http://oraganism.wordpress.com/2009/12/20/11-2-changing-hostname/#comment-23</link>
		<dc:creator>Hans Forbrich</dc:creator>
		<pubDate>Sun, 20 Dec 2009 04:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=506#comment-23</guid>
		<description>Great info.  Thanks</description>
		<content:encoded><![CDATA[<p>Great info.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a Database Link in Another User&#8217;s Schema by Blogroll Report 27/11/2009-04/12/2009 &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://oraganism.wordpress.com/2009/12/02/how-to-create-a-database-link-in-another-users-schema/#comment-21</link>
		<dc:creator>Blogroll Report 27/11/2009-04/12/2009 &#171; Coskan&#8217;s Approach to Oracle</dc:creator>
		<pubDate>Fri, 18 Dec 2009 00:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=475#comment-21</guid>
		<description>[...] 7-How to Create a Database Link in Another User’s Schema without password hacking? Neil Johnson -How to Create a Database Link in Another User’s Schema [...]</description>
		<content:encoded><![CDATA[<p>[...] 7-How to Create a Database Link in Another User’s Schema without password hacking? Neil Johnson -How to Create a Database Link in Another User’s Schema [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drop Yourself by Surachart Opun</title>
		<link>http://oraganism.wordpress.com/2009/12/15/drop-yourself/#comment-20</link>
		<dc:creator>Surachart Opun</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=494#comment-20</guid>
		<description>Hi Martin Nash,

I&#039;ll use glogin.sql/login.sql, that is easy to check user. 
I have to aware privileges  + &quot;drop user&quot; as well.

Thank You Your Sharing/Comment
;)</description>
		<content:encoded><![CDATA[<p>Hi Martin Nash,</p>
<p>I&#8217;ll use glogin.sql/login.sql, that is easy to check user.<br />
I have to aware privileges  + &#8220;drop user&#8221; as well.</p>
<p>Thank You Your Sharing/Comment<br />
 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drop Yourself by Martin Nash</title>
		<link>http://oraganism.wordpress.com/2009/12/15/drop-yourself/#comment-19</link>
		<dc:creator>Martin Nash</dc:creator>
		<pubDate>Wed, 16 Dec 2009 22:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=494#comment-19</guid>
		<description>Hi Surachart,

Thanks for the comment. I use the following in my glogin.sql so that the user I am connected as is always displayed in the prompt:

set sqlprompt &quot;_user&#039;@&#039;_Connect_identifier&gt; &quot;

I guess the key point with SYSDBA connections is that you connect as SYS, but may have authenticated as someone else, who has the SYSDBA privilege via OS group or database grant.</description>
		<content:encoded><![CDATA[<p>Hi Surachart,</p>
<p>Thanks for the comment. I use the following in my glogin.sql so that the user I am connected as is always displayed in the prompt:</p>
<p>set sqlprompt &#8220;_user&#8217;@'_Connect_identifier&gt; &#8221;</p>
<p>I guess the key point with SYSDBA connections is that you connect as SYS, but may have authenticated as someone else, who has the SYSDBA privilege via OS group or database grant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drop Yourself by Surachart Opun</title>
		<link>http://oraganism.wordpress.com/2009/12/15/drop-yourself/#comment-18</link>
		<dc:creator>Surachart Opun</dc:creator>
		<pubDate>Wed, 16 Dec 2009 04:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=494#comment-18</guid>
		<description>Thank You Good Example.
Perhaps A Good interesting is login as sysdba .... it became sys user ;)

SQL&gt; connect dba_user/basic_pass@orcl
Connected.
SQL&gt; show user;
USER is &quot;DBA_USER&quot;
SQL&gt; select user from dual;

USER
------------------------------
DBA_USER

&gt;&gt;&gt;

SQL&gt; connect sysdba_user/basic_pass@orcl as sysdba 
Connected.
SQL&gt; show user;
USER is &quot;SYS&quot;
SQL&gt; select user from dual;

USER
------------------------------
SYS</description>
		<content:encoded><![CDATA[<p>Thank You Good Example.<br />
Perhaps A Good interesting is login as sysdba &#8230;. it became sys user <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>SQL&gt; connect dba_user/basic_pass@orcl<br />
Connected.<br />
SQL&gt; show user;<br />
USER is &#8220;DBA_USER&#8221;<br />
SQL&gt; select user from dual;</p>
<p>USER<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
DBA_USER</p>
<p>&gt;&gt;&gt;</p>
<p>SQL&gt; connect sysdba_user/basic_pass@orcl as sysdba<br />
Connected.<br />
SQL&gt; show user;<br />
USER is &#8220;SYS&#8221;<br />
SQL&gt; select user from dual;</p>
<p>USER<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
SYS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a Database Link in Another User&#8217;s Schema by Marko Sutic</title>
		<link>http://oraganism.wordpress.com/2009/12/02/how-to-create-a-database-link-in-another-users-schema/#comment-16</link>
		<dc:creator>Marko Sutic</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=475#comment-16</guid>
		<description>Hi Neil,

your method is much better because there is no risk to upset users which is my major concern during hijacking user&#039;s password.

My solution is not very practical but it worked for me several times so I stopped searching for another solution mostly because I don&#039;t create db links in another user&#039;s schema very often.

But anyway, thanks for sharing this useful information.

Regards,
Marko</description>
		<content:encoded><![CDATA[<p>Hi Neil,</p>
<p>your method is much better because there is no risk to upset users which is my major concern during hijacking user&#8217;s password.</p>
<p>My solution is not very practical but it worked for me several times so I stopped searching for another solution mostly because I don&#8217;t create db links in another user&#8217;s schema very often.</p>
<p>But anyway, thanks for sharing this useful information.</p>
<p>Regards,<br />
Marko</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Create a Database Link in Another User&#8217;s Schema by Surachart Opun</title>
		<link>http://oraganism.wordpress.com/2009/12/02/how-to-create-a-database-link-in-another-users-schema/#comment-15</link>
		<dc:creator>Surachart Opun</dc:creator>
		<pubDate>Thu, 03 Dec 2009 04:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=475#comment-15</guid>
		<description>Wonderful Idea -)</description>
		<content:encoded><![CDATA[<p>Wonderful Idea -)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using an Index to Shortcut a MIN/MAX Aggregate by Using an Index to Shortcut a MIN/MAX Aggregate &#8211; Part 2 &#171; ORAganism</title>
		<link>http://oraganism.wordpress.com/2009/04/03/using-an-index-to-shortcut-a-minmax-aggregate/#comment-13</link>
		<dc:creator>Using an Index to Shortcut a MIN/MAX Aggregate &#8211; Part 2 &#171; ORAganism</dc:creator>
		<pubDate>Fri, 27 Nov 2009 22:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=117#comment-13</guid>
		<description>[...]  Posted in Oracle by Neil Johnson on November 27, 2009   I&#8217;ve previously commented about the Index Scan MIN/MAX optimisation. My description of this operation from that post is below:  the optimiser can take a [...]</description>
		<content:encoded><![CDATA[<p>[...]  Posted in Oracle by Neil Johnson on November 27, 2009   I&#8217;ve previously commented about the Index Scan MIN/MAX optimisation. My description of this operation from that post is below:  the optimiser can take a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CLUSTER_DATABASE=FALSE by Blogroll Report 30/10/2009-06/11/2009 &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://oraganism.wordpress.com/2009/10/31/cluster_databasefalse/#comment-12</link>
		<dc:creator>Blogroll Report 30/10/2009-06/11/2009 &#171; Coskan&#8217;s Approach to Oracle</dc:creator>
		<pubDate>Tue, 17 Nov 2009 00:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://oraganism.wordpress.com/?p=404#comment-12</guid>
		<description>[...] Martin Nash-CLUSTER_DATABASE=FALSE [...]</description>
		<content:encoded><![CDATA[<p>[...] Martin Nash-CLUSTER_DATABASE=FALSE [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
