Errors:
ORA-00119: invalid specification for system parameter REMOTE_LISTENER
ORA-00132: syntax error or unresolved network name 'usfsuad-scan.folsom.calwin.eds.com:60000'
SQL> startup mount ORA-00119: invalid specification for system parameter REMOTE_LISTENER ORA-00132: syntax error or unresolved network name ‘myDBsrvr-scan.siva.com:60000' SQL> exit |
Resolution:
To fix the issue, make sure EZCONNECT is in effective sqlnet.ora: NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
Oracle uses an easy connect naming method to register Oracle Instances in SCAN Listeners by default. Therefore EZCONNECT keyword should be present in sqlnet.ora file.
Alternative:
Change the remote_listener setting to a tnsnames resolvable name allows the database to start.
Ex: remote_listener='myDBsrvr-scan.siva.com:60000' to be changed to testDB.siva
References:
11gR2 Database Fails to Start With Error ORA-00132: syntax error or unresolved network name 'scanname:1521' [ID 1318026.1]
SCAN: ORA-00119, ORA-00132 Incorrect Value for REMOTE_LISTENER [ID 1254929.1]
No comments:
Post a Comment