|
-
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC) (KEY = EXPROC0))
(PROTOCOL_STACK =
(PRESENTATION = TTC)
(SESSION = NS)
)
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = sunserver) (PORT = 1521))
(PROTOCOL_STACK =
(PRESENTATION = TTC)
(SESSION = NS)
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /data1/oracle)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = ggin1)
(ORACLE_HOME = /data1/oracle)
(SID_NAME = ggin1)
)
(SID_DESC =
(GLOBAL_DBNAME = cm)
(ORACLE_HOME = /data1/oracle)
(SID_NAME = cm)
)
)
This is the content in my listener.ora file. The listener that is being used is the default one. It has the name as "LISTENER" itself.
There is no password encryption or something like that in the file.
But I'm not able to RELOAD or issue any commands at the listener prompt(lsnrctl>). Please help me. I tried without giving password and it's failing giving the following message.
LSNRCTL> reload listener
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXPROC0))(PROTOCOL_STACK=(PRESENTATION=TTC)(SESSION=NS)))
TNS-01169: The listener has not recognized the password
Please help me........
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|