Wednesday 18 February 2015

DB : installation failed with oracle.install.commons.util.exception.DefaultErrorAdvisor

Error:

SEVERE: [FATAL] oracledb.local.comoracledb.local.com.
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:37
INFO: Advice is ABORT
SEVERE: Unconditional Exit
INFO: Adding ExitStatus FAILURE to the exit status set

Solution:

Check for output the values of the below

hostname
uname -a
/etc/sysconfig/network

it should contain same values of hostname in all the above three

[oracle@oracledb ~]$ hostname
oracledb.local.com
[oracle@oracledb ~]$ uname -a
Linux oracledb.local.com 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
[oracle@oracledb ~]$ cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=oracledb.local.com
[oracle@oracledb ~]$

No comments:

Post a Comment

SQL Developer displaying Junk characters (??????)

Change the Encoding in SQL Developer Preferences as below Tools --> Preferences --> Environment --> Encoding --> UTF...