I facing this scenario. I have a table in Oracle8i that has some columns encrypted. I was looking at creating a trigger that can do native decryption in the output generated when a particular user "select" from this table. However, trigger doesn't accept "select" clause. Anyone has any idea or alternatives on how to implement this cleanly?