Advertisement

04.03.2008 at 06:31AM PDT, ID: 23292687
[x]
Attachment Details

ORA-12514: TNS:listener does not currently know

[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.3
Tags:

oracle, 10g, 10.2.0.1.0

Hi Friends

I am trying to setup tnsnames and listener. But for some reason it is not getting connected to database and it throws error.

ORA-12514: TNS:listener does not currently

Can you please look at the config information below. Any suggestion where it would have gone wrong.

Thanks
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
====================================================================
C:>sqlplus scott/tiger@tmus
 
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Apr 3 09:12:44 2008
 
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
 
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
 
 
=====================================================================
 
LSNRCTL> status tmus
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=TAPP16TMUS.archive.com
)(PORT=1525)))
STATUS of the LISTENER
------------------------
Alias                     tmus
Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
ction
Start Date                02-APR-2008 15:01:43
Uptime                    0 days 18 hr. 6 min. 32 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   D:\oracle\product\10.2.0\db_1\network\admin\listener.o
ra
Listener Log File         D:\oracle\product\10.2.0\db_1\network\log\tmus.log
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=TAPP116TMUS.archive.com)(PORT=1525)
))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\extproc2ipc)))
Services Summary...
Service "tmus.USA.archive.COM" has 1 instance(s).
  Instance "tmus", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
 
=======================================================================
 
TMUS=
  (DESCRIPTION=
    (ADDRESS_LIST=
      (ADDRESS=(PROTOCOL=tcp)(HOST=TAPP116TMUS.archive.com)(PORT=1525))
      (ADDRESS=(PROTOCOL=ipc)(KEY=extproc2))))
 
SID_LIST_TMUS=
  (SID_LIST=
    (SID_DESC=
      (GLOBAL_DBNAME=tmus.TMUS.USA.ARCHIVE.COM)
      (ORACLE_HOME=D:\oracle\product\10.2.0\db_1)
      (SID_NAME=tmus)))
 
=======================================================================
 
TMUS.USA.ARCHIVE.COM =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = TAPP116TMUS.archive.com)(PORT = 1525))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = tmus)
    )
  )
Answered By: schwertner
Expert Since: 01/29/2001
Accepted Solutions: 3891
schwertner has been an Expert for 7 years 11 months, during which he has posted 11736 comments and answered 3891 questions. schwertner is just one of 761 experts in the Oracle 10.x Zone. 5 experts collaborated on this answer, which was graded a "B" by the asker.
 
 
 
 
20081119-EE-VQP-48 / EE_QW_2_20070628