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

Thread: NLS Parametrs. Very URGENT, PLS HELP

  1. #1
    Join Date
    Mar 2002
    Posts
    171
    I want to know how to change NLS PARAMTERS. Please help me with the command.

  2. #2
    Join Date
    Mar 2002
    Posts
    171
    I am trying this and I am getting errors. Pls help immd.

    SQL> alter session set nls_CHARACTERSET='WE8ISO8859P15';
    alter session set nls_CHARACTERSET='WE8ISO8859P15'
    *
    ERROR at line 1:
    ORA-00922: missing or invalid option

  3. #3
    Join Date
    Apr 2002
    Posts
    55
    Originally posted by dbafreak
    I am trying this and I am getting errors. Pls help immd.

    SQL> alter session set nls_CHARACTERSET='WE8ISO8859P15';
    alter session set nls_CHARACTERSET='WE8ISO8859P15'
    *
    ERROR at line 1:
    ORA-00922: missing or invalid option
    Change it in the registry !!!

  4. #4
    Join Date
    Mar 2002
    Posts
    171
    I am using NT and 8i. Please help.

  5. #5
    Join Date
    Mar 2002
    Posts
    171
    I got the procedure to change. But its giving the following error:

    ORA-12712: new character set has to be a superset of old character set.

    I am executing the following commands -

    SQL> STARTUP MOUNT;
    SQL> ALTER SYSTEM ENABLE RESTRICED SESSION;
    SQL> ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;
    SQL> ALTER DATABASE OPEN;

    SQL>alter database set characterset WE8ISO8859P15;

    error
    ORA-12712: new character set has to be a superset of old character set.


    My old characterset is WE8ISO8859P1

    obviously the new is a superset of the old. Why am I getting this error??

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