|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: TNS-12541 TNS no listener issue [message #654174 is a reply to message #654165] |
Thu, 28 July 2016 01:06 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I would stop and remove that service, which will also stop (but not remove) the listener. Then start the listener, which will re-create the service. For example,
sc stop OracleOraDb11g_home1TNSListener
sc delete OracleOraDb11g_home1TNSListener
lsnrctl start listener
I think you may have messed up the permissions, which is why you can't administer it.
|
|
|
|
|
Re: TNS-12541 TNS no listener issue [message #654181 is a reply to message #654180] |
Thu, 28 July 2016 01:49 |
|
ganesh_sun87@yahoo.co.in
Messages: 22 Registered: July 2016 Location: Mumbai
|
Junior Member |
|
|
Ok thanks for that John.Here is my code
C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\ADMIN>sc stop OracleOraDb11g
_home1TNSListener
SERVICE_NAME: OracleOraDb11g_home1TNSListener
TYPE : 10 WIN32_OWN_PROCESS
STATE : 3 STOP_PENDING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\ADMIN>sc delete OracleOraDb1
1g_home1TNSListener
[SC] DeleteService SUCCESS
C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\ADMIN>lsnrctl start listener
LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 28-JUL-2016 11:54
:30
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Starting tnslsnr: please wait...
Failed to open service <OracleOraDb11g_home1TNSListener>, error 1060.
TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
System parameter file is C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\ADM
IN\listener.ora
Log messages written to c:\aplm\app\infodba\diag\tnslsnr\TEAMCENTER\listener\ale
rt\log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=TEAMCENTER.amwasia.com)(
PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=TEAMCENTER.amwasia.com)(
PORT=1521)))
STATUS of the LISTENER
------------------------
Alias listener
Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
ction
Start Date 28-JUL-2016 11:55:22
Uptime 0 days 0 hr. 5 min. 58 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\AD
MIN\listener.ora
Listener Log File c:\aplm\app\infodba\diag\tnslsnr\TEAMCENTER\listener\a
lert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=TEAMCENTER.amwasia.com)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "TCRA" has 1 instance(s).
Instance "TCRA", status READY, has 1 handler(s) for this service...
The command completed successfully
C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\ADMIN>
This is my result..
[Updated on: Thu, 28 July 2016 01:50] Report message to a moderator
|
|
|
|
|
|
Re: TNS-12541 TNS no listener issue [message #654186 is a reply to message #654184] |
Thu, 28 July 2016 02:16 |
|
ganesh_sun87@yahoo.co.in
Messages: 22 Registered: July 2016 Location: Mumbai
|
Junior Member |
|
|
the result for where lsnrctl
C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\ADMIN>where lsnrctl
C:\APLM\app\infodba\product\11.2.0\dbhome_1\BIN\LSNRCTL.EXE
and whoami /groups is
C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\ADMIN>whoami /groups
GROUP INFORMATION
-----------------
Group Name Type S
ID Attributes
============================================================= ================ =
=========================================== ====================================
===========================
Everyone Well-known group S
-1-1-0 Mandatory group, Enabled by default,
Enabled group
NT AUTHORITY\Local account and member of Administrators group Well-known group S
-1-5-114 Mandatory group, Enabled by default,
Enabled group
TEAMCENTER\ora_dba Alias S
-1-5-21-1693983369-53828479-2588551842-1001 Mandatory group, Enabled by default,
Enabled group
BUILTIN\Administrators Alias S
-1-5-32-544 Mandatory group, Enabled by default,
Enabled group, Group owner
BUILTIN\Users Alias S
-1-5-32-545 Mandatory group, Enabled by default,
Enabled group
NT AUTHORITY\REMOTE INTERACTIVE LOGON Well-known group S
-1-5-14 Mandatory group, Enabled by default,
Enabled group
NT AUTHORITY\INTERACTIVE Well-known group S
-1-5-4 Mandatory group, Enabled by default,
Enabled group
NT AUTHORITY\Authenticated Users Well-known group S
-1-5-11 Mandatory group, Enabled by default,
Enabled group
NT AUTHORITY\This Organization Well-known group S
-1-5-15 Mandatory group, Enabled by default,
Enabled group
NT AUTHORITY\Local account Well-known group S
-1-5-113 Mandatory group, Enabled by default,
Enabled group
LOCAL Well-known group S
-1-2-0 Mandatory group, Enabled by default,
Enabled group
NT AUTHORITY\NTLM Authentication Well-known group S
-1-5-64-10 Mandatory group, Enabled by default,
Enabled group
Mandatory Label\High Mandatory Level Label S
-1-16-12288 Mandatory group, Enabled by default,
Enabled group
C:\APLM\app\infodba\product\11.2.0\dbhome_1\NETWORK\ADMIN>
my listener is started in services but it still showing no listener error
|
|
|
|
|
|
|
|
|
|
|
|
Re: TNS-12541 TNS no listener issue [message #654204 is a reply to message #654202] |
Thu, 28 July 2016 05:16 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
This is looking hopeless: you do not appear to have the basic knowledge needed to address the problem. In this case, for example, it is pretty obvious that gazzag misread your post. You shopuld be using the tns names entry TCRA, not PEP.
You really do need to be able to fix that of thing yourself.
|
|
|
|
|