Dear sir,
User name and password are known by the second person in the organization since the user name and password are in plain text form in the CONNECTION string.
Please kindly let me know whether my expected feature is possible or not in the ORACLE.
I will create a user with a password like 'pass123'
I will use the hash value of 'pass123' in the connection string. The password which is used for any type of connection is hash value only. I may use any type of encryption for the hash value.
Oracle will take the hash value in the connection string and connect it to the database user.
Will this kind of feature be possible in ORACLE connection so that my risk of knowing the password which is stored in the configuration files is restricted?
Thanking you
Regards