11g netca
1. Cloned 11.2.0.1 from another production box
2. No errors reported while cloning
3. after running root.sh followed by successful cloning, tried to configure listener using NETCA before creating database
4. while configuring listener using netca, it fails saying port '1521' is already used (same message is displayed irrespective of the port i choose 1522, 1523, etc)
5. checked using netstat command that the port is not being used by another process
@host206:/appl/oracle/db/11.2.0.1/network/admin> netstat -na | grep 1521
@host206:/appl/oracle/db/11.2.0.1/network/admin>
6. If i manually try to start the listener, it fails with following error
@host206:/appl/oracle/db/11.2.0.1/network/admin> lsnrctl start
3. after running root.sh followed by successful cloning, tried to configure listener using NETCA before creating database
4. while configuring listener using netca, it fails saying port '1521' is already used (same message is displayed irrespective of the port i choose 1522, 1523, etc)
5. checked using netstat command that the port is not being used by another process
@host206:/appl/oracle/db/11.2.0.1/network/admin> netstat -na | grep 1521
@host206:/appl/oracle/db/11.2.0.1/network/admin>
6. If i manually try to start the listener, it fails with following error
@host206:/appl/oracle/db/11.2.0.1/network/admin> lsnrctl start
0