Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to replace non printable characters from a varchar2 field in Oracle 9i?

796997Sep 18 2010 — edited Sep 18 2010
Hi Friends,

Can you help me to find a sql query to replace/remove non printable characters from a varchar2 field in Oracle 91 database.

I have the following syntax is hand which is working only in Oracle 10G:

regexp_replace(varchar2fieldname,'[^[:print:]]')

The syntax REPLACE(FIELD_NAME,CHR(10),'') is also not working.

Thanking you,

Franklin.K.F

Comments

Hoek
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2612348048
796997
Thank You for the solution.

With regards,

Franklin.K.F
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 16 2010
Added on Sep 18 2010
2 comments
12,180 views