TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /u01/app/oracle/product/10.2.0/oraHome/network/admin/listener.ora
Log messages written to /u01/app/oracle/product/10.2.0/oraHome/network/log/listener.log
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=TestSys)(PORT=1521)))
TNS-12560: TNS: protocol adapter error
TNS-00583: Valid node checking: unable to parse configuration parameters
Listener failed to start. See the error message(s) above...
The error is talking about an error in parsing the listener file.
But the file looks alright. I thought maybe something else causing this problem.
Any Idea, please?
I found my answer. I put it here for record and for those that are quiet confident about thier wrong answer.
The way that I've gone through is correct and I don't need to use NID. The problem was a syntax error in the sqlnet.ora file. That's it.
NID is tool to change the DBID and the DBName, not SID.
Bookmarks