Re: Set Environment Error in RHEL4
- From: Jan Gerrit Kootstra <jan.gerrit@xxxxxxxxxxxxxxx>
- Date: Tue, 21 Feb 2006 10:07:44 +0100
Pratchaya wrote:
Hi, All
I want to set Environment in RHEL4.
But i got error.
[root@ipst pratchaya]# $NLS_LANG=THAI_THAILAND.TH8TISASCII; export
NLS_LANG
bash: =THAI_THAILAND.TH8TISASCII: command not found
[root@ipst pratchaya]#
what should i do next ?
Please help me.
Thank you very much
Pratchaya
i see instruction from this page.
http://pupa.exzilla.net/docs/nls/oracleNLS01.php
and go with this line.
======================================================
Environment level This way will effect only client that uses this
environment
Terminal session
(Multi-user environment such as telnet)
In UNIX environment, set the environment variable as follows:
In born, korn shell
$NLS_LANG=THAI_THAILAND.TH8TISASCII; export NLS_LANG
======================================================
PS. i want to set oracle that support thai.
Dear Pratchaya,
Setting an envoriment variable you have to use only the name, showing the value you put a $ sign infront of it.
So you should have used:
NLS_LANG=THAI_THAILAND.TH8TISASCII; export NLS_LANG
The confusion is caused by the user prompt for a none root user,
that ends with a $ sign.
Kind regards,
Jan Gerrit Kootstra RHCE
.
- Follow-Ups:
- Re: Set Environment Error in RHEL4
- From: Pratchaya
- Re: Set Environment Error in RHEL4
- References:
- Set Environment Error in RHEL4
- From: Pratchaya
- Set Environment Error in RHEL4
- Prev by Date: Re: USB Harddisk...
- Next by Date: Re: core4 partition permissions
- Previous by thread: Set Environment Error in RHEL4
- Next by thread: Re: Set Environment Error in RHEL4
- Index(es):
Relevant Pages
|