Login  Register

Re: Hide APPS password in OS script

Posted by ErmanArslansOracleBlog on Dec 27, 2023; 1:35pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Hide-APPS-password-in-OS-script-tp12218p12219.html

Write a wrapper that calls Conscub, and in that wrapper use some encryption/hiding method to hide the apps password..

For instance; you can use a separate configuration file for storing the password -- a file with restricted access permissions.. You can even store the password in an encrypted manner in that file, and you can decrypt it on-the-file while calling the Conscub from your wrapper.

There are lots of documents and discussions about how you can do this..  You can check the web (for instance: stack overflow)