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: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Tue, 3 Oct 2000 13:04:49 -0400
Message-Id: <10638.118387@fatcity.com>

                       .L12:
/* 0x0008         15 */         .ascii  "dba\0"
/* 0x0014         20 */         .align  4


                       .L13:
/* 0x0014         22 */         .ascii  "dba\0"

-----Original Message-----
From: paquette stephane [mailto:stephane_paquette_at_yahoo.com] Sent: Tuesday, October 03, 2000 10:05 AM To: Multiple recipients of list ORACLE-L Subject: RE: Changing the osdba group

The note talks about the #define SS_DBA_GRP "group_I_want" line

I do not have such a line in config.s=20 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

=3D=3D=3D=3D=3D
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/
--=20
Please see the official ORACLE-L FAQ: http://www.orafaq.com --=20
Author: =3D?iso-8859-1?q?paquette=3D20stephane?=3D   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 Received on Tue Oct 03 2000 - 12:04:49 CDT

Original text of this message

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