Home  >  Article  >  Database  >  Oracle DBA之配置静态监听(listener registered statically)

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

WBOY
WBOYOriginal
2016-06-07 17:02:491199browse

可以看到状态为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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn