<?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>Database.fi &#187; Passwords</title>
	<atom:link href="http://www.database.fi/tag/passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.database.fi</link>
	<description>Database Performance &#38; Disaster Solutions</description>
	<lastBuildDate>Tue, 25 Oct 2011 07:43:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle 11g and default 180 day default password life time ( PASSWORD_LIFE_TIME )</title>
		<link>http://www.database.fi/2010/03/oracle-11g-and-default-180-day-default-password-life-time-password_life_time/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=oracle-11g-and-default-180-day-default-password-life-time-password_life_time</link>
		<comments>http://www.database.fi/2010/03/oracle-11g-and-default-180-day-default-password-life-time-password_life_time/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 21:40:26 +0000</pubDate>
		<dc:creator>pparkko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Oracle 11g]]></category>
		<category><![CDATA[Passwords]]></category>

		<guid isPermaLink="false">http://www.database.fi/?p=10</guid>
		<description><![CDATA[Just a quick reminder about maybe the most common small problem in new 11g installations / upgrades.
When entering the 11g world, remember to do something to the default setting of password life time of 180 days. If you do nothing, your users / schemas will cease to work after half an year from creation.
select profile, [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick reminder about maybe the most common small problem in new 11g installations / upgrades.<br />
When entering the 11g world, remember to do something to the default setting of password life time of 180 days. If you do nothing, your users / schemas will cease to work after half an year from creation.<br />
select profile, limit from dba_profiles where resource_name = &#8216;PASSWORD_LIFE_TIME&#8217;;<br />
PROFILE LIMIT<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
DEFAULT 180<br />
MONITORING_PROFILE DEFAULT<br />
If you want to remove the limits altogether, here is how to do it:<br />
SQL> alter profile default limit PASSWORD_LIFE_TIME unlimited;<br />
Profile altered.<br />
Verify with:<br />
1* select profile, limit from dba_profiles where resource_name = &#8216;PASSWORD_LIFE_TIME&#8217;<br />
PROFILE LIMIT<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
DEFAULT UNLIMITED<br />
MONITORING_PROFILE DEFAULT</p>
]]></content:encoded>
			<wfw:commentRss>http://www.database.fi/2010/03/oracle-11g-and-default-180-day-default-password-life-time-password_life_time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

