You can build an expression like the following:
CASE
WHEN REGEXP_LIKE(A.FIELD, '[^A-Za-z0-9 ]') THEN 'Y'
ELSE 'N'
END
If you use the expression as a field, then you can determine if a field has a character that is not alphanumeric or a space. Others may have a better way of doing this.
------------------------------
Daniel Labrecque
Oracle Consulting Manager
Huron Consulting Group
------------------------------
Message from the HEUG Marketplace:------------------------------
Find, Review, and Engage with Higher Education-focused solution providers, products, and services using the
HEUG Marketplace.
------------------------------