jl8323 发表于 2011-12-22 08:54

reload a listener

<DIV>to reload a database listener(stop and restart without disrupting the service):</DIV>
<DIV>lsnrctl&gt;reload listener_name</DIV>
<DIV>&nbsp;</DIV>
<DIV>set in the $ORACLE_HOME/network/admin/sqlnet.ora, in the server side SQLNET.EXPIRE_TIME=10 (10 minutes, for example). With this parameter in place, after 10 minutes of inactivity, the server send a small 10 bytes probe packet to the client. If this packet is not acknowledge, the connection will be closed and the associated resources will be released.</DIV>
页: [1]
查看完整版本: reload a listener