Remove Junk Characters
734241Jan 7 2010 — edited Jan 7 2010Hi,
I have a bunch of tables with columns (mainly varchar2 (4000)) which are populated with data from an external source, and have 'garbage' characters in them. I need to strip out the garbage, and leave only the standard (UK) keyboard character set (a-z, A-Z, 0-9, space, !,£ $ etc).
My database is 10g, on Solaris.
I have looked at REPLACE and TRANSLATE, but I can't see how I could apply them to this problem.
Any ideas how I can do this?
Thanks in advance