On Mon, Nov 22, 2010 at 8:03 PM, John R Pierce pierce@hogranch.com wrote:
su-$ORA_OWNER -c $ORA_HOME/bin/dbstartshould be
su - $ORA_OWNER -c $ORA_HOME/bin/dbstart
So, for a Java program, would you suggest creating a different user, giving that user just enough privileges, and then running the script so that it exited if the wrong user tried to use it?
(Just trying to think what's the best long term solution for something like this)