Hostname Change
I changed my hostname from training to training.ellucian.com and changed hostname in tnsnames.ora file also.
While start database getting error
$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Mon Jan 21 13:28:33 2019
Copyright (c) 1982, 2014, Oracle. All rights reserved.
ERROR:
ORA-12547: Message 12547 not found; product=RDBMS; facility=ORA
While ./dbca and ./netca also getting below error
java.lang.NoClassDefFoundError: oracle/xml/parser/v2/XMLElement
at oracle.sysman.oii.oiii.OiiiInstallAreaControl.loadPartialInstallInv(OiiiInstallAreaControl.java:781)
at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initInstallInv(OiiiInstallAreaControl.java:829)
at oracle.sysman.oii.oiii.OiiiInstallAreaControl.loadInstallInventory(OiiiInstallAreaControl.java:600)
at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1962)