Adding normal Oracle user with root priviledge using script

-I would like to create a script to add a normal Oracle user to a system with root priviledge.

-This means the Oracle user will have a group ID 0 because he has root priviledge.

-The password belongs to that Oracle user will be valid for three days only.

-After that, it will be expired to control access.

-The purpose is for them to do superuser priviledge tasks within 3 days.

[412 byte] By [cplsga] at [2007-11-26 14:24:43]
# 1
Sounds like a very bad idea to me. You don't want extra root users, its a drastic breach of security. Depending on what kind of Solaris version you're running I'd suggest to look into rbac control instead.Heck, even the 'sudo' command is more preferrable than your approach.
Lion-Oa at 2007-7-8 2:17:28 > top of Java-index,General,Talk to the Sysop...