configuring a new listener on the same database
I'm trying to configure a separate tcps listener on our db for dba admin remote connections. I've enabled SSL, and configured the new lister using netca, on the default port 2424. The listener.ora file shows the added listener in the listener.ora file. However, when I try to start the new listener, I keep getting the error:
TNS-12542: TNS:address already in use
	
 TNS-12560: TNS:protocol adapter error
	
  TNS-00512: Address already in use
	
   Linux Error: 98: Address already in use
am I missing a step?
thanks,
Rae