Modify scan listener port
-- Modify the scan listener to use new port 1523:
oracle configurationintermediate
by OracleDba
14 views
-- Modify the scan listener to use new port 1523:
1234
srvctl modify scan_listener -p 1523
$GRID_HOME/bin/srvctl stop scan_listener
$GRID_HOME/bin/srvctl start scan_listener
Alter system set remote_listener='orcl-scan.stc.com.sa:1523' scope=both sid='*';Please to add comments
No comments yet. Be the first to comment!