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.

