Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6141973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:19:26+00:00 2026-05-23T18:19:26+00:00

I have a u umlaut in text file , with the hex dump value

  • 0

I have a u umlaut in text file , with the hex dump value

cat /tmp/bb
ü

hexdump /tmp/bb
0000000 bcc3 000a                              
0000003

When I insert the umlaut in the database with a column on type VARCHAR2(128 CHAR)

DUMP(res,1016)
Typ=1 Len=6 CharacterSet=UTF8: ef,bf,bd,ef,bf,bd

Bytes are completely different. (My database is set as UTF8 charset)

Question how do I insert data into the column using sqlplus. Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:19:27+00:00Added an answer on May 23, 2026 at 6:19 pm

    Assuming you mean that you have a u with a diaeresis, not a u with an unmlat, you can use the UNISTR function to enter the UCS-2 code point of the character in SQL*Plus (U+00FC for a u with a diaeresis)

    SQL> create table foo (
      2    col1 varchar2(1 char)
      3  );
    
    Table created.
    
    SQL> insert into foo values( unistr('\00fc') );
    
    1 row created.
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  select dump(col1, 1016)
      2*   from foo
    SQL> /
    
    DUMP(COL1,1016)
    -------------------------------------------------------------
    
    Typ=1 Len=2 CharacterSet=AL32UTF8: c3,bc
    

    If you are just trying to read the data from the file into the database, however, there are likely easier options than converting everything to UCS-2 code points.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a requirement to produce text files with ASCII encoding. I have a
Let's say I have this: char registered = '®'; or an umlaut , or
Problem with german umlauts in generated CSV file using Grails Hi, I have a
If I have a setting of <add key=emailSubject value=Få en snabb start på ditt
I have a problem with my mysql insert statement. I have a form which
I am uploading an image with a file name containing an umlaut via dragonfly
I have this file upload and it works in Firefox fine, but when I
I have a program which runs on a console and its Umlauts and other
Have just started using Google Chrome , and noticed in parts of our site,
Have you ever seen any of there error messages? -- SQL Server 2000 Could

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.