<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Unicode or Not?</title>
		<link>http://www.peoplesoftwiki.com/forum/t-241256/unicode-or-not</link>
		<description>Posts in the discussion thread &quot;Unicode or Not?&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 08 Feb 2012 20:58:27 +0000</lastBuildDate>
		
					<item>
				<guid>http://www.peoplesoftwiki.com/forum/t-241256#post-782707</guid>
				<title>Unicode or Not?</title>
				<link>http://www.peoplesoftwiki.com/forum/t-241256/unicode-or-not#post-782707</link>
				<description></description>
				<pubDate>Thu, 13 May 2010 05:44:03 +0000</pubDate>
				<wikidot:authorName>Praj</wikidot:authorName>				<wikidot:authorUserId>52320</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The following <a href="http://repettas.wordpress.com/2008/05/19/peopletools-846-847-848-and-849-how-do-you-find-out-if-oracle-database-has-been-installed-as-unicode/" >site</a> explains exactly how to tell if your database is unicode or not (on Oracle). You can still use the generic <tt>UNICODE_ENABLED</tt> flag (0 = non-unicode, 1 = unicode) in the <tt>PSSTATUS</tt> table tell which option is being used:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-reserved">select</span><span class="hl-code"> </span><span class="hl-reserved">case</span><span class="hl-code"> </span><span class="hl-reserved">when</span><span class="hl-code"> </span><span class="hl-identifier">UNICODE_ENABLED</span><span class="hl-code"> = </span><span class="hl-number">0</span><span class="hl-code"> </span><span class="hl-reserved">then</span><span class="hl-code"> </span><span class="hl-quotes">'</span><span class="hl-string">Non-Unicode</span><span class="hl-quotes">'</span><span class="hl-code"> </span><span class="hl-reserved">else</span><span class="hl-code"> </span><span class="hl-quotes">'</span><span class="hl-string">Unicode</span><span class="hl-quotes">'</span><span class="hl-code"> </span><span class="hl-reserved">end</span><span class="hl-code"> </span><span class="hl-reserved">as</span><span class="hl-code"> </span><span class="hl-identifier">UNICODE_ENABLED</span><span class="hl-code"> </span><span class="hl-reserved">from</span><span class="hl-code"> </span><span class="hl-identifier">PSSTATUS</span><span class="hl-code">;</span> </pre></div> </div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>
