Trouble with national character set - HELP!

I've got a problem with croatian characters like :h, f, , , p. They can not be displayed in Portal.
There is no matter if it is display name or label...

I think you've got me closer to the problem, whatever it is:
[lars@laptop ~]$ xterm
Warning: locale not supported by Xlib, locale set to C
[lars@laptop ~]$ xterm -u8
Warning: locale not supported by Xlib, locale set to C
[lars@laptop ~]$ uxterm
Warning: locale not supported by Xlib, locale set to C
At least it seems to indicate a problem with the locale, which might be causing my problem - I don't know...
[lars@laptop ~]$ locale
LANG=en_DK.utf8
LC_CTYPE="en_DK.utf8"
LC_NUMERIC="en_DK.utf8"
LC_TIME="en_DK.utf8"
LC_COLLATE=C
LC_MONETARY="en_DK.utf8"
LC_MESSAGES="en_DK.utf8"
LC_PAPER="en_DK.utf8"
LC_NAME="en_DK.utf8"
LC_ADDRESS="en_DK.utf8"
LC_TELEPHONE="en_DK.utf8"
LC_MEASUREMENT="en_DK.utf8"
LC_IDENTIFICATION="en_DK.utf8"
LC_ALL=

Similar Messages

  • Query distributed database with different character sets.

    Hello experts, this is my situation:
    I have two databases A and B, the same version 11.1.0.7, the same OS Suse Linux Enterprise 10 but with different character sets, A has WE8MSWIN1252 while B has AL32UTF8. The database B is my XML DB repository so there I have some XML type tables. I need to query this tables from the database A using a dblink and in fact I have done that but the XML content is trasformed due to the different character sets between the databases. Some time there are data loss and some time there are data missmatch.
    Is there any way to query the tables stored in the database B without problems? I do not know if the following is correct: Maybe I can set the character set for the session in the database A during the time it query the database B. That is, change the character set in fly at session level.
    Do you have any special suggestion?
    I hope you can help me, thank you in advance.

    The Globalization Support Guide for 11.1.0.7 has a chapter on character set migration that should be helpful. AL32UTF8 is a superset of WE8MSWIN1252 but it is not a strict superset. That is, it doesn't meet the second prong of the test in the documentation
    The new character set is a strict superset of the current character set if:
    Each and every character in the current character set is available in the new character set.
    Each and every character in the current character set has the same code point value in the new character set. For example, many character sets are strict supersets of US7ASCII.Exporting the data from the A, changing the character set (or creating a new database with the AL32UTF8 character set), and then importing the data may be the easiest approach in your case.
    Justin
    Edited by: Justin Cave on Jan 13, 2011 12:08 PM

  • Searching with different character sets

    Hello,
    we have a problem with Intermedia 8.1.6. running on Solaris.
    The table contains the text with different character sets and that's the problem. User submits the query in his char.set and the IM sometimes doesn't find the data.
    Idea is to create the index using the flat ascii chars and to search in ascii ... but how?
    Can anybody help me?
    Thanks.
    Zozzi
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Zozzi ([email protected]):
    sorry, wrong email in the prev msg ...
    this one is correct<HR></BLOCKQUOTE>
    Hello,
    Did you solve it ?
    If yes, how to do it. I am interested in knowing it.
    Many Thanks
    null

  • How to Change National character set for a database

    Hi All,
    My database is Oracle 10G. Stand alone DB.
    National character set for my DB is "WE8ISO8859P1" and need to change national character set to UTF8.
    Need Help on this.
    Thanks in advance.
    Regards,
    Suresh

    Please go through the topic,
    [http://arjudba.blogspot.com/2009/02/what-is-national-character-set.html|http://arjudba.blogspot.com/2009/02/what-is-national-character-set.html] [http://arjudba.blogspot.com/2009/03/unicode-characterset-in-oracle-database.html|http://arjudba.blogspot.com/2009/03/unicode-characterset-in-oracle-database.html]
    and decide whether you need migration . If you need migration then have a look at,
    [http://arjudba.blogspot.com/2009/03/difference-between-we8mswin1252-and.html|http://arjudba.blogspot.com/2009/03/difference-between-we8mswin1252-and.html]
    [http://arjudba.blogspot.com/2009/03/difference-between-we8iso8859p1-and.html|http://arjudba.blogspot.com/2009/03/difference-between-we8iso8859p1-and.html]
    [http://arjudba.blogspot.com/2009/03/difference-between-we8iso8859p1-and_11.html|http://arjudba.blogspot.com/2009/03/difference-between-we8iso8859p1-and_11.html]
    And always check for reports in csscan.
    Edited by: user9533551 on 07-Jul-2009 04:29

  • Can't Create Database with SJISYEN character set

    I am trying to create a new database in Oracle 10g using the SJISYEN character set. The summary page display in the Database Configuration wizard shows the following
    Character Sets
    Database Character Set JA16SJISYEN
    National Character Set AL16UTF16
    The database gets created successfully with no errors, but when I query the V$NLS_PARAMETERS view, the NLS_CHARACTERSET is reported as US7ASCII
    Should I be able to create a database with the SJISYEN character set with Oracle 10g?

    Can you please run the following SQL statement and see what you get:
    SQL>
    1 select * from nls_database_parameters
    2* where parameter like '%CHARACTERSET'

  • IMP-00069: Could not convert to environment national character set's handle

    While importing database objects from dmp we are getting the following Error
    C:\>imp chem/chem@chemdb full=y file='E:\eiproject\expdat.dmp' log=y;
    Import: Release 8.1.5.0.0 - Production on Thu Sep 13 10:28:54 2001
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
    IMP-00069: Could not convert to environment national character set's handle
    IMP-00000: Import terminated unsuccessfully
    null

    Hi James,
    IMP-69 can occur if you try to use an EARLIER version of IMPORT against an export (.dmp) file produced by a LATER version of EXPORT.
    How about trying this:
    Use the 8.1.5 EXPORT utility from Win2K to connect to your Solaris 8.1.7 database; then use the 8.1.5 IMPORT utility to import the file into the 8.1.5 W2K database.
    Nat

  • Unable to find any national character set

    please check your oracle installation...
    and dbassist fails to load.... any idea?
    ps I installed two languages English and italian from the "languages" option
    Thanx for your help.
    Take care
    Renato Dall'Armi

    I ran into the same problem that you have. Did you have a solution for it?
    Regards
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pui Endo ([email protected]):
    I tried to launch DBAssist and create new database instance
    after Oracle8i server installation. I was getting above the
    error and it says "Unable to find any National Character Set.
    Please check your Oracle installation.
    I am using default character set (US). Is something wrong
    happening in my server installation. Does Oracle prompt for
    choosing character set during installation? I am not a DBA and
    new to Oracle8i. I am try to setup Oracle since we don't have a
    DBA. Anyhelp will be greatly appreciated. The Oracle is
    running on Linux.
    Thanks.<HR></BLOCKQUOTE>
    null

  • National Character setting

    DB version
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    using Sql/Developer version 1.5 to test
    My DB has National character set set to unicode (NLS_NCHAR_CHARACTERSET     AL16UTF16) and character set to US7ASCII (NLS_CHARACTERSET     US7ASCII).
    When i create a table with nvarchar2 column and insert in a my language word (month name) then upon fetching rows it shows some different results... why such behavior?
    select sysdate from dual;
    04-जुलै      -12
    create table test_nj (a nvarchar2(50));
    insert into test_nj values('जुलै');
    commit;
    select * from test_nj;
    A2H
    A2H
    A2H
    A2H

    user10569054 wrote:
    DB version
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    using Sql/Developer version 1.5 to test
    My DB has National character set set to unicode (NLS_NCHAR_CHARACTERSET     AL16UTF16) and character set to US7ASCII (NLS_CHARACTERSET     US7ASCII).
    When i create a table with nvarchar2 column and insert in a my language word (month name) then upon fetching rows it shows some different results... why such behavior?
    select sysdate from dual;
    04-जुलै      -12
    create table test_nj (a nvarchar2(50));
    insert into test_nj values('जुलै');
    commit;
    select * from test_nj;
    A2H
    A2H
    A2H
    A2Hdo you have data storage problem or data presentation problem?
    SELECT ASCII_STR(A) FROM TEST_NJ;
    post results from above.

  • Fixed & variable width national character set

    In its discussion of NCHAR and NVARHCAR2 datatypes, Oracle talks about fixed width and variable width database character sets. What are they?
    I think the concept of fixed length (i.e. NCHAR) and variable length(i.e. NVARCHAR2) types is a different thing. That I understand.
    From Oracle doc:
    'If the national character set of the database is fixed width, such as JA16EUCFIXED, then you declare the NCHAR column size as the number of characters desired for the string length. If the national character set is variable width, such as JA16SJIS, you declare the column size in bytes.'
    null

    Fixed width charactersets are those in which each character is defined by a fixed number of bits, say 7 or 8 or 16
    Variable width charactersets are those for which either 7 or 8 or 16 bits are used to save space. Let us say a character needs only 7 bits, then only 7 bits will be used in this case, and if another character needs 16 bits, they will be used.
    In fixed width all characters have same number of bits, so it has higher space requirement.
    These have nothing to do with char and varchar2 data types.....

  • JNLS - National Character Sets

    If I open the Oracle Database Configuration Assistent the following Error is returning:
    JNLS Exception: Oracle.ntpg.jnls.JNLS Exception
    Unable to find any National Character Sets. Please check your Oracle installation.
    How can I fix this problem under th following configuration: Linux Slackware 7.0, KDE, Oracle 8i EE.

    Hi,
    I am having the same problem you had two years ago. Could you please let me know if you got a solution to it. And if so, how.
    Thankyou very much.
    Sincerely,
    Simon.

  • How to handle national character set datatypes in oracle?

    Hi
    Can anyone tell me how to handle national character set datatypes in oracle?
    Thanks in advance

    And for data manipulation, append "N" the literal values being used in the command.
    The "N" indicates that the string is to be treated as Unicode Text.
    For Example: insert into TableName (ColumnName) values (N'ValueToBeInserted');

  • NATIONAL CHARACTER SET UTF8

    Hi,
    on 10g, on Win 2003, how to verify if database is NATIONAL CHARACTER SET UTF8 ?
    Thank you.

    SELECT *
      FROM v$nls_parameterswill show you all the NLS parameters. You're presumably looking for the row where parameter = 'NLS_NCHAR_CHARACTERSET' though there may be a few more parameters that you're interested in.
    Justin

  • National character set in JSP report

    Hi. National character set is not seen in JSP reports, while in paper reports all is OK. What's the problem?

    Hi Volodia,
    You can set the character set inside the JSP as:
    <%@ page contentType="text/html;charset=ISO-8859-1" %>
    Change the character set to "utf-8" or an appropriate value.
    Alternatively, in the web browser also, you can change the encoding (View > Encoding > ...)
    Navneet.

  • [urgent] oracle character set and national character set !!(dictionary)

    Hi. everyone.
    What is the oracle dictionary that contains information of
    oracle character set and national character set?
    I checked v$database, but there was not the information.
    It seems that there are some differences between "nls_* " init parameters
    and the database character set.
    "Alter database backup controlfile to trace" gave me the character set of db,
    but I would like to know whether there are oracle dictionary regarding them.
    Thanks in advance. Have a nice day.
    Best Regards.

    I found the dictionary which contains the information of character set and
    natiional character set of database.
    select * from nls_database_parameters
    where parameter like '%CHARACTERSET';
    Thanks for reading.
    Have a good day.
    Best Regards.

  • ORA-12714: invalid national character set specified

    i have the following error
    ORA-12714: invalid national character set specified
    when i read a table.
    my database having the below nls parameters
    NLS_LANGUAGE - AMERICAN
    NLS_CHARACTERSET -WE8ISO8859P1
    NLS_NCHAR_CHARACTERSET -AL16UTF16
    i was tried to set the set nls_lang=AMERICAN_AMERICA.WE8ISO8859P1 during the export
    any solution?

    What is your exact database version ?
    What is the complete command that triggered this error ?
    There is a in know bug in some releases < 10.2 about this error:

Maybe you are looking for

  • HT4061 How can I find my IPad when it was stolen in Mexico? I havent activted ICloud or Find My IPad??

    Hi my IPad was stolen today from my RV in Mexico. I havent activated ICloud or Find My Ipad. I am trying to report it stolen on line, but have not been able to do much yet. I have emailed to my home in Canada, asking people to look for my serial numb

  • Upload and Resize Image not inserting filename in database

    I have a form that I created using the insert record form wizard. One of the fields is a file field and my form enctype is set to multipart/form-data. I then used the upload and resize image behavior and set the parameters. When testing the form the

  • HTMLB how to get checkbox value?

    Hi all, anyone knows how is possible to get the value of a checkbox in a DynPage? Example:   <hbj:checkbox        id="CheckCPUStat"        text="CPU status"        key="chk_Stat"   /> In this case i want to read the string "CPU status". If I use the

  • Chain of Responsibility Design Pattern

    Is there any java api which helps in implementing Chain of Responsibility Design pattern by parsing a XML file?. Can I use XML file to do this in Apache Commons Chain API?

  • Error occured when during the installation of the updated Mac OS X

    This is the message i find in the logs: Mar 31 14:44:42 prime-de-silvas-computer /usr/sbin/ocspd: starting 2011-03-31 14:58:46.432 Software Update[280] session:product:061-6615 didFailWithError:NSError "Error SUSessionErrorDomain 6" Domain=SUSessionE