This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
groupadd -g 54321 oinstall | |
groupadd -g 54322 dba | |
groupadd -g 54323 oper | |
useradd -u 54321 -g oinstall -G dba,oper -m -s /bin/zsh oracle | |
passwd oracle |