Need help configuring a listener
I just created a new 11g database on the server that has both 10g and 11g databases. Previously I have created databases on different servers and existing listeners usually automatically handled the new databases. This time it didn't happen - when i tried to connect remotely, I got an error: ORA-12514 - Listener does not currently know of service.
What would be the best way to register the service name with the listener? Why in some cases it happens automatically when the new database is created and in other not?
0