Install Oracle 10.2.0 in a 64-bit Linux operating system,
1. install an xmamanger software locally to start xmanager-passive.
2. Create an oracle user and dba group on the server. useradd oracle-g dba
3. Modify the. bash_profile of the oracle user and add an export DISPLAY = Local ip Address: 0.0 so that the server does not need to install xwindow.
4 problems occurred while installing the instance ORA-00600: internal error code, arguments: [keltnfy-ldmInit
5 check
Cat/etc/sysconfig/network
NETWORKING = yes
NETWORKING_IPV6 = no
HOSTNAME = 1 bsserver
And cat/etc/hosts
127.0.0.1 bsserver
The host names of the two users are different. The host names of the two users have one more host name.
Modify the hosts and then install it again. You can find that the installation is successful.
6. Conclusion: When you install an instance, You need to ping the host. If the host fails to be pinged, the installation will fail. Generally, you can check both of them.