您好,登錄后才能下訂單哦!
一、環(huán)境描述
suse 11 企業(yè)版 SP3 ,Oracle 11gR2 單實例
二、問題
修改主機名后,數(shù)據(jù)庫無法啟動
三、問題處理
1、現(xiàn)象
mmpt-site:~ # su - oracle
oracle@mmpt-site:~> sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Fri Apr 27 08:22:08 2018
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
SQL>
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00130: invalid listener address '(ADDRESS=(PROTOCOL=TCP)(HOST=mmpt-site)(PORT=1521))'
SQL>
2、處理
修改主機名的同時,要修改IP與主機名對應關系。
mmpt-SRJ:~ # vi /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 localhost
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
#192.168.1.11 suse11.site suse11
192.168.1.11 mmpt-SRJ mmpt-SRJ
~
"/etc/hosts" 24L, 718C written
mmpt-SRJ:~ # su - oracle
oracle@mmpt-SRJ:~> sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Fri Apr 27 08:36:14 2018
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
SQL>
SQL> startup
ORACLE instance started.
Total System Global Area 784998400 bytes
Fixed Size 2217464 bytes
Variable Size 465570312 bytes
Database Buffers 314572800 bytes
Redo Buffers 2637824 bytes
Database mounted.
Database opened.
SQL>
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經查實,將立刻刪除涉嫌侵權內容。