Fresh OS, new Oracle install, listener already exists
jnojrMay 14 2008 — edited May 16 2008I've installed RHEL4u5 from scratch, and then Oracle 10.2.0 Enterprise. I can install the database and dbca, but when I go to install the listener, I get:
The information provided for this listener is currently in use by other software on this computer. You can proceed with the configuration as it is, but it will not be possible to start this listener until the conflict is resolved. Would you like to continue with the configuration anyway? Yes|No
If I try to delete this conflicting LISTENER, the GUI screen says "Listener LISTENER was deleted", but my ssh session says:
Oracle Net Services Configuration:
Configuring Listener:LISTENER
Default local naming configuration complete.
Listener configuration complete.
Stopping Oracle Net Listener:
Running Listener Control:
/opt/oracle/product/10.2.0/db_1/bin/lsnrctl stop LISTENER
Listener Control complete.
Listener stop failed.
Deleted listener: LISTENER
Oracle Net Services configuration successful. The exit code is 0
Whiskey Tango Foxtrot???