NLS_CSMIG_SCHEMA_VERSION

What is the NLS parameter NLS_CSMIG_SCHEMA_VERSION. I am unable to find any kind of documentation for it.
Currently we have its value configured to 2 (Two).
Does it have any impact on the behavior of NLS_CHARACTERSET, NLS_NCHAR_CHARACTERSET
or NLS_LENGTH_SEMANTICS

NLS_CSMIG_SCHEMA_VERSION identifies the current installed version of the Character set scanner (csscan)
For more information about csscan see MetaLink Note:179843.1 Availability & versioning of the Character Set Scanner

Similar Messages

  • Japanese Characters are showing as Question Marks '?'

    Hi Experts,
    We are using Oracle Database with below nls_database_parameters:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET WE8MSWIN1252
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_CSMIG_SCHEMA_VERSION 3
    NLS_RDBMS_VERSION 11.1.0.7.0
    When we are trying to view the Japanese characters (windows 7) in SQLdeveloper, toad or sqlPlus, we are getting data like '????'.
    Can anybody please explain us the setups required to view the Japanese characters from the local machine and database.
    Thanks in advance.

    user542601 wrote:
    [Note: If I insert the Japanese characters from Sql Developer or Toad, I am unable to see proper results.]For JDBC connections in Oracle SQL Developer, I believe a different parameter setting is required.
    Try running Sql Dveloper with jvm option: -Doracle.jdbc.convertNcharLiterals=true.
    I need to use this data in Oracle 6i Reports now.
    When I am creating reports using the table where I have Japanese characters stored in NVARCHAR2 column, the value is not displaying correctly in Report Regardless of Reports support for nchar columns, 6i is very very old and based on equally ancient database client libraries (8.0.x if memory serves me). Earliest version of Oracle database software that support the N literal replacement feature is 10.2. So, obviously not available for Reports 6i.
    I'm guessing only way to fully support Japanese language symbols is to move to a UTF8 database (if not migrating to a current version of Report Services).
    Please help to provide a workaround for this. Or do I need to post this question in any other forums?There is a Reports forum around here somewhere. Look in the dev tools section or maybe Middleware categories.
    Edit: here it is: {forum:id=84}
    Edited by: orafad on Feb 25, 2012 11:12 PM
    Edited by: orafad on Feb 25, 2012 11:16 PM

  • ORA-12705

    Hello
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    OS - Solaris
    I am facing the following error when trying to connect from PHP script to the Oracle database:
    "ORA-12705: Cannot access NLS data files or invalid environment specified"
    This is how PHP connects to the db:
    $this->handle = OCILogon($user, $pass, $name, 'AL32UTF8');Please, pay attention to the last parameter.
    This is the output from SELECT * FROM nls_instance_parameters:
    1     NLS_LANGUAGE     AMERICAN
    2     NLS_TERRITORY     AMERICA
    3     NLS_SORT     
    4     NLS_DATE_LANGUAGE     
    5     NLS_DATE_FORMAT     
    6     NLS_CURRENCY     
    7     NLS_NUMERIC_CHARACTERS     
    8     NLS_ISO_CURRENCY     
    9     NLS_CALENDAR     
    10     NLS_TIME_FORMAT     
    11     NLS_TIMESTAMP_FORMAT     
    12     NLS_TIME_TZ_FORMAT     
    13     NLS_TIMESTAMP_TZ_FORMAT     
    14     NLS_DUAL_CURRENCY     
    15     NLS_COMP     
    16     NLS_LENGTH_SEMANTICS     BYTE
    17     NLS_NCHAR_CONV_EXCP     FALSEMost of the parameters as you can see are not set.
    I have no access to the machine where oracle is installed which means I cannot see environment variables there such as NLS_LANG, etc.
    Please, does anyone have an idea or a guess where I can look at and what to experiment with in order to find where the problem is?
    I read in Oracle Metalink also and I must say that error sometimes occurs and sometimes does not ...
    Thanks!

    I'm sorry .. so here is the output from nls_database_parameters:
    1     NLS_CSMIG_SCHEMA_VERSION     5
    2     NLS_NCHAR_CHARACTERSET     AL16UTF16
    3     NLS_LANGUAGE     AMERICAN
    4     NLS_TERRITORY     AMERICA
    5     NLS_CURRENCY     $
    6     NLS_ISO_CURRENCY     AMERICA
    7     NLS_NUMERIC_CHARACTERS     .,
    8     NLS_CHARACTERSET     AL32UTF8
    9     NLS_CALENDAR     GREGORIAN
    10     NLS_DATE_FORMAT     DD-MON-RR
    11     NLS_DATE_LANGUAGE     AMERICAN
    12     NLS_SORT     BINARY
    13     NLS_TIME_FORMAT     HH.MI.SSXFF AM
    14     NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    15     NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    16     NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    17     NLS_DUAL_CURRENCY     $
    18     NLS_COMP     BINARY
    19     NLS_LENGTH_SEMANTICS     BYTE
    20     NLS_NCHAR_CONV_EXCP     FALSE
    21     NLS_RDBMS_VERSION     10.2.0.4.0NLS_CHARACTERSET is set to AL32UTF8, which is the same. What else could cause it?

  • Need help about MS SQL Gate with Mess Code Data

    My Database is Oracle9i, and select * from nls_database_parameters with fellow table params
    PARAMETER VALUE
    1 NLS_CSMIG_SCHEMA_VERSION 3
    2 NLS_NCHAR_CHARACTERSET AL16UTF16
    3 NLS_LANGUAGE AMERICAN
    4 NLS_TERRITORY AMERICA
    5 NLS_CURRENCY $
    6 NLS_ISO_CURRENCY AMERICA
    7 NLS_NUMERIC_CHARACTERS .,
    8 NLS_CHARACTERSET UTF8
    9 NLS_CALENDAR GREGORIAN
    10 NLS_DATE_FORMAT DD-MON-RR
    11 NLS_DATE_LANGUAGE AMERICAN
    12 NLS_SORT BINARY
    13 NLS_TIME_FORMAT HH.MI.SSXFF AM
    14 NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    15 NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZH:TZM
    16 NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    17 NLS_DUAL_CURRENCY $
    18 NLS_COMP BINARY
    19 NLS_LENGTH_SEMANTICS BYTE
    20 NLS_NCHAR_CONV_EXCP FALSE
    21 NLS_RDBMS_VERSION 9.2.0.5.0
    22 NLS_SAVED_NCHAR_CS WE8ISO8859P1
    and confing access ms sql with oracle gate by ODBC, and the ms sql characterset with Chinese_PRC_CS_AI, Chinese_PRC_CS_AS.
    my pc NLS_LANG=AMERICAN_AMERICA.ZHS16GBK.
    when i query oracle database chinese data is ok, but when access the chinese data in ms sql will be ????(mess code data)?
    How can i confing to access mssql chinese data be normal format, pls ?
    Edited by: Rain.zhang on 2008-10-8 下午3:15

    hi llturro,
    Thanks for answering my question. I have tried out what you suggested, but I still can't fix my problem. The following are the messages that display when I try to run my servlet. It seems that the DataSource, Connection and Statement are ok, however when it comes to the ResultSet the error message appear. What's wrong with my ResultSet coding ?
    ResultSet rs = stat.executeQuery("SELECT ISBN FROM BOOKSINFO WHERE ISBN='"+primarykey+"'");
    setEntityContext Method
    Find by primary key
    DataSource OK
    Connection OK
    Primary Key = 013-00-675721-9
    Statement OK
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: Unknown Exception/Error thrown by EJB method.; nested exception is:
    java.lang.NullPointerException
    java.rmi.RemoteException: Unknown Exception/Error thrown by EJB method.; nested exception is:
    java.lang.NullPointerException
    java.lang.NullPointerException
    <<no stack trace available>>

Maybe you are looking for

  • External Display wil not work when I close my MacBook Pro

    Help! I'm using a Vizio LCD with Bluetooth Keyboard and Mouse and I'm trying to use just the display with the MacBook Closed and Powered, but as soon as I do that the Screen on the VIzio dies. I worked for a while but now it won't work anymore. I can

  • How do I unsynch devices ( iphones, ipads) under the same apple ID account?

    After the software update I started receiving my husband's text message.

  • Price conditions from Info Record to PO

    Hi, While creating PO, Price conditions flow from Purch.info record. My requirement is => In the Item detail Conditions Tab, the price should not be available for editing (i.e.it should be in display mode) at end user level. If we need to modify the

  • Black screen after login on Satellite L350-20Q (normal mode)

    My Satellite L350-20Q run Vista basic. After login that is normal I go to the turning arrow then to a permanent black screen when I start in normal mode. In safe mode I have a normal behaviour and I can work. Spybot report no malware present. But my

  • App World Errors

    Hello! I'm not English, but I can't find any solutions for this problem in other sites. So, certainly I will do a lot of mistakes, but don't worry about it.  Anyway, I have a BlackBerry Curve 8520 that can't connect to the App World and I don't know