You are on page 1of 1

# mkdir -p /oracle/app/oracle

# mkdir -p /oracle/app/oraInventory
# chown -R oracle:oinstall /oracle
# chown -R oracle:oinstall /oracle/app/oraInventory
# chmod -R 775 /oracle/app

$ mkdir -p /oracle/app/oracle/product/19.0.0/dbhome_1
$ cd /oracle/app/oracle/product/19.0.0/dbhome_1
$ unzip -q /tmp/db_home.zip

##groupes à créer
oinstall
dba
oper
bkpdba
dgdba
kmdba
racdba

## créer le compte oracle avec groupe principal oinstall

# passwd oracle

# /usr/bin/lsuser -a capabilities oracle


b. To add capabilities, enter a command similar to the following:
# /usr/bin/chuser
capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE oracle

You must note the user ID number for installation users, because you need
it during

.profile de user oracle

export ORACLE_BASE=/oracle/app
export ORACLE_HOME=/oracle/app/oracle/product/19.0.0/dbhome_1
export PATH=$PATH:$ORACLE_HOME

You might also like