centos6 安装oracle11g express 出现下述错误
Starting Oracle Net Listener...Done
Configuring database...
Database Configuration failed. Look into /u01/app/oracle/product/11.2.0/xe/config/log for details
修改将本身的机器名称填写至hosts文件中 /etc/hosts ,再从新执行/etc/init.d/oracle-xe configure便可
127.0.0.1 YOURPCNAME localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
Starting Oracle Net Listener...Done
Configuring database...Done
Starting Oracle Database 11g Express Edition instance...Done
Installation completed successfully.
express