R12.2.0 Installation Fails at 58% with DB Listener Refuse to start
Hello All
I am trying to install R12.2.0 on Linux 5.9 64-bit and installation fails at 58%. I checked the log files and its seems that listener is unable start because sqlnet.ora under database home has host name for parameter tcp.invited_nodes=(10-10-0-10.cloud.new.net). Which is correct host name for the server.
I can ping server using hostname and IP address successfully. I have also checked /etc/hosts file and every thing is listed correctly. /etc/nsswitch.conf has 'files dns' as entry. File permissions are 644, so oracle should be able to read.
When I manually change tcp.invited_nodes=10.10.0.10 (IP address), then I can start the listener under database ORACLE_HOME of failed installation for testing.