Confusion on projects /etc/project
I'm a little confused on this...
We currently have a system defined with the following projects (in addition to the normally defined ones)
group.dba:100:Oracle Default:oracle:dba:project.max-shm-memory=(privileged,4294967296,deny)
ora_trans:101:Trans Database:oracle::project.max-shm-memory=(privileged,4294967296,deny)
ora_mars:102:Mars Database:oracle::project.max-shm-memory=(privileged,4294967296,deny)
To me this makes no sense. It looks to me like this is defining the same setting for the same user 3 times.
But our DBA's are saying that when they log in as oracle, the databases wont run properly until they use
$ newtask -p ora_trans
Is there a way to see what the max-shm-memory for a currrently logged in user is to see if the first entry is actually catching the oracle user login?
When I log into oracle on that box and do the following:
$ id -p
uid=1002(oracle) gid=1002(dba) projid=100(group.dba)
It sure looks to me like it is in the proper project which should have the proper settings already.
SunOS pacman 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Fire-V890

