Hello,
one way is to create a trigger and scan the fields for the "unwanted"
characters.
Use the INSTR Function to scan a string for special characters.
The best trigger type is the before insert trigger. If the character has contains "unwanted" characters - throw an exception.
In your application you can catch the ORA Exception an print out a message or something else ...
Hope that helps ?
Regards
Manfred Peter
(Alligator Company)
http://www.alligatorsql.com