Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

setting password on listener

537177May 20 2007 — edited Jun 6 2007
Hi,

I am running 10g2.

After following the article http://orafaq.com/node/567 to enable password on listener I was eble to set the password.
Now aftre I saved the config I was wondering why I am still able to start and stop listener without providing the password?

Here my listener.ora

# listener.ora Network Configuration File: C:\oracle\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = 537CAFEBE6E)(PORT = 1521))
)
)


#----ADDED BY TNSLSNR 20-MAI-2007 12:00:57---
PASSWORDS_LISTENER = EED29094473AF00C
#--------------------------------------------


Any idea?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2007
Added on May 20 2007
6 comments
1,007 views