【练习】监听改端口

第一步:更改Local_listener

SYS@PROD1>alter system set local_listener='(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.0.2.11)(PORT=1526)))';

System altered.

第二步:更改监听文件,添加1526监听器LSNR2

[oracle@edbjr2p1 admin]$ more listener.ora
# listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/dbhome_
1/network/admin/listener.ora
# Generated by Oracle configuration tools.

       
LSNR2=
  (DESCRIPTION=
      (ADDRESS=(PROTOCOL=tcp)(HOST=192.0.2.11)(PORT=1526))
  )
LISTENER=
  (DESCRIPTION=
    (ADDRESS_LIST=
      (ADDRESS=(PROTOCOL=tcp)(HOST=192.0.2.11)(PORT=1521))
      (ADDRESS=(PROTOCOL=ipc)(KEY=extproc))))
SID_LIST_LISTENER=
  (SID_LIST=
    (SID_DESC=
      (GLOBAL_DBNAME=PROD1.us.oracle.com)
      (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)
      (SID_NAME=PROD1))
    ) 

第三步:使1526端口LSNR2监听器生效

LSNRCTL> start lsnr2
Starting /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 11.2.0.3.0 - Production
System parameter file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Log messages written to /u01/app/oracle/diag/tnslsnr/edbjr2p1/lsnr2/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.0.2.11)(PORT=1526)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.0.2.11)(PORT=1526)))
STATUS of the LISTENER
------------------------
Alias                     lsnr2
Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Start Date                15-SEP-2016 15:18:28
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File         /u01/app/oracle/diag/tnslsnr/edbjr2p1/lsnr2/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.0.2.11)(PORT=1526)))
The listener supports no services
The command completed successfully
LSNRCTL> status lsnr2
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.0.2.11)(PORT=1526)))
STATUS of the LISTENER
------------------------
Alias                     lsnr2
Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Start Date                15-SEP-2016 15:18:28
Uptime                    0 days 0 hr. 0 min. 20 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File         /u01/app/oracle/diag/tnslsnr/edbjr2p1/lsnr2/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.0.2.11)(PORT=1526)))
Services Summary...
Service "PROD1.us.oracle.com" has 1 instance(s).
  Instance "PROD1", status READY, has 4 handler(s) for this service...
Service "PROD1_DGB.us.oracle.com" has 1 instance(s).
  Instance "PROD1", status READY, has 4 handler(s) for this service...
The command completed successfully

第四步:手工注册

alter system register;

二、更改Local_listener里的字符串别名
第一步:更改tnsnames.ora,添加如下:

LSNR2=
    (ADDRESS = (PROTOCOL = TCP)(HOST = edbjr2p1.example.com)(PORT = 1526))

第二步:更改local_listener参数

SYS@PROD1>alter system set local_listener='lsnr2';

 

转载于:https://www.cnblogs.com/tomatoes-/p/6142625.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值