Create the directories in which the Oracle software will be installed.
|
›_ Console |
|
# mkdir -p /u01/app/oracle/product/19.0.0/dbhome_1 # mkdir -p /u02/oradata # chown -R oracle:oinstall /u01 /u02 # chmod -R 775 /u01 /u02 |
Create the directories in which the Oracle software will be installed.
|
›_ Console |
|
# mkdir -p /u01/app/oracle/product/19.0.0/dbhome_1 # mkdir -p /u02/oradata # chown -R oracle:oinstall /u01 /u02 # chmod -R 775 /u01 /u02 |