Hide password (init script for oms) [message #68694] |
Wed, 07 July 2004 07:07 |
patrick
Messages: 83 Registered: December 2000
|
Member |
|
|
Hi,
Is there any way to hide the oms credentials needed to stop the oms ? (sysman/oem_temp)
-- init script excerpt
# Stop OEM server
echo "*** Arręt Serveur OEM ***"
"$ORACLE_HOME/bin/oemctl stop oms sysman/oem_temp"
--- excerpt end
Thank you
|
|
|
Re: Hide password (init script for oms) [message #68699 is a reply to message #68694] |
Mon, 12 July 2004 04:24 |
Daljit Singh
Messages: 290 Registered: October 2003 Location: Texas
|
Senior Member |
|
|
Hi,
No direct way is available man. But you can create a script to manage that services and grant appropriate privileges at OS level to that file. Like on Linux/Unix u can set the mode to 700 to that file.
I hope that will help you.
Daljit Singh
|
|
|