issues with sqlplus on new oracle installation on oel 9.4
This is new oracle installation 19.7 on OEL 9.4 (Azure Provisioned VM) , The installation is complete and verified it by checking the Opatch lsinventory.
I'm ecnountering the below error when invoking sqlplus,
sqlplus '/as sysdba'
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
is there an additional way oto check if the installation is succesful and are there specific steps to troubleshoot resolve the error?
Thanks!