Tns listener error:

i was away from Oracle for around 6-7 months and now i am back in it.
i was trying to install Oracle 32-bit 10.2 on windows 2003 enterprise edition.
i installed it without any issues. i didnt enable to option on creating the default database which comes along with Oracle installation.
later after installation i created a database throught dbca (not manually).
once i created the database, i tried to log into the database through command line and faced a oaa-12154 error. i restarted the listener and even edited the listener.ora and tnsnames.ora files.
i also ran the netca and restarted the listener. i am confused as to what is causing the error the OracleServoceSID service is running
can someone please guide me as to what is going wrong?
^C:\Documents and Settings\Administrator>set oracle_sid=arvind^
^C:\Documents and Settings\Administrator>sqlplus "sys as sysdba"^
^SQL*Plus: Release 10.2.0.1.0 - Production on Sun Mar 8 00:35:22 2009^
^Copyright (c) 1982, 2005, Oracle. All rights reserved.^
^Enter password:^
^ERROR:^
^ORA-12154: TNS:could not resolve the connect identifier specified^
i went to lsnrctl and saw the status.
^LSNRCTL> status^
^Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracle)(PORT=1521)))^
^STATUS of the LISTENER^
^------------------------^
^Alias LISTENER^
^Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ^
^ction^
^Start Date 08-MAR-2009 00:03:57^
^Uptime 0 days 0 hr. 29 min. 40 sec^
^Trace Level off^
^Security ON: Password or Local OS Authentication^
^SNMP OFF^
^Listener Parameter File E:\oracle\product\10.2.0\db_1\network\admin\listener.o^
^ra^
^Listener Log File E:\oracle\product\10.2.0\db_1\network\log\listener.log^
^Listening Endpoints Summary...^
^ (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracle)(PORT=1521)))^
^The listener supports no services^
^The command completed successfully^
contents of the listener.ora file:
^LISTENER =^
^ (DESCRIPTION_LIST =^
^ (DESCRIPTION =^
^ (ADDRESS = (PROTOCOL = TCP)(HOST = oracle)(PORT = 1521))^
^ )^
^ )^
contents of the sqlnet.ora file
^SQLNET.AUTHENTICATION_SERVICES= (NTS)^
^NAMES.DIRECTORY_PATH= (TNSNAMES)^
^NAMES.DIRECTORY_LOOKUP= (TNSNAMES, ONAMES)^
contents of the tnsnames.ora file
^ARVIND =^
^ (DESCRIPTION =^
^ (ADDRESS_LIST =^
^ (ADDRESS = (PROTOCOL = TCP)(HOST = oracle)(PORT = 1521))^
^ )^
^ (CONNECT_DATA =^
^ (SERVICE_NAME = arvind)^
^ )^
^ )^

I am new to Oracle and I have come accross this error earlier.
Try going to oracle base and start sqlplus from there.
If it still gives error, issue set ORACLE_SID=<yourSID> at the oracle base directory level and again try logging in through SQLPlus. That worked for me.

