Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Urgend: Replace "special" Characters in Database ...

Urgend: Replace "special" Characters in Database ...

From: Michael Poremski <280264_at_web.de>
Date: Sun, 29 Feb 2004 19:37:03 +0100
Message-ID: <sea440tcmultujf6d64sd1kim0d94jctu0@4ax.com>


Hi experts,

after a wrong working WEB Application, I have some wrong records in a Oracle 8.1.7 Database. The German "Umlaut" Characters like "ä" are replaced to "&auml" in the Database. (VARCHAR Field)

My Idea was, to replace the wrong Chacacters: "&auml" to "ä" ....

I want use the "REPLACE(DBString, "ä","&auml") Command. But I don't find any way to use it on SQL Worksheet or "DBA Studio". I suppose, that the Character Sequence "&auml" Converted to "ä" into the User Interface. ... It won't work ...

By example (to check the REPLACE Command):

SELECT REPLACE(problem.title,"&auml","ä") FROM problem;

Is there a special Escape Character available to replace such special characters?

Many thanks!!

Michael Poremski Received on Sun Feb 29 2004 - 12:37:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US