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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Find special characters in the database

Re: Find special characters in the database

From: <jkstill_at_cybcon.com>
Date: Tue, 20 Mar 2001 18:42:52 -0800
Message-ID: <F001.002D292F.20010320173101@fatcity.com>

First off, do you have Perl and DBD::Oracle or Java?

Those would be the preferred methods to do something like this, in this order. PL/SQL sould be a distant third place as it is not very fast for this kind of wholesale string operation.

PL/SQL may be a good choice though, if your requirements for changing special characters are not too extensive. i.e. you only have a small set of characters that need to be changed.

Jared

On Tue, 20 Mar 2001, Shakeel Qureshi wrote:

>
> Can someone give me a guideline as to how I
> should draw a script to find special characters
> in the database and replace them with blanks.
>
> TIA
>
> Shakeel Qureshi
> squreshi_at_barpoint.com
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Shakeel Qureshi
> INET: msklq_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Mar 20 2001 - 20:42:52 CST

Original text of this message

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