Problem with special characters in a language other than English

I need to load the Spanish language in the apex; to do this follow these steps

SELECT the parameter, value

OF nls_database_parameters

WHERE PARAMETER like '% % NLS '.

NLS_LANGUAGE SPANISH

NLS_TERRITORY SPAIN

WE8MSWIN1252 NLS_CHARACTERSET

In the linux console

Export NLS_LANG = SPANISH_SPAIN. WE8MSWIN1252

sqlplus / as sysdba

SQL > select 'Annnnnnnn' text of double;

TEXT

---------

Annnnnnnn

1 fila seleccionada.

SQL > ALTER SESSION SET CURRENT_SCHEMA = APEX_040200;

SQL > @load_es.sql;

Procedure-PL/SQL terminado correctamente.

SQL >

------------------------------------

But when I go to APEX I see problems with the display of the characters.

apexlanguage.png

Appreciate any help!

Thank you!

Martin

Solved!

Use another NLS_LANG

Export NLS_LANG = SPANISH_SPAIN. AL32UTF8

sqlplus / as sysdba

@unload_es.sql;

@load_es.sql;

And now works fine.

Martin

Tags: Database

Similar Questions

  • problem with special characters

    I have a problem with special characters. When I save a project or for export.

    & yacute;  figure like & Yacute;

    & uacute;   is shown as & Uacute;

    & aacute;  figure like & Aacute;

    & iacute; figure as & Iacute;

    & oacute;   is shown as & Oacute;

    & eacute;   appears under the name & Eacute;

    Hi Stephan,

    This has been fixed in the latest version of reflow; Please install the latest version.

    Thank you

    -irina

  • How can I get languages other than English subtitling work in Premiere Pro

    We have a video that we need to add the subtitles to.

    The legends we have are in languages other than English.

    We tried the Latin language based and they work, but others like Greek do not work.

    Help, please

    The legend of CEA-608 standard is an old standard, so it is limited for extended characters. If you want to try Geek legends, you can look at the standard CEA-708 for legends - there a wider and more sophisticated character in charge together. To get subtitles overall questions, here's a Web page that breaks down the support of the legend in the BODY:

    Learn how to work with captions in Premiere Pro

  • I want to create a document in a language other than English which is my mother tongue.

    I want to create a document in a language other than English which is my mother tongue.

    You can certainly do - Illustrator has dictionaries for languages very various.

    What is your specific question about the creation of this document?

  • Problem with special characters: € among others

    Hello world

    I'm updating some special characters on my DB.

    But every time I try to put up-to-date I always get the same data, even if the YPDATE Clause says that the data has been successfully updated.

    For example, whenever I try to update and € sign, it does according to the UPDATE clause, but is not on the table.

    Any advice on how to proceed?

    I really appreciate your advice.

    Best regards.

    Jaison

    Published by: Stephanie on 27-ene-2012 08:56

    Stephanie wrote:
    Would it just enough to do that?
    ...

    It is an ancient and not recommended, method which can corrupt data.

    Instead, please read about changing tank db in the Migration of the character value:
    http://docs.Oracle.com/CD/E11882_01/server.112/e10729/ch11charsetmig.htm

    The first recommendation is to fully export and import a new database with the correct character sets.

  • Problems with special characters with Apex5

    Hello together,

    I hope, I'm right on this forum with this problem, I have found no other best match.

    I have a single database called apex12D on 12.1.0.2 it's my database of the 5 Apex develompent. Apex 5.0.2 is installed, also the German language of Apex. The OS is Oracle Linux 6.

    On a second machine that I have configured the Oracle Data Service remains with tomcat (installed from the repositories) and apache (also installed deposits), running on the Oracle Linux 7 operating system. This machine is my "http server" to connect to my Apex environment. Everything is very well workung, but when I go on my Apex Admin Backend all special characters in German (A, U, O,...) are displayed incorrectly. Which looks very good.

    What makes that I made:

    To the database (apex12D), I put all the nls paramereters the installation of the database of German letters:

    SYS@apex12D> select * from nls_database_parameters;
    
    
    PARAMETER VALUE
    ---------------------------------------------------------
    NLS_RDBMS_VERSION 12.1.0.2.0
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_LENGTH_SEMANTICS BYTE
    NLS_COMP BINARY
    NLS_DUAL_CURRENCY ?
    NLS_TIMESTAMP_TZ_FORMAT DD.MM.RR HH24:MI:SSXFF TZR
    NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR
    NLS_TIMESTAMP_FORMAT DD.MM.RR HH24:MI:SSXFF
    NLS_TIME_FORMAT HH24:MI:SSXFF
    NLS_SORT GERMAN
    NLS_DATE_LANGUAGE GERMAN
    NLS_DATE_FORMAT DD.MM.RR
    NLS_CALENDAR GREGORIAN
    NLS_NUMERIC_CHARACTERS ,.
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_CHARACTERSET AL32UTF8
    NLS_ISO_CURRENCY GERMANY
    NLS_CURRENCY ?
    NLS_TERRITORY GERMANY
    NLS_LANGUAGE GERMAN
    
    
    20 rows selected.
    

    SPFILE parameters tells a different story, I tried to put them with "change the database < parameter > = < value > scope = spfile" and if a database has restarted, nothing changes.

    SYS@apex12D> show parameter nls
    
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    nls_calendar                         string      GREGORIAN
    nls_comp                             string      BINARY
    nls_currency                         string      $
    nls_date_format                      string      DD-MON-RR
    nls_date_language                    string      AMERICAN
    nls_dual_currency                    string      $
    nls_iso_currency                     string      AMERICA
    nls_language                         string      AMERICAN
    nls_length_semantics                 string      BYTE
    nls_nchar_conv_excp                  string      FALSE
    nls_numeric_characters               string      .,
    nls_sort                             string      BINARY
    nls_territory                        string      AMERICA
    nls_time_format                      string      HH.MI.SSXFF AM
    nls_time_tz_format                   string      HH.MI.SSXFF AM TZR
    nls_timestamp_format                 string      DD-MON-RR HH.MI.SSXFF AM
    nls_timestamp_tz_format              string      DD-MON-RR HH.MI.SSXFF AM TZR
    SYS@apex12D>
    

    Interestingly, it is that when I write a pfile to the bottom of my spfile and open it with vi, everything looks great. But OK.

    apex12D.__data_transfer_cache_size=0
    apex12D.__db_cache_size=2030043136
    apex12D.__java_pool_size=50331648
    apex12D.__large_pool_size=385875968
    apex12D.__oracle_base='/usr/local/oracle'#ORACLE_BASE set from environment
    apex12D.__pga_aggregate_target=536870912
    apex12D.__sga_target=3221225472
    apex12D.__shared_io_pool_size=150994944
    apex12D.__shared_pool_size=570425344
    apex12D.__streams_pool_size=16777216
    *.audit_file_dest='/usr/local/oracle/admin/apex12D/adump'
    *.audit_trail='db'
    *.compatible='12.1.0.2.0'
    *.control_files='+DATA_QUM169/APEX12D/CONTROLFILE/current.505.898513523','+FRA_QUM169/APEX12D/CONTROLFILE/current.2094.898513525'
    *.db_block_size=8192
    *.db_create_file_dest='+DATA_QUM169'
    *.db_create_online_log_dest_1='+DATA_QUM169'
    *.db_create_online_log_dest_2='+FRA_QUM169'
    *.db_domain=''
    *.db_name='apex12D'
    *.db_recovery_file_dest='+FRA_QUM169'
    *.db_recovery_file_dest_size=10240m
    *.diagnostic_dest='/usr/local/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=apex12DXDB)'
    *.local_listener='LISTENER_APEX12D'
    *.log_archive_dest_1='LOCATION=+FRA_QUM169'
    *.log_archive_dest_2='LOCATION=+DATA_QUM169'
    *.log_archive_format='%t_%s_%r.dbf'
    *.nls_currency='$'
    *.nls_date_language='GERMAN'
    *.nls_dual_currency='$'
    *.nls_iso_currency='GERMANY'
    *.nls_language='GERMAN'
    *.nls_territory='GERMANY'
    *.open_cursors=300
    *.pga_aggregate_target=512m
    *.processes=600
    *.recyclebin='OFF'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=3072m
    *.undo_tablespace='UNDOTBS1'
    

    The server' http' ADR is configured under the orards user, so I've put this in the .bash_profile:

    NLS_LANG=GERMAN_GERMANY.AL32UTF8
    
    
    export NLS_LANG
    

    The same I did for the root, just for test user, because only root can start tomcat and apache systemctl. Apache and tomcat user/bin/nologin as Bash, so I think that their bash_profile will not if I create a.

    But nothing really worked. Can anyone help please?

    Thank you and best regards,
    David

    Hello

    good German special characters are agree on the first server in ther, but not the second? I have this behavior when I set NLS_LANG = GERMAN_GERMANY. AL32UTF8 when I install the extension of the German language.

    Best regards

    Thomas

    (Grussle aus Böblingen)

  • Problem with special characters loaded from XML

    I have a XML with elements that contain special characters (for example: n, N, a, A, etc.), when I load the code XML and do a Trace () the element responsible, I see that it is loaded correctly, but in the text field is not special characters. For example, in the XML file, I have the Bañostext, but in the field indicated text Baos.

    It is clear that in the text field consist of uppercase, lowercase, numbers, punctuation symbols, and basic Latin characters.

    I also tested with stop System.useCodePage = true in the code, but does not.

    Thanks for any help you can give me.

    Garchabig.

    PD: Sorry for the bad English, I'm Latino. -

    embed a font that contains the characters required.

  • Problem with special characters in a column

    Hello, I call data from a database and I don't have the rights to the database, the name of the columns have points on behalf here: Parameters.12V_Prog_IccType_A

    Is there a way to solve this problem with the name change? Like using (de), [,], "", or something like that?

    BR,

    Robin

    Try the square brackets.

    Mike...

  • Glossary problem with special characters.

    Hello

    I have to Add a/c as a term in the glossary (by plane).

    It seems to be well understood, but after the publication, the term a/c is not active: I can not click on it.

    Could you tell me how to enter this term in order to allow the glossary work correctly for this term.

    Thank you in advance.

    Best regards

    Catherine

    Sorry, glossary widget is very strict for special characters, it does not support the characters in combination like u n or

  • Insert the diacritic when entering of email in one language other than English.

    I send an email to a friend of the Mexico. How to add the necessary accents?

    You may need to use 'Character Map' to get the letter you want.  Consult the Help menu when you launch the program via typing the word character in the box start the SEARCH Menu.  I have copied below for you.  The links don't are not real links they copied just like that, but will work from the Help Menu.

    Using special characters (character map): frequently asked questions

    Here are answers to some of the most frequently asked questions on the use of special characters and characters.

    What is a special character?

    A special character is a character that cannot be found on your keyboard. You can insert special characters by using the character map, or by pressing a combination of keys on your keyboard.

    What is the character map?

    Character map allows you to view the characters that are available in a selected font. Using character map, you can copy individual characters or a group of characters to the Clipboard and paste them into any program that can display them.

    How can I open the character map?

    Click to open the character table.

    How can I insert a special character into a document?

    1. Click to open the character table.

    2. Click the font list, and then click the font you want to use.

    3. Click the special character you want to insert into the document.

    4. Click Select, and then click on copy.

    5. Open your document and click the location in the document where you want the special character to appear.

    6. Click the Edit menu and then click on paste.

      Tip

      • Many programs allow you to drag special characters into documents. To do this, click the character you want to copy. When the character appears enlarged, drag it to the open document.

    What is a private character?

    A private character is a single letter or character on logo created using private character Editor.

    How can I create a private character?

    To learn how to create private characters, see what is private character Editor?

    How can I insert a character in a document?

    1. Click to open the character table.

    2. Click the font list, and then click the font you have linked your private characters.

    3. Click the private character you want to insert into the document.

    4. Click Select, and then click on copy.

    5. Open the document and click the location in the document where you want only the character private to appear.

    6. Click the Edit menu and then click on paste.

      Notes

      • If you do delete characters previously copied in the characters to copy box, they are copied as well as any new characters you select.

      • If a private character not properly displayed in a document, select the characters in the document and change its font so that it matches the font you linked to in the table of characters.

      • If you know the value of typing the special character you want to insert, you can insert special characters directly into your document using your keyboard. To do this, open the document and position the cursor where you want the special character to appear. Then, with Num lock on, press on and hold down the ALT key and press the keys on the numeric keypad that represent the value of typing the character you want to enter. After you finish typing, release the ALT key.

    How to search for a character by name?

    1. Click to open the character table.

  • Click the font list, and then click the font you want to search in.

  • Select the Advanced view check box.

  • Click the character set list, and then click the character set you want to search in.

    If the desired character set is not available, choose a different font in the font list.

  • In the search box, type all or part of the name of the character you are looking for. For example, to search for a Greek letter, type Greek, or to find all types of the Cyrillic character Je, type Zhe.

  • Click on search.

    Character map displays the characters that match your search.

  • To start a new search, click Reset.

    Tip

    • To display the name of a particular character and its associated hexadecimal code, point to the character. When you click on the character, this information is also displayed in the status bar at the bottom of the character map window, and it can serve as an example of search terms, that you can use for further research.

    How to search for a character by Unicode category?

    1. The Unicode categories are used to group character types available in a similar font. For example, the currency Unicode category all currencies available for a font symbols.

    2. Click to open the character table.

    3. Click the font list, and then click the font you want to search in.

    4. Select the Advanced view check box.

    5. Click the group in the list, and then click Unicode row to open the Group By dialog box.

    6. In the Group By dialog box, in the row list Unicode, click the category of characters to display.

      When you click a category, character map displays the characters that belong to this category.

    7. When you find the character you want, click Select, and then click on copy.

    How to search for a character by Unicode value?

    1. Click to open the character table.

    2. Click the font list, and then click the font you want to search in.

    3. Select the Advanced view check box.

    4. Click the character set list, and then click Unicode.

    5. Click the group in the list, and then click all.

    6. To go to Unicode box, type the four characters the character Unicode value.

      The character is automatically highlighted in the grid of characters.

      Tip

      • In the table of characters, all characters in a specific font are displayed in the order of their Unicode value. If you don't know the Unicode value of the character you are looking for, you can also scroll through the characters in the font to find it.

    How do I search for a character Chinese, Japanese or Korean by the way it sounds?

    You can search for a character by the way that it sounds in the following character sets: Japanese Kanji by Hiragana, Hanja by Hangul Korean, Chinese simplified by PinYin, and traditional Chinese by Bopomofo. To do this, the character sets must be installed on your computer. For more information, see Add or change an input language.

    1. Click to open the character table.

    2. Select the Advanced view check box.

    3. Click the group in the list, and then click one of the following character groupings to open the Group By box:

      • Japanese Kanji by Hiragana

      • Korean Hanja by Hangul

      • Chinese simplified by PinYin

      • Traditional Chinese by Bopomofo

    4. The area group by, click the character that corresponds to the sound you want to search.

      Character map displays the characters that begin with the sound you have selected.

  • Errors in a language other than English

    Hello guyes,

    I have problem with error messages that are not in English, but in Czech. I installed Oracle with English only. The nls_lang is american_america.utf8.

    What influence of parameters in which language will be released?

    Either way, Oracle is EE 11.2.0.4 and it is running on Red hat.

    Thank you for you time.

    Have you checked the value of NLS_LANGUAGE?

    See: NLS_LANGUAGE

  • Override the default shortcut in a language other than English?

    Hello

    I run a mid-2010 macbook pro with el capitan OS above and when I put my language system of English I am able to turn the keyboard shortcut the system default for the function 'Paste' (cmd + V) based on "Paste and Match Style" as it is described here:

    http://havecamerawilltravel.com/photographer/set-paste-match-style-default-Mac-o sx

    However when I put the system in Slovak language, I am unable to do so.

    The name of the menu in the Slovak language command is ' Vložiť a prisposobiť štyl. So I tried to create a shortcut for this menu command. It did not work.

    When I tried to put a different shortcut for "Vložiť" (Slovak for "Paste" command), I managed. So I thought the Slovak name for the menu command "Paste and Match Style" might be spelled differently from "Vložiť a prisposobiť štyl. But I have no idea how to find out if I'm right.

    The question: How can I set the menu command 'Paste and Match Style' to 'cmd + V' shortcut keyboard in the system language defined in Slovak?

    Best regards

    MUDr.Nudl

    Screenshot that can help:

  • XML and problem with special characters

    Hi all

    I have an application, here and there, some customers complained that it doesn't. I studied their xml files, and eventually I found the problem. If there is a @ or & in the value of the item it does not work. I don't know if any of you have had this problem, if you could you please say regarding how I can manage these characters or even disable these as input.

    Thanks in advance

    Thanks for your help guys, I did a little more digging. UTF - 8 does not, but UTF-16 only and yes the & amp should be used instead of the & symbol.

  • Problem with special characters when retrieving the server information

    Hi all

    I use a HttpConnection to get data from a server, and sometimes there are a few very unusual characters. The data comes from the server in the format UTF-8 and converted into ISO-8859-1 does not work for Cyrillic more obscure.

    I looked into this and I just can't work at what point in this code, I can convert the character set.

    HttpConnection connection = (HttpConnection) Connector.open(url
                        + connSuffix);
    
                connection.setRequestMethod(method);
                if (method.equals("POST") && postData != null) {
                    connection.setRequestProperty("Content-type",
                            "application/x-www-form-urlencoded");
                    OutputStream requestOutput = connection.openOutputStream();
                    requestOutput.write(postData);
                    requestOutput.close();
                }
                int responseCode = connection.getResponseCode();
                if (connection instanceof HttpsConnection) {
                    HttpsConnection secureConnection = (HttpsConnection) connection;
                    String issuer = secureConnection.getSecurityInfo()
                            .getServerCertificate().getIssuer();
                    UiApplication.getUiApplication().invokeLater(new DialogRunner("Secure Connection! Certificate issued by: " + issuer));
    
                }
    
                if (responseCode != HttpConnection.HTTP_OK) {
                    screen.requestFailed("Unexpected response code: "
                            + responseCode);
                    connection.close();
                    return;
                }
    
                String contentType = connection.getHeaderField("Content-type");
                ByteArrayOutputStream baos = new ByteArrayOutputStream();
    
                InputStream responseData = connection.openInputStream();
                byte[] buffer = new byte[10000];
                int bytesRead = responseData.read(buffer);
                while (bytesRead > 0) {
                    baos.write(buffer, 0, bytesRead);
                    bytesRead = responseData.read(buffer);
                }
                baos.close();
                connection.close();
    
                screen.requestSucceeded(baos.toByteArray(), contentType);
            } catch (IOException ex) {
                screen.requestFailed(ex.toString());
            }
    

    Everything works fine, but I really want to convert the output to UTF-8.

    Thanks for any help in advance.

    Does that help?

    InputStream responseData = connection.openInputStream ();
    ubyte [] buffer = IOUtilities.streamToBytes (responseData);

    responseData.close ();

    Connection.Close;

    String redsponseString = null

    try {}

    responseString = new String(buffer,"UTF-8");

    }

    responseString was correctly converted using UTF - 8.

    You might want to empty the bytes received using something like this:

    http://supportforums.BlackBerry.com/T5/Java-development/convert-UTF-8-encofed-text-to-hex-decimal/m-...

  • REGEXP_REPLACE problem with special characters in the string

    Hi guys,.

    I have had problems using the REGEXP_REPLACE function and I'm trying to find a solution.

    The closest I can get is this thread:

    Re: How to replace the first occurrence of a substring

    and that's only because the solution, I'm trying to achieve is the one suggested. I did ppost my problem there, but because it is answered, I don't have an answer.

    I'm doing the following:
    select 
      regexp_replace('A*|A*|C11|A1|A*||_|OR|H452|C40|A|A*||_|AA|1151|G31|A1|A||_|EX|8HI01|H11|A1|A||_|OCR|H421|B11|A|||_|OR|H434|C11|A|||_|AQA|9990|E10|EP|||_|AA|2151|G31|A|||_|',
      '^(\w|-)*\|{1}',null)
    from dual
    Basically, replace it does not work, because the first part of the string contains an asterisk. If you delete the Asterix, then replace it won't work.

    How can I get around this? I can't use a regular REPLACEMENT as I want to remove the first instance of A * and not all instances of the A.

    Help, please! I don't know what to do... probably, I mustn't start a loop through the string?

    Thanks in advance guys!

    Robin

    User_resU wrote:
    I want to remove the first instance of A * and not all instances of the A.

    To decode your regular expression, it seems that you want to remove A * | and not just A *.

    SQL> select   regexp_replace('A*|A*|C11|A1|A*||_|OR|H452|C40|A|A*||_|AA|1151|G31
    |A1|A||_|EX|8HI01|H11|A1|A||_|OCR|H421|B11|A|||_|OR|H434|C11|A|||_|AQA|9990|E10|
    EP|||_|AA|2151|G31|A|||_|',
      2    '^(\w|-)\*\|{1}',null) reg
      3  from dual;
    
    REG
    --------------------------------------------------------------------------------
    
    A*|C11|A1|A*||_|OR|H452|C40|A|A*||_|AA|1151|G31|A1|A||_|EX|8HI01|H11|A1|A||_|OCR
    
    |H421|B11|A|||_|OR|H434|C11|A|||_|AQA|9990|E10|EP|||_|AA|2151|G31|A|||_|
    

Maybe you are looking for