dbTalk Databases Forums  

Instant Client 10g

comp.databases.oracle comp.databases.oracle


Discuss Instant Client 10g in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Wolfgang Maron
 
Posts: n/a

Default Instant Client 10g - 01-08-2005 , 07:36 PM






I have difficulties with the installation of the Instant Client. Can anyone
tell me the variable NLS_LANG for English or German?

Wolfgang




Reply With Quote
  #2  
Old   
Wolfgang Maron
 
Posts: n/a

Default Re: Instant Client 10g - 01-08-2005 , 08:25 PM







Quote:
I have difficulties with the installation of the Instant Client. Can
anyone
tell me the variable NLS_LANG for English or German?

Wolfgang
A supplement: for "sqlplus sys/password@//myserver:1521/mydb as sysdba" I
receive "TNS: listener does not currently know of service requested in
connect descriptor". Windows2000.

Wolfgang







Reply With Quote
  #3  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Instant Client 10g - 01-09-2005 , 04:24 AM



Wolfgang Maron wrote:
Quote:
I have difficulties with the installation of the Instant Client. Can

anyone

tell me the variable NLS_LANG for English or German?

Wolfgang


A supplement: for "sqlplus sys/password@//myserver:1521/mydb as sysdba" I
receive "TNS: listener does not currently know of service requested in
connect descriptor". Windows2000.

Wolfgang

looks as if you are mixing Java connector and TNS descriptors.
I'd expect your command to be:
sqlplus 'sys/password@myserver as sysdba'

myserver would be an entry in tnsnames.ora, etc, etc.
You can use the network assistant to configure this

--
Regards,
Frank van Bortel


Reply With Quote
  #4  
Old   
Wolfgang Maron
 
Posts: n/a

Default Re: Instant Client 10g - 01-09-2005 , 08:34 AM



It appears the error:

ERROR: ORA_12705: invalid or unknown NLS parameter value specified

Wolfgang



Reply With Quote
  #5  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Instant Client 10g - 01-10-2005 , 06:11 AM



Wolfgang Maron wrote:
Quote:
It appears the error:

ERROR: ORA_12705: invalid or unknown NLS parameter value specified

Wolfgang


That's another error than in the previous thread.
NLS_LANG=GERMAN_GERMAN.WE8ISO8859P1, or:
NLS_LANG=GERMAN_GERMAN.WE8MSWIN1252, or:
NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252, or
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1


--
Regards,
Frank van Bortel


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.