listener registration
I'm having trouble getting our database instance registered. Previously, the registration occured automatically. When I type lsnrctl services, I only get this output:
LSNRCTL for Linux: Version 10.2.0.3.0 - Production on 23-AUG-2010 22:09:29
Copyright (c) 1991, 2006, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
the service for the database sid/instance does not show up. I tried the command:alter system register. It appears to register, however it doesn't show up in the services list.