Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How do I find the un-printable letters?
Brian Peasland wrote:
> emdproduction_at_hotmail.com wrote:
>> Dear group, >> >> I loaded data from a file coming from other source, in sqlplus, some >> of the data appear as space, but they are NOT. And it will cause our >> application which uses xml to fail. >> >> How can I find those ghost bytes and convert them into space? >> >> Thanks for your help. >>
You can also use Oracle's REGULAR EXPRESSIONS to find all non alphanumeric characters. Take a look at REGEXP_REPLACE. http://www.psoug.org/reference/regexp.html
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Tue Aug 07 2007 - 16:09:38 CDT
![]() |
![]() |