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: paquette stephane <stephane_paquette_at_yahoo.com>
Date: Tue, 3 Oct 2000 06:04:01 -0700 (PDT)
Message-Id: <10638.118371@fatcity.com>


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


Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com
Received on Tue Oct 03 2000 - 08:04:01 CDT

Original text of this message

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