I Have installed Oracle 12c r2 database software only on RHEL7 ( AWS EC2 instance). Then I created a database DB1 using DBCA. At the end of DBCA when it prompted for the listener I let it create the default 'LISTENER', Started the listener and the database and database registered automatically with the default 'LISTENER' as expected. Also verified my listener is started using lsnrctl.
Question: When I start netca, the option to reconfigure the existing listener is grayed out. When means netca is not able to recognize existing Listener. How can I get a handle to default listener to either change the port, protocol or just to delete the listener. I tried netmgr and it can't see the listener as well.