This is my client requirement to secure our application connection with the Oracle Database. Currently, we are using OCI8 PHP library (oci_connect) to connect to Oracle using credentials which we have in a config file (a kind of plain text) - where we maintain all our credentials. This is my client requirement to secure our app