ORA-00119 Invalid specification …

REMOTE_LISTENER and 11.1 dbca on 11.2 RAC

During the dbca session I got the following error

ORA-00119 Invalid specification for system parameter "REMOTE_LISTENER"

Solved this by setting the REMOTE_LISTENER parameter to the SCAN address in dbca.

REMOTE_LISTENER = rac-scan.com:1521


##

try setting with the port number

example

alter system set remote_listener ='NETWORK_NAME:1521' scope=both;

你可能感兴趣的:(Invalid)