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

Similar Messages

  • Oracle TNS Listener password

    Where do I specify the tns listener password in CF MX. I have
    added a password to the oracle TNS listener service. I need to get
    MX to pass this password to the oracle server. Is there a place to
    do this.
    cfk

    Here is what I was given from our security group here at
    USDOJ:
    We are using 9i,
    Server Product ColdFusion MX
    Version 7,0,2,142559
    Edition Enterprise
    Serial Number
    Operating System Windows 2003
    OS Version 5.2
    Description:
    A Oracle TNS Listener has been detected on the host with
    login security disabled (SECURITY=OFF).
    Observation:
    Oracle is an enterprise level database which is available on
    many different platforms.
    A configuration vulnerability exists within the Oracle TNS
    Listener which allows remote unauthenticated access. The TNS
    Listener accepts a clients request and establishes a TNS
    (Transparent Network Substrate) data connection between the client
    and the service. A TNS connection allows clients and servers to
    communicate over a network via a common API, regardless of the
    network protocol used on either end (TCP/IP, IPX, etc). A default
    installation of the TNS listens on TCP port 1521.
    Vulnerable Systems:
    Oracle 8i
    Oracle 9i
    Recommendation:
    It is recommended to only allow certain IP's or subnet ranges
    to access the TNS listener. This can be done by adding a rule in
    the firewall. We also recommend that you enable a password for the
    TNS listener within Oracle

  • 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 "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 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

  • Setting an Oracle TNS Listener password

    Im trying to enable a TNS Listener password on a database that I am monitoring through UNIX.
    I have tried set current_listener, but lsnrctl only recognizes the listener on my machine.
    Do I have to find the machine (remotely or not) where the listener is configured?
    Each time I try, I get TNS-01101 error : could not service name
    (I have already doen this successfully on my own machine, but I have to do the same for one of the databases in our firm)
    Thanks.
    Message was edited by:
    Dan A

    This error means that the service name could not be resolved by name-lookup. Verify the listener.ora is properly configured, check the name and address defined either in listener.ora or in the tnsnames.ora file.
    I suggest you this reference Configuring Password Listener Authentication
    ~ Madrid

  • 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.

  • 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

  • Oracle TNS-01190 Error

    We just upgraded from Oracle 9.2.0.6 to Oracle 10.2.0.2 and noticed that if we start the listener with oraSID you cannot shut it down with SIDadm and vice-versa.  The error message we get is a TNS-01190 "the user is not authorized to execute the requested listener command".  How can you fix this?  Please help.
    Thanks
    Jorge

    quick fix:  put user sidadm in group dba
    you can do this by modifying file /etc/group

  • Oracle TNS 12535 error after moving repository DB from Win NT to Win 2K

    Business Objects 5.1
    We have recently moved an Oracle database from Windows NT to Windows 2000. One particular user keeps on getting ORA-12535: TNS: operation timed out.
    What could be causing this?
    The user can run SQL*Plus and connect to the database without any problems.
    The user gets this error when running BO itself. When running our Application or any other Oracle tool or utility (TOAD, SQL*Plus), etc, then all works fine.
    From my own PC I can use the 'problem' users BO login to connect to the repository.
    So the nature of the problem suggests a network or configuration issue of some kind. We have limited BO expertise at this site.
    Please can someone advise?
    regards,
    MK

    Hi Mo,
    If the previous solution provided doesnu2019t works then check the following things:
    1. Check the ORACLE_HOME value in the Registry and ensure that your PC has only one "ociw32.dll" file.
    2. Confirm that the PATH environment variable definition's first Oracle /bin folder path points to the middleware
        installation you intend Supervisor to use.
    3. Add the repository database server's IP address to the local HOSTS file.
    4. Confirm the repository database's entry in the Oracle TNSNames.ora file.
    Regards,
    Sarbhjeet Kaur

  • What is Oracle TNS Listener Remote Poisoning how to resolve this?

    Hi All,
    I have oracle db running 11.2.0.3 on red hat linux 5.6.
    What are the steps to resolve?
    Thanks in Advance.
    Ramesh

    If u have oracle support then download the patch https://support.oracle.com/epmos/faces/Registration?_adf.ctrl-state=12eei87rg3_13&_afrLoop=621133060577788

  • Oracle 8i TNS Listener crashes

    After a fresh install of Oracle 8i on a NT4 Server SP5, when I
    got to to test the net names server the Oracle TNS Listener
    crashes. Anyone experience similar problems? Is there a
    solution? Is there a place on OTN where bugs can be reported
    and solutions provided?
    I will certainly not use Oracle 8i if there are errors such as
    these.
    null

    Thanks for the reply. I figured that since nobody else has said
    something similar in these threads that it must be something I
    was doing wrong. I notice that SP5 is not in MS Technet packs
    sent out monthly, it has been available for download for 3
    months or so now, obviously something is wrong with it.
    Thanks for the tip.
    Praying that I did backup my files...
    Efran S_nchez (guest) wrote:
    : Hi Stephen, I had some problems with SP5 and I opted to
    : deinstall SP5 to SP4 and Y2K update why don't you try it.
    : If you didn't made a backup of your previous service pack you
    : won3t be able to de-install SP5 and you will have to make an
    NT
    : fresh install.
    null

  • 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

Maybe you are looking for