September 2011
Intermediate to advanced
468 pages
15h 37m
English
Every Oracle application connects to one or more Oracle database instance, perhaps as one or more user. We have already seen how we can accomplish this with security and encryption for one application at a time. Our first application attached as the appusr account and had access to data in the HR schema via the hr_view role.
For that application, and any similar one, the developer will develop a procedure for a secure application role, like our p_check_hrview_access. But for all our security, there is one aspect that we haven't addressed: developers are still required to hard-code application user passwords into their code (or find another mechanism.) What if we provide a secure password store for ...
Read now
Unlock full access