Search

Chapter 32. Setting Up a Working Environment for Oracle

download PDF
This chapter covers the creation of user accounts, directories and Oracle environments for your Oracle Database before you install.

32.1. Creating Oracle User Accounts

This section covers the command necessary to activate the required accounts to install an Oracle Database.
Create the group of users to be granted with SYSDBA system privilege:
su - root groupadd dba
Now create a group owner for Oracle files:
groupadd oinstall 
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.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.