<?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>Online Siebel Tutorials - Bookshelf &#187; Database</title>
	<atom:link href="http://www.siebelintegration.com/index.php/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siebelintegration.com</link>
	<description>Learn by Sharing Siebel Knowledge............</description>
	<lastBuildDate>Mon, 12 Jul 2010 11:17:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Disable Multiple Sessions for a User ?</title>
		<link>http://www.siebelintegration.com/index.php/uncategorized/how-to-disable-multiple-sessions-for-a-user/</link>
		<comments>http://www.siebelintegration.com/index.php/uncategorized/how-to-disable-multiple-sessions-for-a-user/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 16:19:01 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Siebel Administration]]></category>
		<category><![CDATA[Siebel SQLs & Database]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Siebel Session]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=224</guid>
		<description><![CDATA[This issues was faced by a developer, who asked for the solution, so here is something can be done at database level -
[a]
Create an Oracle profile and limit the number of sessions per database user, for example:
sql&#62; CREATE PROFILE &#60;profilename&#62; limit SESSIONS_PER_USER 1;
sql&#62; ALTER USER &#60;username&#62; &#60;profilename&#62;;
sql&#62; ALTER SYSTEM SET RESOURCE_LIMIT=TRUE;
Using this approach, please be aware that dead connections will not always be detected by the database immediately, so users might occasionally not be able to login even a single time until a database administrator has killed their session. Also, ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/uncategorized/how-to-disable-multiple-sessions-for-a-user/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
