Statement **********************************************
Original works, from the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the source, otherwise hold the copyright legal responsibility.
Please leave a message or email ([email protected]) to indicate the error.
This reprint must be kept here:http://blog.csdn.net/huangyanlong/article/details/39435817
Deep Blue Blog: Http://blog.csdn.net/huangyanlong
***************************************************************************************************
Today, after installing the oracle10g in Linux, unable to establish monitoring, after a check, the original problem is in a very low place, the following will be reproduced:
Error legend:
(This time using X-manager remote graphical operation server)
[Email protected]hyl ~]$ NETCA
The error message is as follows:
Oracle Net Services configuration:## An unexpected error have been detected by HotSpot Virtual machine:## SIGSEGV (0XB) At Pc=0x007c8a83, pid=29746, tid=4151301824## Java vm:java HotSpot (TM) Client VM (1.4.2_14-b05 mixed mode) # problematic frame:# C [libc.so.6+0x76a83] index+0x63## A error report file with more information is saved as hs_err_pid29746. log## If you would like to submit a bug report, please visit:# <a target=_blank href= "http://java.sun.com/webapps/b UGREPORT/CRASH.JSP#/U01/APP/ORACLE/PRODUCT/10.2.0/DB_1/BIN/NETCA ">http://java.sun.com/webapps/bugreport/ Crash.jsp#/u01/app/oracle/product/10.2.0/db_1/bin/netca</a>: Line 190:29746 aborted (core dumped) $JRE- mx64m $SRVM _property_defs-dsun.java2d.font.disablealgorithmicstyles=true-classpath $CLASSPATH Oracle.net.ca.NetCA $*
View Hosts file and discover host name not added
[Email protected]hyl ~]# vi/etc/hosts
Before modification
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost Localhost.localdomain Localhost6 localhost6.localdomain6192.168.40.26 ~ ~
After modification
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost Localhost.localdomain Localhost6 localhost6.localdomain6192.168.40.26 hyl~~
Re-execute the netca, as shown below, to solve the problem:
[Email protected]hyl ~]$ NETCA
Oracle Net Services Configuration:
The graphical interface was successfully paged out, as shown below:
Statement **********************************************
Original works, from the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the source, otherwise hold the copyright legal responsibility.
Please leave a message or email ([email protected]) to indicate the error.
This reprint must be kept here:http://blog.csdn.net/huangyanlong/article/details/39435817
Deep Blue Blog: Http://blog.csdn.net/huangyanlong
***************************************************************************************************
Unable to build monitoring after Oracle is installed under Linux