RE: Grid 11203 to 11204 upgrade OSDBA/OSOPER/OSASM

From: Chitale, Hemant K <Hemant-K.Chitale_at_sc.com>
Date: Thu, 27 Oct 2016 07:06:52 +0000
Message-ID: <2FE2AA1C5F8DEC478F58DF8DD32BA6370CF3B0D5_at_HKWPIPXMB03C.zone1.scb.net>



The lines with the “#” character are NOT comments. That is a valid directive in C language. The comments are the lines that begin with “/*” and end with “*/”

Hemant K Chitale

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Sumit Kumar T Sent: Thursday, October 27, 2016 1:05 AM To: Oracle L
Subject: Grid 11203 to 11204 upgrade OSDBA/OSOPER/OSASM

what values to set the in response file for 11203 to 11204 standalone upgrade . I want it to be same as what was used during the existing 11203 setup . Checked the config.c file but not sure of values if they are # ( commented ) .

oracle.install.asm.OSDBA
oracle.install.asm.OSOPER
oracle.install.asm.OSASM


[grid_at_node1 ~]$ cat /data01/app/11.2.0/grid_11203/rdbms/lib/config.c

/* SS_DBA_GRP defines the UNIX group ID for sqldba adminstrative access. */ /* Refer to the Installation and User's Guide for further information. */

/* IMPORTANT: this file needs to be in sync with

              rdbms/src/server/osds/config.c, specifically regarding the
              number of elements in the ss_dba_grp array.
 */

#define SS_DBA_GRP "oinstall"
#define SS_OPER_GRP ""
#define SS_ASM_GRP "asmadmin"

char *ss_dba_grp[] = {SS_DBA_GRP, SS_OPER_GRP, SS_ASM_GRP};

--

--
BR
Sumit Tyagi
+91-7829543355

This email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please delete all copies and notify the sender immediately. You may wish to refer to the incorporation details of Standard Chartered PLC, Standard Chartered Bank and their subsidiaries at https://www.sc.com/en/incorporation-details.html
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Oct 27 2016 - 09:06:52 CEST

Original text of this message