Need expert help—fast? Use the Help Bell for personalized assistance getting answers to your important questions.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
From novice to tech pro — start learning today.
REGEXP_REPLACE(
REGEXP_REPLACE(REPLACE(fie
'([A-Z])[a-z ]*',
'\1'
)
I use Appendix C in the SQL Reference
http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/ap_posix.htm#i691974
in 11g the SQL Reference moves the Regular Expressions to Appendix D