Version info: CentOS6.5 + oracle11g
1, monitor color error:
+ MB. 13199 mb . 3071 MB of colors >>> command/usr/bin/xdpyinfo not available Automatically check the display color. Check to see if the DISPLAY variable is set. failed <<<< failed to pass some requirements check. These requirements must be met before you can proceed with the installation, do you want to continue ? (y/N) [n] y-bash:y: Command not found[1]+ Stopped ./runinstaller
Workaround One:
Exit the root user and re-login with the Oracle user
Method Two: Reference http://www.2cto.com/database/201302/189368.html
2, Chinese garbled: If the CentOS is a Chinese environment, the installation will appear in Chinese garbled, please follow the following instructions
$ exportlang=en
Then execute
$./runinstaller
3. Prompt error: [INS-06101] IP adddress of localhost could not being determined
Is you sure want to continue?
Error Reason: Host name and/etc/hosts file is inconsistent, just need to write the hostname and its IP/etc/hosts file, OK.
Workaround: (Reference: http://www.linuxidc.com/Linux/2011-09/44130.htm)
[[email protected] database]# cat/etc/sysconfig/networknetworking =yeshostname =localhost.localdomain host name : localhost.localdomain
[[email protected] database]# cat /etc/ hosts
127.0 . 0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
:: " Span style= "color: #800080;" >1 localhost localhost.localdomain localhost6 localhost6.localdomain6
[[em Ail protected] database]# cat /etc/sysconfig/network
NETWORKING =yes
HOSTNAME = [[email protected] database]# hostname
Bogon
[[email protected] Database ]# hostname localhost
[[email protected] database]# hostname
localhost
4. Hint:[INS-20802] Oracle Net Configuration Assistant failed
Workaround One (recommended):
8670579] # cat/etc/hosts127.0. 0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 8670579] # hostname Localhost.localdomain
Workaround Two:
Installation Patch: P8670579_112010_linux
Download location: http://dl.dbank.com/c0mqkyip5l
Installation Method Reference: http://www.cnblogs.com/gw811/p/3676882.html
Oracle Installation FAQs