Accept Only IP V4 Connection
Dear All,
Could anyone help me how to configure Oracle 11g RAC environment to accept only IP V4 incoming connection ?
After made a following changes in $GRID_HOME/network/admin/listener.ora file listener couldn't started any more....
LISTENER_SCAN_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN_SCAN3)(IP=V4_ONLY)))) # line added by Agent
LISTENER_SCAN_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN_SCAN2)(IP=V4_ONLY)))) # line added by Agent
LISTENER_SCAN_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN_SCAN1)(IP=V4_ONLY)))) # line added by Agent
I really need your help