please help me!!!!!!!!! [message #70824] |
Mon, 29 July 2002 00:50 |
tino
Messages: 3 Registered: July 2002
|
Junior Member |
|
|
hi,all
i met a problem.please help me!!! i will gets these errors when i typed "./svrmgrl":
======================================================
(when i run it in root)
[[root@tino bin]]./svrmgrl
======================================================
Oracle Server Manager Release 3.1.7.0.0 -Production
Message 4505 not found;No message file for
product=SVRMGR,facility=MGR
Error while trying to retrieve text for error ORA-1245
=======================================================
=======================================================
(when i run it in oracle)
[[oracle@tino bin]]./svrmgrl
=======================================================
Oracle Server Manager Release 3.1.7.0.0 -Production
Message 4505 not found;No message file for
product=SVRMGR,facility=MGR
Error while trying to retrieve text for error ORA-12546
-------------------------------------------------------
my .bash_profile is:
-------------------------------------------------------
....
....
ORACLE_HOME=/home/oracle/orahome
export ORACLE_HOME
LD_LIBRARY_PATH=/home/oracle/orahome/lib
export LD_LIBRARY
ORACLE_BASE=/home/oracle
export ORACLE_BASE
TNS_ADMIN=/home/oracle/config/8.1.6
export TNS_ADMIN
ORACLE_SID=ora1
export ORACLE_SID
ORA_NLS33=/home/oracle/orahome/ocommon/nls/admin/data
export ORA_NLS33
NLS_LANG="traditional chinese"
export NLS_LANG
PATH=/usr/local/jre/bin:/usr/local/jdk/bin:/sbin
PATH=$PATH:/usr/bin:/usr/sbin:/usr/local/bin:$ORACLE_HOME/bin
PATH=$PATH:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin
export PATH
-------------------------------------------------------
=======================================================
my linux is red hat 7.0,oracle8i(version 8.1.7)
=======================================================
my install's path:
-------------------------------------------------------
/home/oracle/orahome
=======================================================
|
|
|
|
thank Mahesh Rajendran!!but.. [message #70843 is a reply to message #70824] |
Mon, 29 July 2002 17:45 |
tino
Messages: 3 Registered: July 2002
|
Junior Member |
|
|
thank you,Mahesh Rajendran .but when i do it with ur
way,the svrmgrl can't run too!the error is:
Message 4505 not found;No message file for
product=SVRMGR,facility=MGR Error while trying to
retrieve text for error ORA-12546;I serched the error
in the internet,the result is:
ORA-12546:TNS:permission denied
Cause:User has insufficient privileges to perform the
requested operation
Action:Acquire necessary privileges and try again;
can u give me a detaile suggest?
thank you very much!!!!!!!
|
|
|
|
Re: please help me!!!!!!!!! [message #70852 is a reply to message #70824] |
Tue, 30 July 2002 05:55 |
Grant
Messages: 578 Registered: January 2002
|
Senior Member |
|
|
I beleive your environment variable NLS_LANG is incorrect. It should look something like what is shown below but with the language you are using and the correct territory:
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
I also do not have ORA_NLS33 defined. You might try commenting that out and fixing your NLS_LANG variable. You also need to run svrmgrl as the owner of the Oracle binaries not as root.
|
|
|
|