PeopleSoft Crazy

My Experiments with PeopleSoft

What kind of database is yours?

leave a comment »

Recently I found an interesting article on how to find out whether a particular database is on UNICODE or not. Here is it.

PeopleTools 8.46, 8.47, 8.48, and 8.49 – How Do You find out if Oracle Database has been installed as Unicode Unicode DB must be using a supported Oracle/PeopleSoft unicode character set. (UTF8) You can check what is the value by running the following query in the DB instance in question.

SQL> SELECT PARAMETER, VALUE from V$NLS_PARAMETERS where PARAMETER=’NLS_CHARACTERSET’;

PARAMETER VALUE
—————
NLS_CHARACTERSET UTF8

In addition, PeopleTools must be told that it is utilizing a UNICODE db and that is done by the setting of the UNICODE_ENABLED boolean flag on the PSSTATUS table. A value of 1 indicates this DB is to be treated by tools as a UNICODE DB.

SQL> SELECT UNICODE_ENABLED from PSSTATUS;
UNICODE_ENABLED
—————
1

Advertisement

Written by limemintcooler

June 30, 2008 at 12:00 am

Posted in Peoplesoft

Tagged with

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.