>  기사  >  데이터 베이스  >  Oracle DBA之配置静态监听(listener registered statically)

Oracle DBA之配置静态监听(listener registered statically)

WBOY
WBOY원래의
2016-06-07 17:02:491200검색

可以看到状态为UNKNOWN的静态监听已经起起来来了,而状态为READY的动态监听由于重新注册存在一定延时,所以还没起起来。等上一段

(1)listener.ora

 本次实验将配置静态监听到listener L1上,,项目SID_LIST_L1为L1的静态监听配置信息:


(2)listener.ora文件编辑好后,使用reload重新读取该配置文件(reload同时也会重新注册动态监听):

RELOAD Purpose Use the RELOAD command to reread the listener.ora file. This command enables you to add or change statically configured services without actually stopping the listener.

In addition, the database services, instances, service handlers, and listening endpoints that were dynamically registered with the listener will be unregistered and subsequently registered again.

linux

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.