關(guān)于監(jiān)聽端口的修改請(qǐng)參考下面兩篇文章。
《【LISTENER】修改 LISTENER的監(jiān)聽端口為1526(靜態(tài)注冊(cè))》
http://space.itpub.net/519536/viewspace-609822
《【LISTENER】修改 LISTENER的監(jiān)聽端口為1526(動(dòng)態(tài)注冊(cè))》
http://space.itpub.net/519536/viewspace-627534
如果您習(xí)慣使用EM管理數(shù)據(jù)庫(kù),那么在調(diào)整完監(jiān)聽端口后EM的配置文件也需要相應(yīng)的調(diào)整。通過這個(gè)文章給大家介紹一下后續(xù)的動(dòng)作。
1.修改emoms.properties屬性文件中端口信息
ora10g@testdb /home/oracle$ vi $ORACLE_HOME/${HOSTNAME}_${ORACLE_SID}/sysman/config/emoms.properties
這個(gè)文件中有兩行含有1521端口號(hào)的信息,將他們統(tǒng)統(tǒng)的修改為1526
oracle.sysman.eml.mntr.emdRepPort=1521
oracle.sysman.eml.mntr.emdRepConnectDescriptor=(DESCRIPTION\=(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=TCP)(HOST\=testdb)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=ora10g)))
這兩個(gè)行修改后的內(nèi)容如下
oracle.sysman.eml.mntr.emdRepPort=1526
oracle.sysman.eml.mntr.emdRepConnectDescriptor=(DESCRIPTION\=(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=TCP)(HOST\=testdb)(PORT\=1526)))(CONNECT_DATA\=(SERVICE_NAME\=ora10g)))
2.修改targets.xml配置文件中端口信息
ora10g@testdb /home/oracle$ vi $ORACLE_HOME/${HOSTNAME}_${ORACLE_SID}/sysman/emd/targets.xml
這個(gè)文件中的1521端口號(hào)的信息統(tǒng)統(tǒng)的修改為1526
3.重啟EM
ora10g@testdb /home/oracle$ emctl stop dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://testdb:5500/em/console/aboutApplication
Stopping Oracle Enterprise Manager 10g Database Control ...
... Stopped.
ora10g@testdb /home/oracle$ emctl start dbconsole
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
http://testdb:5500/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control ......................... started.
------------------------------------------------------------------
Logs are generated in directory /oracle/app/oracle/product/10.2.0/db_1/testdb_ora10g/sysman/log
4.驗(yàn)證EM登陸
在本地瀏覽器中輸入如下的URL
http://144.194.192.183:5500/em/
看到登陸界面了,OK,搞定。
5.小結(jié)
在做任何數(shù)據(jù)庫(kù)調(diào)整之后一定要考慮清楚后續(xù)的收尾工作,我們的目標(biāo)是:不留死角。
Good luck.
secooler
10.02.23
-- The End --
分享文章:【EM】修改監(jiān)聽端口后企業(yè)管理器(EnterpriseManager)相應(yīng)的調(diào)整
當(dāng)前鏈接:
http://weahome.cn/article/jjpjic.html