Oracle 19C RPM installation - root.sh
Dear,
We used following instruction of rpm installation of Oracle 19C in Red Hat Enterprise Linux.
Basically,
# curl -o oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm # yum -y localinstall oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm # yum -y localinstall oracle-database-ee-19c-1.0-1.x86_64.rpm
databases are created successfully and in production.
However, we have some senior DBA who declared following script should also be executed manually after rpm install:
/opt/oracle/oraInventory/orainstRoot.sh
/opt/oracle/product/19c/dbhome_1/root.sh
Since everything went fine after rpm, we had not executed above 2 scripts because they are not mentioned in rpm install instruction mentioned above.