Hi

I have 'users' table in which password column is there. I want to encrypt this column data so as no body should be able to view passwords using 'select password from users'
How to do that in oracle

Amol