September 2011
Intermediate to advanced
468 pages
15h 37m
English
We are not going to solve the embedded password problem, and you might be wondering why. In a nutshell, this is a “chicken or egg” problem. Perhaps we could hide our passwords in Oracle database, but we would need an Oracle password to request them from the database.
You cannot talk to Oracle database without a user/password, so the question arises of where to store the password. We have solved that issue for all our application passwords except for the gatekeeper account, appver. So let's look at some of the prospective solutions for hiding that password.
Well, if we don't want the password in our code, and we can't get it from Oracle database (without a password), perhaps ...
Read now
Unlock full access