<?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 on: Act as if,  temporarily in Oracle</title>
	<atom:link href="http://coskan.wordpress.com/2007/04/23/act-as-if-temporarily-in-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://coskan.wordpress.com/2007/04/23/act-as-if-temporarily-in-oracle/</link>
	<description>What I learned about Oracle</description>
	<lastBuildDate>Tue, 21 May 2013 01:33:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Alter user identified by values on 11G without using SYS.USER$ &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://coskan.wordpress.com/2007/04/23/act-as-if-temporarily-in-oracle/#comment-3415</link>
		<dc:creator><![CDATA[Alter user identified by values on 11G without using SYS.USER$ &#171; Coskan&#8217;s Approach to Oracle]]></dc:creator>
		<pubDate>Wed, 11 Mar 2009 11:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/2007/04/23/act-as-if-temporarily-in-oracle/#comment-3415</guid>
		<description><![CDATA[[...] table, so to change the password temporarily, it is not possible to use the way I explained here [...]]]></description>
		<content:encoded><![CDATA[<p>[...] table, so to change the password temporarily, it is not possible to use the way I explained here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coskan</title>
		<link>http://coskan.wordpress.com/2007/04/23/act-as-if-temporarily-in-oracle/#comment-22</link>
		<dc:creator><![CDATA[coskan]]></dc:creator>
		<pubDate>Mon, 23 Apr 2007 21:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/2007/04/23/act-as-if-temporarily-in-oracle/#comment-22</guid>
		<description><![CDATA[Thanks a lot for you comment Peter. I think the entry is really complete now]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for you comment Peter. I think the entry is really complete now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter K</title>
		<link>http://coskan.wordpress.com/2007/04/23/act-as-if-temporarily-in-oracle/#comment-21</link>
		<dc:creator><![CDATA[Peter K]]></dc:creator>
		<pubDate>Mon, 23 Apr 2007 20:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://coskan.wordpress.com/2007/04/23/act-as-if-temporarily-in-oracle/#comment-21</guid>
		<description><![CDATA[It&#039;s a known feature since at least v5 of Oracle.  The only thing that I would caution is if you are attempting to lock up the SYS and SYSTEM accounts so that no one can get in w/o having to set a new password.

For example, alter user SYSTEM identified by values &#039;Totally Secured&#039; will prevent anyone from hacking SYSTEM by any password guessing methods since the hashed value will never equal to &#039;Totally Secured&#039;.  The only way then, is to reset the password if you need to use the SYSTEM account.

The caution is obviously to ensure that you do have another account that is given privilege to reset other users&#039; passwords otherwise if you set SYS and SYSTEM as above and you don&#039;t have another account with privilege to reset the password, you are locked out of your db although you still can get in via the OS level with &quot;connect / as sysdba&quot; which is deprecated in 10g.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s a known feature since at least v5 of Oracle.  The only thing that I would caution is if you are attempting to lock up the SYS and SYSTEM accounts so that no one can get in w/o having to set a new password.</p>
<p>For example, alter user SYSTEM identified by values &#8216;Totally Secured&#8217; will prevent anyone from hacking SYSTEM by any password guessing methods since the hashed value will never equal to &#8216;Totally Secured&#8217;.  The only way then, is to reset the password if you need to use the SYSTEM account.</p>
<p>The caution is obviously to ensure that you do have another account that is given privilege to reset other users&#8217; passwords otherwise if you set SYS and SYSTEM as above and you don&#8217;t have another account with privilege to reset the password, you are locked out of your db although you still can get in via the OS level with &#8220;connect / as sysdba&#8221; which is deprecated in 10g.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
