Configure kernel parameters
I would like to install an Oracle database server on a Solaris 10 x 86-64.
Currently, I check the kernel parameters.
The installation guide tells me I should enter "id - p" to display the values.
The result should be something like: uid=100(oracle) gid=100(dba) Projid = 1 (group.dba)
But when I run the command it returns: uid=100(oracle) gid=100(dba) Projid = 3 (default)
I opened the Solaris management Console and created a new project called group.dba.
I assigned this group to the oracle user, but when I run the "id -p" I still got the projid = 3 (default).
I opened the SMC again and I tried to make the group.dba as the primary project.