DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: ORA-12705: invalid or unknown NLS parameter value specified

  1. #1
    Join Date
    Feb 2001
    Posts
    39
    Hi All,
    i just finally installed ORACLE 9.0.1 and I am having the above error when I try to login as sys or system. Can anyone give me some pointers as to what might have happened and what I could do to correct it.

    Thanks,
    Mee.
    God Bless

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    NLS_LANG is wrong. Check if you have _ (underscore) You might have put a - (dash) my mistake.


  3. #3
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    If you use unix then:
    check NLS_LANG variable in (.profile, .bash_profile, .login)

    If you use Win box then:
    check NLS_LANG variable in windows register

    local mashine -- oracle -- NLS_LANG

    List of valid values u van find in (for example):
    http://download-west.oracle.com/otnd...a90236/toc.htm

    if u have valid oracle account from any client boxes u can get list of valid values for NLS_LANG in

    select * from v$nls_valid_values;

  4. #4
    Join Date
    Feb 2001
    Posts
    39

    Talking

    Thanks All,
    It was an error in the users guide..
    God Bless

  5. #5
    Join Date
    Sep 2001
    Location
    Fort Smith
    Posts
    184
    sonofsita
    http://www.ordba.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width