ins-35955 when trying to install Oracle instance after installing grid
Hello All,
I am installing Oracle 19c Grid and Oracle 19C Database on RHEL 8.8
Grid installed fine
[grid@rhel8orabox ~]$ more .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
# Oracle Settings
export TMP=/tmp
export TMPDIR=$TMP
export ORACLE_TERM=xterm
export ORACLE_HOSTNAME=rhel8orabox.localdomain
export ORACLE_BASE=/u01/app/grid
export ORACLE_HOME=/u01/app/19.0.0/grid
export ORA_INVENTORY=/u01/app/oraInventory
export ORACLE_SID=+ASM
export TNS_ADMIN=$ORACLE_HOME/network/admin
PATH=.:${JAVA_HOME}/bin:${PATH}:$HOME/bin:$ORACLE_HOME/bin
PATH=${PATH}:/usr/bin:/bin:/usr/local/bin