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
Received on Tue Oct 03 2000 - 08:04:01 CDT