REGEXP_REPLACE는 ORACLE 10g 부터 사용 가능하다. 구 버전에서 사용하려면 아래 함수를 등록해 사용하면 된다. http://phil-sqltips.blogspot.com/2009/06/regexpreplace-regexplike-for-oracle-9i.html REGEXP_REPLACE / REGEXP_LIKE for Oracle 9i I really love using the REGEXP_REPLACE function and REGEXP_LIKE operator in Oracle 10G - and have been spoiled by their ease of use as a res... phil-sqltips.blogspot.com REGEXP_REPLACE / REGEXP_LIKE for Oracle 9i I really love using the REGEXP_REPLACE function and REGEXP_LIKE operator in Oracle 10G ...