Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Changing the osdba group

Re: Changing the osdba group

From: Anil Sikri <anil_sikri_at_hotmail.com>
Date: Tue, 03 Oct 2000 08:44:20 CDT
Message-Id: <10638.118373@fatcity.com>


Hi Stephen,

           I had done this a few months ago on Linux. I believe on
           Solaris, the file is config.c in $ORACLE_HOME/rdbms/lib
           ( It's config.s on HP-UX platforms if my memory serves me
            right ).
           Here are the steps to be followed :
           1) Make sure that dba group is added to /etc/group and
              oracle's primary group is dba.
           1) Edit the config.c file and change the following entries :

                  # define SS_DBA_GRP "dba"  ( change oinstall to dba )
                  # define SS_OPER_GRP "dba" (change oinstall to dba )

           2) Now go to $ORACLE_HOME/bin and type the following at the
              shell prompt :
                            relink all ( relink all the products )

           3) I don't think this step should be necessary since relink
              should take care of everything, still I recommend this to
              be on the safe side :
              Go to $ORACLE_HOME/rdbms/lib and type the following :
                       make -f ins_rdbms.mk ioracle

           4) Now change the ownership of all the Oracle binaries from
              oinstall to dba.
              cd $ORACLE_HOME
              chgrp -R dba

  I am sure this should help you achieve what you need.

  Note : The above will change both the osoper and osdba group to dba.

Regards,
Anil Sikri

>From: paquette stephane <stephane_paquette_at_yahoo.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Changing the osdba group
>Date: Tue, 03 Oct 2000 05:10:22 -0800
>
>Hi all
>
>A consultant from Oracle France installed Oracle the
>week before I started at this client. Oracle 816 was
>installed with oinstall as the osdba group.
>The OS is Solaris 7.
>Can I changed the osdba group from oinstall to dba
>without reinstalling ?
>I've read somewhere that I can modify the
>$ORACLE_HOME/rdbms/lib/config.s file and relink, is it
>true ? What are the steps ?
>
>TIA
>
>
>
>=====
>Stephane Paquette
>DBA Oracle
>stephane_paquette_at_yahoo.com
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
>http://photos.yahoo.com/
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: =?iso-8859-1?q?paquette=20stephane?=
> INET: stephane_paquette_at_yahoo.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at Received on Tue Oct 03 2000 - 08:44:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US