Modifying Oracle owner user group
During installation, the user must have the oinstall group as its
primary group, and it must be a member of the operating system groups appropriate to your
installation.
Before you begin
- On the Oracle database host, log in as
oracleuser. - Shutdown the database by using the following
command:
$ sqlplus "/ as sysdba" SQL*Plus: Release 12.1.0.1.0 Production on Wed Jan 16 14:11:47 2019 Copyright (c) 1982, 2014, Oracle. All rights reserved. Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL> exit; - Stop the listener by using the following
command:
$ lsnrctl stop LSNRCTL for Linux: Version 12.1.0.2.0 Copyright (c) 1991, 2014, Oracle. All rights reserved. Stopping /opt/oracle/product/12.1.0/bin/tnslsnr: please wait...
About this task
Run the following steps to change the Oracle owner group.