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 11:43:16 CDT
Message-Id: <10638.118386@fatcity.com>


Stephane,

          Just realised that the #define SS_DBA_GRP doesn't exist in
          the config.s file for v8.1.6 ( I wonder why ??? ).
          I am pretty sure it was there till v8.1.5.

          In that case the following will work.
          Change these entries to dba i.e.

          /* 0x0008	  15 */		.ascii	"dba\0"
          /* 0x0014	  22 */		.ascii	"dba\0"


          Then you can follow these steps.

          Go to $ORACLE_HOME/rdbms/lib
          1) remove config.o
          2) Re-create the object file for config.s :
                   make -f ins_rdbms.mk config.o
                   make -f ins_rdbms.mk ioracle

             Note : You have to use ins_rdbms.mk since oracle.mk doesn't
                    exist any more. oracle.mk was used prior to 7.3.
          3) Go to $ORACLE_HOME/bin and type the following :
               relink all

             Note : This step is absolutely essential. Just a change to
                    config.s wouldn't help. All the executables have to
                    be relinked.
          4) Also, as I pointed out earlier make sure that "dba" group
             exists in /etc/group. Also do a recursive change of the
             group to dba as follows :
               cd $ORACLE_HOME
               chgrp -R dba

I am sure this should solve your problem.

Best of Luck.

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: RE: Changing the osdba group
>Date: Tue, 03 Oct 2000 06:05:20 -0800
>
>The note talks about the #define SS_DBA_GRP
>"group_I_want" line
>
>I do not have such a line in config.s
>Here is what I have
> .section ".text",#alloc,#execinstr
>/* 0x0000 7 */ .file "x.c"
>
> .section ".data",#alloc,#write
>/* 0x0000 9 */ .global ss_dba_grp
>/* 0x0000 10 */ .align 4
>
> .global ss_dba_grp
> ss_dba_grp:
>/* 0x0000 17 */ .align 4
>/* 0x0000 18 */ .word (.L12+0)
>/* 0x0004 24 */ .align 4
>/* 0x0004 25 */ .word (.L13+0)
>/* 0x0008 26 */ .type ss_dba_grp,#object
>/* 0x0008 27 */ .size ss_dba_grp,8
>
> .section ".rodata1",#alloc
>/* 0x0008 13 */ .align 4
>
>
> .L12:
>/* 0x0008 15 */ .ascii "oinstall\0"
>/* 0x0014 20 */ .align 4
>
>
> .L13:
>/* 0x0014 22 */ .ascii "oinstall\0"
>
>
>Where do I change oinstall to dba ?
>TIA
>
>--- ddorr.cs_at_clearstream.com a écrit : > You are
>right.
> > If you have an access to metalink, check
> > Note:50507.1
> >
> > Shortly :
> >
> > go to $ORACLE_HOME/rdbms/lib/
> >
> > modify config.s : change the definition of
> > SS_DBA_GRP from oinstall to dba
> > rm config.o
> > make -f oracle.mk config.o
> > make -f oracle.mk ioracle
> >
> >
> > should do it.
> >
> >
> > > ----------
> > > From: paquette
> > stephane[SMTP:stephane_paquette_at_yahoo.com]
> > > Reply To: ORACLE-L_at_fatcity.com
> > > Sent: Tuesday, October 03, 2000 15:10
> > > To: Multiple recipients of list ORACLE-L
> > > Subject: Changing the osdba group
> > >
> > > 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).
> > >
>
>
>=====
>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).


Received on Tue Oct 03 2000 - 11:43:16 CDT

Original text of this message

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