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

Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL Question

Re: SQL Question

From: Anil Kumar <aneela1975_at_my-deja.com>
Date: 2000/02/28
Message-ID: <89er0b$ijk$1@nnrp1.deja.com>#1/1

Hi,
  I could not replicate the problem but I think you need to set the nls_lang and/or nls_character_set to the same thing as you have it while inserting.

Hope this helps.
Anil

In article <38B728A7.1C3B4F91_at_brodia.com>,   Misha <mshor_at_brodia.com> wrote:
> Hello, everybody!
>
> Here's SQL problem I cannot solve.
>
> Our database contains some records with special characters such
 as "A&B
> Software".
> When I execute query Oracle returns the results in a form of "A%26B
> Software". & symbol is being replaced with the "%26" string ( '
 symbol
> is replaced with %27 string and so on for the rest of special
> characters).
> What should I do in order to get results as "A&B Software"?
>
> Thanks in advance
>
> Misha
> http://www.brodia.com
>
> P.S. When I retrieve the record such as "first last" result is in the
> form "first+last". I can fix it by simply using TRANSLATE
 (column_name,
> '1+' , '1 ' ). This will replace + sign with the space. But when I use
> TRANSLATE (column_name, '1"%26"' , '1& ' ) it doesn't work.
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Feb 28 2000 - 00:00:00 CST

Original text of this message

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