Este contenido no está disponible en el idioma seleccionado.
Chapter 23. Creating Oracle User Accounts
To create the oracle account and groups, execute the following commands:
su - root groupadd dba # group of users to be granted SYSDBA system privilege groupadd oinstall # group owner of Oracle files useradd -c "Oracle software owner" -g oinstall -G dba oracle passwd oracle
For more information on the "
oinstall
" group account, see when to use "OINSTALL" group during install of oracle.