oracle netca建立監聽報錯/u01/oracle/bin/netca: line 178: 11819 Aborted
環境:contos 6.9搭建Oracle 11.2.0.4
安裝oracle軟體後,netca建立監聽卻報下面的錯誤:
Oracle Net Services Configuration:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xa4bf5f4e, pid=11819, tid=3086902976
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
# Problematic frame:
# C [libclntsh.so.11.1+0x421f4e] snlinGetAddrInfo+0x1b2
#
# An error report file with more information is saved as hs_err_pid11819.log
#
# If you would like to submit a bug report, please visit:
#
#
/u01/oracle/bin/netca: line 178: 11819 Aborted $JRE $JRE_OPTIONS -classpath $CLASSPATH oracle.net.ca.NetCA $*
問題原因:是由於預設的主機名導致的;
解決辦法:修改Linux為非預設主機名,具體操作如下:
[root@localhost ~]$ cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=testdb
GATEWAY=192.168.1.254
[root@localhost ~]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.10.25 testdb
再執行
[root@localhost ~]$hostname testdb
讓oracle使用者退出重新登入就可以正常啟動netca了,至此問題解決。。。
小結:Linux的伺服器不要使用預設的主機名,記得要修改主機名。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29654823/viewspace-2156078/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【監聽配置】Oracle如何靜默執行NETCA,使用netca.rsp檔案Oracle
- 【Oracle】RHEL6.4-64位 安裝oracle11.2.0.3(四) netca建立監聽程式Oracle
- 2.5.2. 監聽程式(listener)配置——2.5.2.1. netca
- oracle 10.2 for linux 5.7 netca錯誤解決辦法OracleLinux
- Oracle監聽日誌2g-監聽啟動報錯Oracle
- netca 啟動時報錯(Segmentation fault(coredump))Segmentation
- oracle 11.2.0.3.6升級故障---監聽報錯Oracle
- Oracle11G監聽報錯Connection refusedOracle
- Oracle 建立非1521埠監聽Oracle
- 解決aix下不能執行netca的錯誤AI
- 在IBM Aix下netca時出現錯誤IBMAI
- Oracle 監聽Oracle
- 【Oracle】修改oracle監聽埠Oracle
- oracle 10g rac當監聽程式監聽對方vip時啟動監聽報錯TNS-12545Oracle 10g
- Oracle監聽(1)Oracle
- u01/app/oracle/product/10.2.0/db_1/bin/dbca has failedAPPOracleAI
- 12c 應答方式安裝 (二) 建立cdb+pdb+netca
- NETCA和NETMGR工具的區別
- deleted事件監聽報錯delete事件
- online清理oracle 監聽日誌推薦的做法Oracle
- ORACLE opatch 打補丁fuser command output for /u01/.../crsctl.bin is FailureOracleAI
- oracle靜態監聽Oracle
- JMS監聽Oracle AQOracle
- oracle 監聽器配置Oracle
- Oracle監聽的作用Oracle
- ORACLE監聽簡介Oracle
- oracle 監聽重啟Oracle
- ORACLE動態監聽與靜態監聽Oracle
- oracle靜態監聽和動態監聽Oracle
- 【oracle】動態監聽與靜態監聽Oracle
- oracle 啟動監聽報錯TNS-12547: TNS:lost contactOracle
- oracle crs監聽狀態為offline處理過程Oracle
- oracle清理監聽日誌Oracle
- Oracle資料庫監聽Oracle資料庫
- oracle 多庫配監聽Oracle
- oracle的監聽問題Oracle
- Oracle 監聽配置詳解Oracle
- Oracle 動態監聽配置Oracle