How to prompt password automatically from password file
We have SSL configured on one of our Oracle environment where it requires to bounce the root apache from ORACLE_HOME every sunday. As this is secured environment, the apachectl requires password to start the service
We manually enter the password every sunday to bring up this root service, Is it possible to automate this to store password in a file and apachectl.sh automatically picks up the root password from that file.
Please suggest with steps or example script
Thanks in advance