Inserting upside down question marks/Inverted Question marks into database

Hi All,
When I am inserting any special character into database it is
inserted as upside down question marks/Inverted Question marks.
When I am trying to display the same string throgh the application
the special characters are displaying as small square box.
NLS Parameters are as follows:-
NLS_LANGUAGE AMERICAN
NLS_CHARACTERSET UTF8
NLS_NCHAR_CHARACTERSET UTF8
NLS_RDBMS_VERSION 9.2.0.4.0
can any body help in this?
Thanks in advance.

What are any "special character" and how do you insert them?
Have you verified what is stored in the db, e.g. with select string, dump(string,1016) from table ...
What character set (or locale) does the app/os use, and is NLS_LANG set accordingly?
The square box often means that the font used does not have the proper glyph to represent (display) a character. In your case this may be a consequence of improperly storing or retrieving character data.

Similar Messages

  • Picture card inserted upside down.Help Please.

    An XD picture card was inserted upside down into bridge media adapter slot.It is entirely into the slot. Can anyone tell me how to safely remove it? Thanks in advance for any help?

    wallflower wrote:
    Model: 9360
    The other day I needed to take a quick picture but my memory card was full so I quickly changed the settings to save the pictures to the device. Now, I would like to delete some of the pictures but delete isn't even an option in the menu and one of the pictures have a yellow globe infront of the photo name. I would really like to delete these pictures, what should I do?
    Suggestions? Similar experiences? 
    Try renaming, or moving the pictures back.
    Another thing to try, is connect the phone via the USB port on your computer. Set the phone to allow it to be used as a USB storage device. See if you can access the phone on your computer as if it is an external storage device. You should be able to explore the memory of the phone with your computer.
    For access to a BB phone the drivers have to be first installed for the computer to be able to work with the phone. You can install the desktop manager software. Also if I remember properly, I believe the Desktop manager software can manage the media contents of the BB phone.
    Jerry G.

  • Error: Could not insert message (INBOUND) into database in JDBC scenario

    Hello Experts,
    We have implemented an IDoc- JDBC scenario on PI 7.1.On sending an IDoc DEBMAS it gives the following error in SXMB_moni of PI.
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not insert message 167088e0-92c5-11de-c968-36d2afd1680e(INBOUND) into database. Reason: java.sql.SQLException: ORA-00904: "DSR_PASSPORT": invalid identifier
    Kindly advice.
    Thanks in advance,
    Elizabeth.

    >
    Elizabeth Jacob wrote:
    > Hello Experts,
    >
    > We have implemented an IDoc- JDBC scenario on PI 7.1.On sending an IDoc DEBMAS it gives the following error in SXMB_moni of PI.
    >
    > com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not insert message 167088e0-92c5-11de-c968-36d2afd1680e(INBOUND) into database. Reason: java.sql.SQLException: ORA-00904: "DSR_PASSPORT": invalid identifier
    >
    > Kindly advice.
    >
    > Thanks in advance,
    > Elizabeth.
    please check if DSR_PASSPORT is a valid field in the table or is it missing .
    Description of ORA-00904 error;
    ORA-00904:     string: invalid identifier
    Cause:     The column name entered is either missing or invalid.
    Action:     Enter a valid column name. A valid column name must begin with a letter, be less than or equal to 30 characters, and consist of only alphanumeric characters and the special characters $, _, and #. If it contains other characters, then it must be enclosed in double quotation marks. It may not be a reserved word.

  • Inserting a MS Word document into database

    Hello friends at www.oracle.com,
    we need to insert contents from our Microsoft Word documents into an Oracle database. That is, we need to create a Forms program where we can open and select a MS Word file, and insert its contents into a table; for example, MS_DOCUMENTS.
    Thanks, and best regards,
    Franklin Gonçalves Jr.

    Hello Duncan,
    If this is on the web then WebUtil provides
    everything you need. If it's on Client Server you
    can use the OLE Container item type. no, it's not on the Web.
    I want to insert Word documents that are in my directories into database, and I've read that it can be done via BLOB table columns.
    I'd like to insert these documents and retrieve them later. Could you please tell me something about it?
    Sincere thanks for your help.
    Best regards,
    Franklin Goncalves Jr.

  • Insert Records into database table.

    Hello Friends,
                         I am trying to insert set of records from an Internal table into Database table.
    INSERT SPFLI FROM TABLE ITAB ACCEPTING DUPLICATE KEYS.
    This is my statement. But It inserts only one record in to SPFLI table.
    Cheers
    Senthil

    Hi Sentil,
    USE THIS STATEMENT.
    MOVE-CORRESPONDING ITAB TO SPFLI.
    SPFLI-MANDT = SY-MANDT.
    MODIFY SPFLI.
    thy this....
    <b>reward if useful</b>
    regards,
    sunil kairam.

  • Special character showing as upside down question mark on oracle report

    We have an oracle report which selects data from a database table. Report shows a name field and names with a special character is showing as upside down question mark.
    The name is Simon John ễễ BaileyŠğčẫ
    But when we run the oracle report the name is showed with 6 upside down question marks
    I am not sure if these characters are unicode? (beyond western european character set)
    Oracle database: 11.2.0.1 with nls_characterset = AL32UTF8
    Oracle Reports Server: 10.1.2.3.0 with the following locale settings:
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.UTF-8"
    LC_NUMERIC="en_US.UTF-8"
    LC_TIME="en_US.UTF-8"
    LC_COLLATE="en_US.UTF-8"
    LC_MONETARY="en_US.UTF-8"
    LC_MESSAGES="en_US.UTF-8"
    LC_PAPER="en_US.UTF-8"
    LC_NAME="en_US.UTF-8"
    LC_ADDRESS="en_US.UTF-8"
    LC_TELEPHONE="en_US.UTF-8"
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=
    Any ideas, suggesstions, is this font related issue?
    Thanks for your help.

    You mean the operating system where the Oracle reports server resides?

  • More localization woes - upside down question marks.

    With some effort, I am able to load variable values from the database based on the language the user has selected, and display those variable values in my column headings and the like (see thread How are session variables used for localization? for that process).
    However I can only display ASCII values!!
    I can load my translations with the strings "(ENGLISH)" and "(JAPANESE)", and based on whether the user selected English or Japanese, my column headings will in fact show the strings "(ENGLISH)" and "(JAPANESE)".
    Great!
    Except, when I load my database with what Japanese text, all I get in the UI is upside-down question marks.
    I'm using a tool to load this Japanese text into the DB written by someone else who swears(! ) this tool writes data into the DB in a format that is known to have worked for OBIEE Localization. On inspection I find this Japanese is in Unicode.
    I have written a Java app that reads the Japanese text back from the DB. When I inspect the String contents in the debugger, the data returned from the ResultSet does look like the Unicode data in the original text file. So the data looks good (?) in the DB.
    In the debugger, the character values in the String equate to these hex values:
    0x30B5
    0x30FC
    0x30D3
    (8 characters worth, 16 bytes).
    But now how do I turn these 0x30B5 Unicode characters into Japanese in the OBIEE UI?
    I am testing this in OBIEE with Japanese (Nihongo) selected. Most of OBIEE switches to Japanese just fine. It's not a local display issue. But my variables with Unicode values display as nothing but upside-down question marks. D'oh!!
    Thanks for any help!
    - OBIEE 10.1.3.4
    - Oracle DB 10g
    - DB is set to use UTF-8 charset.

    Never mind. I think it's working.

  • Upside down question mark and exclamatio​n mark on touch keypad. 9800 torch

    how do i change question mark and exclamation mark so they are not upside down. tech support at orange business were hopeless. simply asked around in the office ending up suggesting they replace the handset??

    do you mean your question mark looks like this : ¿ instead of this : ?
    and your exclamation mark looks like this :  ¡ instead of this : !
    can you explain how you type those characters ? Is there anything written in the top right corner of your device ? like ES or EN ?
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • How do I type questions in spanish? Like with the upside down question mark

    I need to type my class questions in spanish but cannot find the upside down question mark. Any ideas?

    Why not activating the Keyboard viewer delivered by Apple from the PrefPane International > Input ?
    Yvan KOENIG (from FRANCE jeudi 25 septembre 2008 12:26:29)

  • What does the upside down question mark mean???

    what does the upside down question mark (¿) mean??? its a collection of dem together like ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿
    what does it represent??? how can we read it??           

    Where do you see it?
    Debugging?
    Email?
    Importing an image?
    Converting a PDF?
    Sounds like a corrupted font or munged Unicode interaction...

  • Inverted Question Mark

    Hi All,
    In forms 10g when we had entered pound symbol in a text item (using alt + 156) it comes exactly as pound and i am able to save and re-query it. But when the same is inserted through a insert script through sqlplus the pound symbols comes as inverted question mark.
    Why is this due to. Help in this is greatly appreciated.
    Thanks in advance

    Hi,
    Yes we did check it.
    Nothing has been given for NLS_LANG parameter in client for Sql Plus before inserting those records.
    Thanks

  • Inverted Question marks in the Production data.

    Local database
    ===============
    SELECT value
    FROM nls_database_parameters
    WHERE parameter ='NLS_CHARACTERSET';
    VALUE
    =====
    WE8MSWIN1252
    Production database
    ===================
    appread@RASSYST> SELECT value
    2 FROM nls_database_parameters
    3 WHERE parameter ='NLS_CHARACTERSET';
    VALUE
    WE8ISO8859P1
    1) While inserting the data " PARKINSON'S " via SQL Loader but it is getting loaded as " PARKINSON¿S " (with Inverted Question marks)
    please help me how to resolve this? but it is working fine in my local database.

    so this is my control file.
    Load DATA
    INFILE *
    TRUNCATE
    INTO TABLE "T"
    WHEN ( SEQ_ID = '000' ) AND ( CODE <> '') AND (DESCRIPTION <> '')
    AND (SHORT_HCC_DESC <> '') AND (ACTUAL_WEIGHT <>'')
    AND (WEIGHT<>'') AND (YEAR_DOS<>'') AND (YEAR_PY<>'')
    FIELDS TERMINATED BY '|'
    TRAILING NULLCOLS
    (SEQ_ID "HCC_STAGE_SEQ.nextval",
    CODE,
    DESCRIPTION,
    SHORT_HCC_DESC,
    ACTUAL_WEIGHT,
    WEIGHT,
    BEGIN_DATE "TO_DATE(:BEGIN_DATE, 'MMDDYYYY')",
    END_DATE "TO_DATE(:END_DATE, 'MMDDYYYY')",
    YEAR_DOS,
    YEAR_PY
    INTO TABLE "T1"
    WHEN ( SEQ_ID = '999' )
    FIELDS TERMINATED BY '|'
    (SEQ_ID POSITION(1) "HCC_TRL_SEQ.nextval" ,
    HCC_COUNT
    BEGINDATA
    000|073|Parkinson and Huntington’s Diseases|Parkinson’s, Huntington’s|0.547|0.532|01012006|12312006|2006|2007
    000|073|Parkinson’s and Huntington’s Diseases|Parkinson’s, Huntington’s|0.547|0.526|01012007|12312007|2007|2008
    000|073|Parkinson’s and Huntington’s Diseases|Parkinson’s, Huntington’s|0.592|0.575|01012008|12312099|2008|2009
    sample output.
    ==============
    SELECT description FROM T;
    Parkinson¿s and Huntington¿s Diseases
    Parkinson¿s and Huntington¿s Diseases
    Parkinson¿s and Huntington¿s Diseases
    so how thsi needs to be modified? please help me.

  • Case sensitive Inverted Question Marks

    In Indesign CC I am trying to change all the inverted question marks and exclamation marks to their case sensitive versions, so that capital IQMs are in front of cap letters and cap IEM are in front of cap letters, but lowercase versions are in front of lowercase letters. The different question marks have the same unicodes, but different GID numbers (I believe the same is true for the exclamation marks). Is there a way I can use a GREP search to find and replace these inverted marks to make this happen? If so what GREP command(s) would I use? (If this can't be done using GREP is there another way to do this besides manually replacing them all, which is just not happening).

    so this is my control file.
    Load DATA
    INFILE *
    TRUNCATE
    INTO TABLE "T"
    WHEN ( SEQ_ID = '000' ) AND ( CODE <> '') AND (DESCRIPTION <> '')
    AND (SHORT_HCC_DESC <> '') AND (ACTUAL_WEIGHT <>'')
    AND (WEIGHT<>'') AND (YEAR_DOS<>'') AND (YEAR_PY<>'')
    FIELDS TERMINATED BY '|'
    TRAILING NULLCOLS
    (SEQ_ID "HCC_STAGE_SEQ.nextval",
    CODE,
    DESCRIPTION,
    SHORT_HCC_DESC,
    ACTUAL_WEIGHT,
    WEIGHT,
    BEGIN_DATE "TO_DATE(:BEGIN_DATE, 'MMDDYYYY')",
    END_DATE "TO_DATE(:END_DATE, 'MMDDYYYY')",
    YEAR_DOS,
    YEAR_PY
    INTO TABLE "T1"
    WHEN ( SEQ_ID = '999' )
    FIELDS TERMINATED BY '|'
    (SEQ_ID POSITION(1) "HCC_TRL_SEQ.nextval" ,
    HCC_COUNT
    BEGINDATA
    000|073|Parkinson and Huntington’s Diseases|Parkinson’s, Huntington’s|0.547|0.532|01012006|12312006|2006|2007
    000|073|Parkinson’s and Huntington’s Diseases|Parkinson’s, Huntington’s|0.547|0.526|01012007|12312007|2007|2008
    000|073|Parkinson’s and Huntington’s Diseases|Parkinson’s, Huntington’s|0.592|0.575|01012008|12312099|2008|2009
    sample output.
    ==============
    SELECT description FROM T;
    Parkinson¿s and Huntington¿s Diseases
    Parkinson¿s and Huntington¿s Diseases
    Parkinson¿s and Huntington¿s Diseases
    so how thsi needs to be modified? please help me.

  • Inverted question mark  (¿) displayed insted of euro sign (€)

    Hi folks,
    when I'm trying to open an existing report (created and built on colleagues machine) in my Report Builder (v 10.1.2.0.2) instead of euro sign (€) is displayed inverted question mark (¿).
    When I open this report with other machine, everything is fine. So it looks to me, that something is wrong with my machine - some settings.
    I compared Regional and Language settings within Control Panel,in register NLS_LANG (AMERICAN_AMERICA.WE8MSWIN1252) - on both machines and it is the same.
    What can cause this problem?
    Many Thanks,
    Tomas

    Yes I have, I checked character codes on my machines.
    I reinstalled Oracle forms and reports (10gR2) and after re-installation it is working fine. I have no idea what causes this problem.
    Thanks,
    Tomas

  • My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks la

    My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  Unfortunatly I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks later.  Need immediate help!!!

    Is it that you are using a PDF-based form? Did you copy and paste the Yes/No fields all the way down your form? If so, then all of the yes/no boxes are copies of each other and have the same name and properties in the PDF.
    For example, if you had:
         Question 1 and Question 1 Yes/No checkboxes
         Question 2 and Question 1 Yes/No checkboxes
         Question 3 and Question 1 Yes/No checkboxes
         Question 4 and Question 1 Yes/No checkboxes
    Then whatever answer you selected in Question 1 would populate down through the rest of the form.
    Changing the Yes/No field properties in questions two through four would eliminate the problem.
    I hope that helps,
    Brian

Maybe you are looking for

  • After updating the system does not boot anymore!

    I made an usual update with 'pacman -Syu' and since I saw a kernel update I rebooted... After reboot the lilo menu appears, it autoselects arch after 2 seconds, it appears boot: loading arch........................... ................................

  • Seeburger BIC problem

    Hello experts, I'm facing a nasty Seeburger BIC problem in my receiver adapter when converting from XML to EDI. The error is: - SEEBURGER BICXIADAPTER.MODULE Message could not be forwarded from the Module (CallBicXIRa) to the JCA adapter. Adapter Fra

  • Fx5600 Tv - Out

    i have a fx5699 td 256 but when i connect on my TV the monitor have color but the TV no have color, stay with black and white i try to use some exit type NTSC-M PAL-M PAL-N i am from Brazil the exit here is PAL-M, any one can help me?

  • 3110 AP Consol problem

    Dear All i have a Cisco 3110 acces point but i am facing a issue that i cann't access to its CLI to use serial to USb converter i treid to search a lot on internet but i didn't find the solution please any body help me for that why serial to usb conv

  • Cancel long running queries

    Hi Folks, Is it possible to submit a SELECT statment using OraSqlStmt object and retrieve the data so generated? I want to submit a long-running SELECT query against Oracle, and have the option to cancel the query. I can submit the query asynchronous