select translate(translate(:your_string,'''', ' '),'"', ' ') from dual; select replace(replace (:your_string,'''', ' '), '"', ' ') from dual;