- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Proper locale setting for Oracle DB unicode su...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2010 05:56 AM
тАО12-03-2010 05:56 AM
Proper locale setting for Oracle DB unicode support
What must the locale setting be to enable the oracle client on our server to read the remote database ?
Our current systems settings for locale.
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=
Locale settings available for English US.
en_US.iso88591
en_US.roman8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2010 12:29 PM
тАО12-03-2010 12:29 PM
Re: Proper locale setting for Oracle DB unicode support
I'd give
LANG=en_US.iso88591
NLS_LANG=AMERICAN_AMERICA.UTF8
a try, if the DB is 8 Bit, but could be
16 Bit UTF as well, depending on what is configured in the DB.
Check V$NLS_PARAMETER and the DB charset for that.
You have the correct client SW version in place?
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2010 06:04 AM
тАО12-06-2010 06:04 AM
Re: Proper locale setting for Oracle DB unicode support
The oracle client we have installed and enbled for SAS support is 10gR2.
SAS documentation is not specific how to enable the operating system environment but does indicate that the characterset should be set for NLS_LANG to either AL32UTF8 or UTF8.
What are the commands required to set the LANG and LC_ALL values properly and are these two that must be set ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2010 09:08 AM
тАО12-06-2010 09:08 AM
Re: Proper locale setting for Oracle DB unicode support
Is this for the oracle client and what is the best method to enable this setting ?
Will case matter when defining the NLS_LANG version ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-07-2010 10:56 AM
тАО12-07-2010 10:56 AM
Re: Proper locale setting for Oracle DB unicode support
these are simple environment variables.
They are to be set according to the shell the
user is using (csh / sh).
so either
setenv ...
or
export ...
is the way to go. (Did I get something wrong?)
Doing a google with
"SAS 9.1.3 NLS_LANG AL32UTF8"
results only in a very few hits...
Volker