Similar Messages

  • MARS - Oracle TNS listener errors

    Anyone familiar with this:
    [pnadmin]$ pndbusage
    Program aborted due to: ORA-12541: TNS:no listener
    MARS was fine before the holiday weekend. When I came back, I was looking at the summary page and the graph wasn't being drawn. I SSH'd to MARS and did the above.
    While SSH'd to MARS (and my HTTPS session still open) I did a reboot and I still get the same error. Also, now when I HTTPS to MARS I get a login page, but the url is: https://10.6.184.116/logout.jsp
    The username/password fields and login button are in the upper left corner of the browser window, not in the middle like normal.
    So, now I have two problems. The first being my TNS listener error and the second being that I can't log in. It wants me to log out first...ugh.
    Thanks,
    Bob

    This sounds like a known issue and if memory serves a developer will need to login and do something, so you'll need to open a TAC case.
    Here is the link:
    http://www.cisco.com/en/US/products/ps6241/products_field_notice09186a008070fcaf.shtml

  • TNS Listener error while opening a Form !

    Hi all,
    I have installed Form/Reports 11gr2 with Weblogic 10.3.6 64-bit & database 11gr2.
    All installations and configures are successful.
    But when I give URL address (servername:portno/forms/frmservlet?form=main) to open a form, it gives me following error;
    ora-12514: TNS:listener does not currently know of service requested in connect descriptor.
    I searched on google, but didn't clear my error. I also checked Oracle services, all are started.
    So please guide me !
    Thanks/Regards.
    Dass

    I never changed settings in tnsnames.ora, it is always as per default settings.  If required  now then let me know.
    Please note that when I connect my form builder with databases, it is connected. But when I run my form it again show same error and open a dialog box for
    username,password & databases connection string.
    I copied this file into "E:\Oracle\Middleware\asinst_1\config"  of form.
    Below is my tnsnames.ora file;
    # tnsnames.ora Network Configuration File: E:\app\admin\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    Thanks.

  • TNS  Listener error in Obiee 11g

    Hi folks,
    I am struggling with one in Obiee11g . whenever login into the presentation services(http://localhost:9704/analytics), im getting ,username and password nt authenticated . i saw error msg in the server.log file.
    Error msg is :
    Received exception while creating connection for pool "mds-owsm": Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    Could u guys resolve this problem.
    Regards
    C'nu

    check with this:
    Cannot connect to Database from the OBIEE 11g upgraded RPD

  • TNS listener error "ORA-12514: TNS:listener..."

    Hi all,
    I have a problem with my listener on Oracle 11.2.0.2.
    I am more of a developer than a DBA, and I do not have a DBA to consult, so I hope you can address me, please.
    I have 2 DB instances running on the same machine ORCL and ORCL2 on port 1521, both using the same listener "LISTENER" as well on port 1521.
    In my TNSnames I had to add yesterday as well a new entry to a DB (ORCL3) hosted on a different machine.
    Since then, I can connect to ORCL and ORCL3 without problem via sqlplus, but I get the below error when I connect to ORCL2:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    I think the answer is to have to separate listeners for ORCL and ORCL2, but I have had several failed attempts.
    Can you please advise on what I need to do? I have looked at various sites, but if you are not too experienced with listeners, they are not really very clear.
    Thanks

    Hi, thanks.
    ORANAMES:
    # tnsnames.ora Network Configuration File: C:\oracle\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ORCL2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl2)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.xxx.xxx.net)
    ORCL3 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 1.2.3.4)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.2.3.4)
    STATUS:
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Production
    Start Date 28-JAN-2012 10:14:06
    Uptime 0 days 2 hr. 19 min. 26 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File C:\oracle\diag\tnslsnr\xxx\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.xxx.xxx.net" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.xxx.xxx.net" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • TNS Listener Error During CE 7.2 Install Phase "Import Java Dump"

    Hi All,
    We are installing a new CE 7.2 system on AIX 6.1 with Oracle 10.2.0.4
    (system name JDQ). We are receiving the following error during
    installation phase "Import Java Dump:"
    Oct 11, 2010 12:44:50 PM com.sap.inst.dbtools
    [Thread[main,5,main]] Fatal:
    com.sap.inst.common.exception.DBConnectionException:
    java.sql.SQLException: Listener refused the connection with the
    following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect
    descriptor
    at com.sap.inst.common.db.DBConnection.connect
    (DBConnection.java:157)
    at com.sap.inst.jload.Jload.main(Jload.java:226)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.offline.OfflineToolStart.main
    (OfflineToolStart.java:161)
    We chose "Typical" for the installation type and sapisnt chose port
    1527 for the Oracle listener port by default. We are installing JDQ on
    a server where other SAP instances are already installed.
    Unfortunately, port 1527 is already in use by one of the other SAP
    systems for its Oracle listener. We have tried the following to
    resolve the error:
    1) Changed listener port for JDQ
    a. Changed the following files for JDQ to use port 1530 instead of
    1527:
    $ORACLE_HOME/network/admin/listener.ora
    $ORACLE_HOME/network/admin/tnsnames.ora
    /sapmnt/JDQ/profile/oracle/tnsnames.ora
    b. Restarted the JDQ database and listener, then clicked Retry
    c. Did not work. Exited and restarted the install, but this did
    not work, either.
    2) Changed listener name for JDQ
    a. Changed the following files for JDQ to use listener
    name "LISTENER_JDQ" instead of the default name of "LISTENER":
    $ORACLE_HOME/network/admin/listener.ora
    b. Restarted the JDQ database and listener, then clicked Retry
    c. Did not work. Exited and restarted the install, but this did
    not work, either.
    d. Changed the listener name back to "LISTENER" and restarted the
    DB and listener
    3) Changed installation files containing port 1527
    It looks like the installation saves the input parameters in files in
    the instllation directory. After we changed the JDQ environment to use
    the 1530 port, we thought maybe the install was getting 1527 from one
    of the installation files. Therefore we tried the following:
    a. Used command "find . -xdev -type f -exec grep -l -w 1527 {} \;"
    to obtain a list of files containing port 1527.
    b. Backed up these files
    c. Edited these files, changing 1527 to 1530. Files modified
    include the following:
    control.xml
    inifile.2.xml
    inifile.3.xml
    inifile.xml
    keydb.2.xml
    keydb.xml
    summary.html
    d. Clicked Retry, but still got the error
    e. Exited the installlation and restarted it. We are still
    getting the error.
    4) I know that for Java systems, the listener port is stored in the
    Secure Store. The SecStore.key and SecStore.properties files have been
    installed in directory /usr/sap/JDQ/SYS/global/security/data; however,
    configtool does not yet exist under /usr/sap/JDQ/J01; therefore I
    cannot see whether port 1527 has been placed in the Secure Store.
    Therefore, we did not take any action here.
    What do we need to do to resolve the error?
    Thanks in advance for any help you can provide.
    Tommye

    HI ,
    Could you please let us know how did you edit the secstore file without configtool ? How did you resolve the issue? I am facing the exact issue now..Please advice .
    Regards,
    Nibu Antony

  • New Host Name - TNS Listener error

    I moved a server to a new location including a new ip address/host name and
    now i get an error "ORA-12505 TNS Listener does not know of SID given in connect dscriptor" How do I update the listner hostname?

    answer to the first question:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 02-OCT-2006 07:51:05
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 29-SEP-2006 13:35:40
    Uptime 2 days 18 hr. 15 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/ne twork/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/ne twork/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xx.xxx.xx)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [root@xxxx-xxxxx bin]#

  • TNS Listener Error. Please Help. Urgent

    Hello All,
    I restarted the Oracle Server. After restarting the TNS SERVICE is not starting at all. It shows the status as started and then thros the error "TNSLSNR.EXE encountered a problem and needs to close."
    The error stack is something like
    szAppname :TNSLSNR.EXE
    szAppver : 0.0.0.0
    szModename: unknown
    szModVer: 0.0.0.0
    offset :0003002
    Please help me to overcome this error. Even when i try to configure a new listener using the Net Configuration Assistant nothing happend. Means nothing shows up in the services.
    Please tell me what could be the possible reason and what should be done to overcome the issues.
    Regards,
    SID

    The documentation
    http://tahiti.oracle.com/
    Select your database version, note I guessed here because you don't provide that information.
    http://www.oracle.com/pls/db102/db102.homepage
    Enter listener.log into the Quick Search
    http://www.oracle.com/pls/db102/search?remark=quick_search&word=listener.log
    Analyzing Listener Log Files
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/troublestng.htm#sthref1676
    Resolving the Most Common Error Messages for Oracle Net Services
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/troublestng.htm#i440403

  • ORA-12523: TNS listener Instance error

    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    ORA-12523: TNS:listener could not find instance appropriate for the client conne
    ction
    Why i get TNS listener error during startup mount

    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 9.2.0.5.0 - Production on 25-SEP-2006 11:51:
    33
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ORADBbvt)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.5.0 - Produc
    tion
    Start Date 25-SEP-2006 11:43:55
    Uptime 0 days 0 hr. 7 min. 40 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File C:\oracle\ora92\network\admin\listener.ora
    Listener Log File C:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ORADBbvt)(PORT=1521)))
    Services Summary...
    Service "BW" has 1 instance(s).
    Instance "BW", status BLOCKED, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully

  • TNS Listener stopping frequently.

    Hi Team,
    From few days i m facing below issue. As i m not aware of Database stuffs finding difficult to trace the error and the root cause for this issue.
    Problem: TNS Listener stops even though the service seems to be running. Due to this my application stops and we are not able to access the application.
    When i tried connecting to oracle Enterprise management console i get TNS Listener error, so i restarted the TNS listener service and my application services . Then everything worked fine.
    I could see few errors in event viewer:
    error: Faulting application TNSLSNR.EXE, version 0.0.0.0, faulting module unknown, version 0.0.0.0, fault address 0x00000000.
    Please let me for further details. Immediate response will be appreciated.
    Regards,
    Salma

    Sada wrote:
    Hi All,
    Thanks for the reply,
    Actually i m usinf export command to take backup. But even my system admin is using Symantec backup procedure to take backup of server.ie all folders prepsent in that server.
    Please let me know which is the best solution to take backup.
    Regards,
    SalmaExport is not a backup of the physical database. It's output cannot be used to recover lost or corrupted database files. It knows nothing about checkpoints, control files, redo sequences etc. It's use is one part of a backup plan, but it is not sufficient on its own.
    As a DBA it is your job to be able to recover the db, not your SA's. His backup plan is obviously no good for Oracle databases.

  • ORA-12514: TNS:listener - RMAN - Target Database

    Hi Pals,
    Today while configuring two of my machines (On same Network) for RMAN I'm facing some issues while connect to the Catalog Server and register a target database.
    Here are more details about the (Environment) -- machines:
    Machine 1 - ORCL (Catalog Server)
    Machine 2 - PRCL (Target Database)
    Both machines and in same network.
    Tnsping results: both machines are able to ping each other
    Unix Ping results: both machines are able to ping
    Listeners: Up and Running on both machines
    Names: Listeners (Both Machines)
    TNSnames: Created an for both machines in each others tnsnames.ora file.
    tnslsnr status: Connected Both Machines)
    OS: Linux Red Hat 5
    Db: Oracle 11gR2
    Status: DB are up and working good and both are in ARCHIVELOG Mode.
    Env: VMWARE Team (Version 6)
    So, while trying to connect to Catalog Server(DB Name: ORCL) from Target Machine (DB name: PRCL) I'm getting a TNS:Listener based error.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    [oracle@localhost ~]$ rman target / catalog rman/oracle90@orcl
    Recovery Manager: Release 11.2.0.1.0 - Production on Mon May 21 20:49:08 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: PRCL (DBID=459947553)
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04004: error from recovery catalog database: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    [oracle@localhost ~]$
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Please assist and let me know in case more details required.
    Thanks
    Prashant Dixit

    Hi Tychos/DMorgan,
    Below provided are tnsentries and listener.ora file contents from both of the machines.
    Yes, i'm using vmware (Team) and have 2 machines in the same network (1st ORCL - 2nd PRCL). Both of them are able to ping each other.
    First Machine 1 - ORCL Instance:
    *1. listener.ora file:*
    +++++++++++++++++++++++++
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.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 = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    ADR_BASE_LISTENER = /u01/app/oracle
    ----> tnsnames.ora__
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.localdomain)
    PRCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = prcl.localdomain)
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Machine 2: PRCL Instance -
    listener.ora file
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.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 = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    ---> tnsnames.ora file
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    PRCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = prcl.localdomain)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.localdomain)
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    I've tried several options with SERVICE_NAME and HOST name after your's and Morgan's post but no luck so far. Please let me know if need (*tnslsnr* status results as well)
    So, this is what i originally have on my machine and yes I'm still getting ORA-12514: TNS:listener error.
    Thank you guys for your attention.
    Please help.
    Thanks
    Prashant Dixit
    Edited by: OracleAnt ... on May 22, 2012 4:58 PM

  • Connect to Oracle through ODBC - TNS: No Listener Error

    Hi All,
    I've been trying to chase this problem down for over a month now and I have had no luck. When I try to connect to an Oracle server through MS Access I get the TNS: No Listener error. The kicker is when I go to the odbc data source administrator in windows I am able to connect to the oracle server. My computer is windows 2007 and I have Oracle 11.2 installed. Could anyone assist?
    When I type lsnrctl start in the command prompt it says it has been already started.
    Here is my tnsnames.ora:
    ORMANRPT.WORLD=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=bspz1565.bhdc.att.com)
    (PORT=1521)
    (CONNECT_DATA=
    (SID=ORMANRPT)
    Here is my sqlnet.ora:
    AUTOMATIC_IPC = OFF
    TRACE_LEVEL_CLIENT = OFF
    names.directory_path = (TNSNAMES)
    names.default_domain = world
    name.default_zone = world
    names.default_domain=world
    here is my listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\cb260e\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\cb260e\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\cb260e

    1009773 wrote:
    I used this computers IP and name. Is this what my listener should look like?
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\cb260e\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\cb260e\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = 144.158.355.240)(HOST = ilcdf44v.itservices.ms.com)(PORT = 1521))Line above is WRONG!
    I suggest you move, remove, rename, delete or otherwise move the listener.ora file out of the way.
    listener.ora is NOT required to start or utilize the listener
    open Command Window after doing as directed above then issue the OS commands below
    lsnrctl stop
    lsnrctl start
    lsnrctl status
    # now wait 60+ seconds before issuing the next command below
    lsnrctl service
    COPY the results from all above, then PASTE all results back here.

  • TNS:No listener error: Please help me

    Hi all,
    I have installed Oracle 10g in my laptop.few weeks back i was able to work on that. But today when i tried to connect to my database(im using Toad) i am getting TNS:No Listener error.
    I checked in Listener.ORA file also. All seems to be fine.
    What could be the probelm?? Can anyone pls help me in this regard?
    Thanks in advance.
    Raghu

    Hi,
    check whether listener is Up and running or not.
    Use lsnrctl and check for status
    Thanks
    Pavan Kumar N

  • Data Guard Broker teasing error ORA-12514: TNS:listener

    Hello,
    I have spent many hours but don't understand what little thing I am missing or confusing me.. Please help to fix the issue.
    Physical Standb db created successfully, but now facing following issue: Though it should be and must be fixed but really making me mad
    DGMGRL> SHOW CONFIGURATION;
    Configuration - DATA GUARD
      Protection Mode: MaxPerformance
      Databases:
        dg - Primary database
    Fast-Start Failover: DISABLED
    Configuration Status:
    DISABLED
    DGMGRL> ADD DATABASE DG_DB2
    > AS CONNECT IDENTIFIER IS DG_DB2
    > MAINTAINED AS PHYSICAL;
    Error: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    Failed.
    PRIM:
    db_name: DG
    db_unique_name: dg
    service_names:  dg
    STBY:
    db_name: DG
    db_unique_name: dg_db2
    service_names:  dg_db2
    # TNSNAMES same entries on both Primary and Standby: HOSTNAMES are different.
    DG =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = db01.domain)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = dg)
    DG_DB2 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = db02.domain)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = dg_db2)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = db01.domain)(PORT = 1521))   db02.domain for Standby on standby machine.
    # Listener.ora on PRIMARY:
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = db01.domain)(PORT = 1521))
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = dg_DGMGRL.domain)
          (ORACLE_HOME = /oracle/app/11g/db)
           (SID_NAME = dg)
           (SERVICE_NAME = dg.domain)
    # Listener.ora on Standby:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = dg_db2_DGMGRL.domain)
          (ORACLE_HOME = /oracle/app/11g/db)
           (SID_NAME = dg_db2)
           (SERVICE_NAME = dg_db2.domain)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = db02.domain)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    I created Stby DB with the minimum parameters required, so that I configure BROKER and see it magic, but badly stuck in this situation here. I have read many docs related to this..but can not fix it unfortunately.
    Please guide me from your own experience as note ids, blogs are not helping me here...
    Bundle of thanks.
    Best Regards

    Hi,
    Your listener.ora file has SERVICE_NAME = dg_db2.domain whereas tnsnames.ora file has SERVICE_NAME = dg_db2.
    Check in your database for exact service name and reflect the same in both the files.
    SQL> sho parameter service_names
    Restart the listener and try connecting.
    Thank you!!

  • Listener  errors in logs  TNS-001184 TNS-12502

    Oracle Enterprise Edition 10.2.0.3
    HP-UX
    2 Node RAC
    Hi
    I have seen repetitive errors in listener log file of one of our databases.
    The errors are like this,
    07-DEC-2010 12:35:27 * service_register * EXS1 * 1184
    TNS-01184: Listener rejected registration or update of service handler "DEDICATED"
    TNS-01185: Registration attempted from a remote node
    08-DEC-2010 12:35:27 * service_died * EXS1 * 12537
    08-DEC-2010 12:35:27 * service_update * EXS1 * 0
    There are also errors like the following,
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    TNS-12502: TNS:listener received no CONNECT_DATA from client
    I referred this oracle metalink note, ID 275058.1 and it says this is because LOCAL_LISTENER and REMOTE_LISTENER are not configured properly, But I see errors like this being frequent (every minute) yesterday and only once today.
    Our Application team complains about problems in performance of various procedures at various time intervals. Can this be the cause of such performance degradation ?

    The first error is similar when copy/paste listener.ora to other node (ex. test enviroment) and not modify listener.ora then when you tyr start listener, it connect and register to original node.
    If your application team have poor performance, maybe you must trace (tkprof or sqlnet trace) to concrete the problem.
    Good luck

Maybe you are looking for

  • IPhone 4s on AT&T - Viewing Mail While On a Call

    I don't know if this is an Apple issue or an AT&T issue, but I just upgraded to an iPhone 4s the other day and I had a problem viewing mail while using the phone. I was on a call, and went to the Mail app to check an archived mail message.  When I na

  • Can't open or reinstall iTunes 9.1

    Found existing thread on this problem. Message was edited by: SS

  • File adapter doubt

    i have doubt regarding file adapter can a file adapter work dynamically? for example: we are configuring one file name and a path. whether multiple files can be taken from the path dynamically when using file adapter. Message was edited by:         a

  • Message Splitting with out BPM

    Hi,     Is there anyway to split the message into different messages suppouse M1,M2,M3. And I want to route these messages i.e. M1, M2, M3 dynamically to receivers using enhanced receiver determination. i.e. M1 is to route R1,R2,R3. M2 needs to route

  • Problem in openbox with transmission

    I've got a problem with transmission and other torrent clients like rtorrent while in openbox. When I run them and play music or watch movies with smplayer or vlc after a period of time the torrent client becomes irresponsive and the media players st