Re: [Q] Servermanager startup-error

From: Luis Santos <lsantos_at_centroin.com.br>
Date: 1996/08/18
Message-ID: <4vnfv7$64j_at_raptor.centroin.com.br>#1/1


moan_at_sn.no (Alexander Moan) wrote:

>Hi !
>I run Oracle 7.1.6 on an SS1000 (hostname: fo40) and do my dba-stuff from an
>UltraSparc 1 140(hostname: fisphvus).
>On fisphvus I run CDE, and all oracle software are installed on fo40.
>When I try to invoke servermanager with svrmgrm & in a telnet-session to fo40 I
>get the following error:
 

>TK2-00001: An undefined toolkit II-error occured
>(the error-message is translated from norwegian)

        I think that you are using NLS_LANGUAGE to set Oracle language to Norwegian. But Oracle Server Manager just has support to American English and US7ASCII charset.

        Here, in Brazil, I solved thgis problem with this simple script (to don't change the default NLS_LANGUAGE in the .profile)

	OLD_NLS_LANGUAGE=$NLS_LANGUAGE
	export OLD_NLS_LANGUAGE
	NLS_LANGUAGE=AMERICAN_AMERICA.US7ASCII
	export NLS_LANGUAGE
	nohup svrmgrm &
	NLS_LANGUAGE=$OLD_NLS_LANGUAGE
	export NLS_LANGUAGE
	

>What is this, what is wrong and how do I fix it ??

        Hope it helps you... (Reply me if it...)

Thanks,

--
Luis Santos
Relacional Consultoria
Rio de Janeiro - Brazil
Received on Sun Aug 18 1996 - 00:00:00 CEST

Original text of this message