Hi
Oracle 10g on Windows.
The user is already in ora_dba group. I also dont think there is any password on the listener. I am unable to stop/start listener from command line, however I can from windows services. What is the reason for this ?
C:\Users\>lsnrctl stop
LSNRCTL for 64-bit Windows: Version 10.2.0.5.0 - Production on 26-JAN-2011 12:48
:44
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=MKDB02)(PORT=1521)))
TNS-01190: The user is not authorized to execute the requested listener command
C:\Users\>sqlplus "/ as sysdba"
SQL*Plus: Release 10.2.0.5.0 - Production on Wed Jan 26 12:48:52 2011
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Release 10.2.0.5.0 - 64bit Production
SQL> exit
Disconnected from Oracle Database 10g Release 10.2.0.5.0 - 64bit Production