you need to change in config.c file
#define SS_DBA_GRP "dba"
to
#define SS_DBA_GRP "orcldba"
and then make the ins_rdbms_mk file.
then relink all.
QUOTE (Jac @ Jun 27 2007, 04:29 PM)

= {SS_DBA_GRP, SS_OPER_GRP};
====
ok, oracle owner is orcldba; i do not have root access plus i am not sure changing group will do anything with gid,uid for oracle user & what would be implications of this. change in config.c file will point dba group to orcldba i.e. 'right group'. is it right approach?