OEM and TNS-01169

I'm trying to connect to a 10gR2 database (via OEM) that has a password protected listener. After configuring/starting dbconsole, OEM shows that the database instance is up, however I'm getting TNS-01169 "Listener has not recognized the password". I am able to use LSNRCTL and successfully pass the password to stop/start/check status of listener. Is there a way for dbconsole to pass the listener password upon start?
Edited by: bjp112 on Feb 16, 2010 9:33 AM

[oracle@localhost ~]$ oerr tns 1189
01189, 00000, "The listener could not authenticate the user"
// *Cause: The user attempted to issue a privileged administrative command, but
// could not be successfully authenticated by the listener using the local OS
// authentication mechanism. This may occur due to one of the following
// reasons:
// 1. The user is running a version of LSNRCTL that is lower than the version
//    of the listener.
// 2. The user is attempting to administer the listener from a remote node.
// 3. The listener could not obtain the system resources needed to perform the
//    authentication.
// 4. The local network connection between the listener and LSNRCTL was
//    terminated unexpectedly during authentication message exchange, such as
//    if LSNRCTL program was suddenly aborted.
// 5. The communication between the listener and LSNRCTL is being intercepted
//    by a malicious user.
// 6. The software that the user is running is not following the authentication
//    protocol, indicating a malicious user.
// *Action: Make sure that administrative commands are issued using the LSNRCTL
// tool that is of a version equal or greater than the version of the listener,
// and that the tool and the listener are running on the same node. You can
// issue the VERSION command to find out the version of the listener.
// If a malicious user is suspected, use the information provided in
// the listener log file to determine the source and nature of the requests.
// Enable listener tracing for more information. If the error persists,
// contact Oracle Support Services.

Similar Messages

  • Oracle SQL*Net and TNS Protocol

    I need to get technical documents on Oracle SQL*Net and TNS Proticol, down to the bit-level definition. I have talked to serveral people in Oracle Documentation, Sales and Tech Support, but no one could give me any clue so far. Any one can help me on this?

    SQL*Net is installed by default with SQL*Plus and any of the clients (OEM uses the JDBC OCI driver and some native connectivity).
    It is likely that the version of the client you have installed is not one that TOAD can work with or it can't find the client (is the Oracle home/bin directory in the path?)

  • TNS-01169: The listener has not recognized the password

    Dear All
    I am using Oracle8 Enterprise Edition Release 8.0.5.0.0 on Windows XP
    My problem is that
    When I tried to stop listener by using lsnrctl80 stop it gives me the subjected error,
    while when I stop the listener from Windows Servcies it stops successfully.
    Plz note that when I start listener by using lsnrctl80 start it starts successfully.
    Following is the information of listener.ora
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS=
    (PROTOCOL= TCP)
    (Host= it-rhassan)
    (Port= 1521)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = 0
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = it-rhassan)
    (SID_NAME = GL)
    (SID_DESC =
    (GLOBAL_DBNAME = it-rhassan)
    (SID_NAME = ERP)
    PASSWORDS_LISTENER = (oracle)
    Plz note that I alsed tried to give password same as the internal passwrod, and remove PASSWRODS_LISTENER but same error occured in each cases.
    Thanks in advance for your help
    Hassan

    I did not find the exact solution on the suggested site. only found the Error Code and description.
    Then I searched on Google.com and found following result which has successfully solved my problem.
    LSNRCTL> change_password
    Old password:
    New password:
    Reenter new password:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DBDEV1)(PORT=1526)))
    TNS-01169: The listener has not recognized the password
    LSNRCTL> set password
    Password:
    The command completed successfully
    LSNRCTL> change_password
    Old password:
    New password:
    Reenter new password:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DBDEV1)(PORT=1526)))
    TNS-01169: The listener has not recognized the password
    LSNRCTL>
    Regardless of how you enter the password, through a single line or on the prompt, the change will not be successful. To change the password, you have to remove the line passwords_listener in the file listener.ora and then change the password.
    Thanks
    Hassan

  • TNS-01189,TNS-01169

    Hi,
    i am getting this error on my 10g database , this error occurred twice in between 2 hours, after that their is no errors like this.what is the reason for this can any one help me on this please?
    Regards
    Venkat
    TNS-01189: The listener could not authenticate the user
    TNS-01169: The listener has not recognized the password
    26-JAN-2013 15:44:47 * version * 0
    26-JAN-2013 15:44:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=STATUS)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870336)) * status * 1189
    TNS-01189: The listener could not authenticate the user
    TNS-01169: The listener has not recognized the password
    26-JAN-2013 15:44:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=log_file)(ARGUMENTS=4)(SERVICE=LISTENER)(VERSION=169870336)(VALUE=listener)) * log_file * 1189
    TNS-01189: The listener could not authenticate the user
    TNS-01169: The listener has not recognized the password
    26-JAN-2013 15:44:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=log_file)(ARGUMENTS=4)(SERVICE=LISTENER)(VERSION=169870336)(VALUE=qqqualys)) * log_file * 1189
    TNS-01189: The listener could not authenticate the user
    TNS-01169: The listener has not recognized the password
    26-JAN-2013 15:44:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=log_file)(ARGUMENTS=4)(SERVICE=LISTENER)(VERSION=169870336)(VALUE=listener)) * log_file * 1189
    TNS-01189: The listener could not authenticate the user
    TNS-01169: The listener has not recognized the password

    [oracle@localhost ~]$ oerr tns 1189
    01189, 00000, "The listener could not authenticate the user"
    // *Cause: The user attempted to issue a privileged administrative command, but
    // could not be successfully authenticated by the listener using the local OS
    // authentication mechanism. This may occur due to one of the following
    // reasons:
    // 1. The user is running a version of LSNRCTL that is lower than the version
    //    of the listener.
    // 2. The user is attempting to administer the listener from a remote node.
    // 3. The listener could not obtain the system resources needed to perform the
    //    authentication.
    // 4. The local network connection between the listener and LSNRCTL was
    //    terminated unexpectedly during authentication message exchange, such as
    //    if LSNRCTL program was suddenly aborted.
    // 5. The communication between the listener and LSNRCTL is being intercepted
    //    by a malicious user.
    // 6. The software that the user is running is not following the authentication
    //    protocol, indicating a malicious user.
    // *Action: Make sure that administrative commands are issued using the LSNRCTL
    // tool that is of a version equal or greater than the version of the listener,
    // and that the tool and the listener are running on the same node. You can
    // issue the VERSION command to find out the version of the listener.
    // If a malicious user is suspected, use the information provided in
    // the listener log file to determine the source and nature of the requests.
    // Enable listener tracing for more information. If the error persists,
    // contact Oracle Support Services.

  • What's the difference between OEM and standart licensing of VMware vSphere for users?

    Good day,
    Could you please explain me,
    What's the difference between OEM and standart licensing of VMware vSphere for users?

    The difference is usually the support you get. With OEM versions you'll often get support from the OEM and not from VMware directly.
    André

  • My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?

    My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?
    thanks

    for windows you should have an exe and a 7z file.  put both in the same directory and double click the exe.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • [svn:bz-trunk] 21277: Added ds-console source to package-oem and removed copy command for datavisualization .swc which doesn't exist in the specified location.

    Revision: 21277
    Revision: 21277
    Author:   [email protected]
    Date:     2011-05-18 11:35:28 -0700 (Wed, 18 May 2011)
    Log Message:
    Added ds-console source to package-oem and removed copy command for datavisualization.swc which doesn't exist in the specified location. I do not find it in the most recent package-oem.zip neither
    Modified Paths:
        blazeds/trunk/build.xml

    Gusar wrote:No, it's not. I have actually seen cases where software rendering gave a higher glxgears score than hardware rendering (and no, it wasn't about vsync). Of course, with *actual* apps on the same machine, software rendering sucked compared to hardware rendering.
    Please do not jump to conclusions and make assumptions here like 'when will people finally get it??'.  I never said it was a benchmark.  I have also seen many examples of where it's results do not go with conventional performance.  I have a Radeon 9000 that goes faster on glxgears than a Geforce FX 5600 running Nouveau.  Which is the faster card?  The FX by miles.  It is not a benchmark as it can not be compared between configurations.  What I know is that on this individual system, from prior experience over many years when 3D acceleration is working glxgears gets between 300 and 400 fps.  When it is not working it gets less than 10.  That is a fact but does not mean it is benchmarkable.  Yes, a Quake 3 timedemo (I have these numbers too and they very much correlate to glxgears performance for this system given just how slow it is) would be a benchmark but when it runs less than 0.1fps and even the 2D rendering means that navigating the menu is impossible, there just isn't the time to find out.  Hence if playing around with drivers on this system I would use glxgears to check that 3D acceleration is working but not to benchmark.  Glxinfo does not give you all this evidence.
    But to clarify, I wouldn't use glxgears as a benchmark, benchmarking is different and I do a lot of that too.

  • OracleXML and TNS errors

    I have a very annoying issue. I'm attempting to use the
    OracleXML front-end client and I keep getting "oracle not
    available" and "tns: couldn't resolve name" messages. I use JDBC
    on this machine all the time so I doubt it is my environment.
    Oracle has been installed on this machine for sometime,JDBC
    developing has be working for sometime, now OracleXML breaks.
    What is the deal?
    null

    Hi Chris,
    Here are some excerpts from various replies that I had posted
    in this forum regarding connection problems,
    The OracleXML front-end currently assumes the oci8 jdbc protocol
    and connects using the
    string "jdbc:oracle:oci8:"+username_password_string+"@"
    We will update the front-end in the next version so that we can
    take in the JDBC connect string as well in the argument list.
    One thing for you to try out would be to write a small java
    program against the OracleXMLQuery class to see if that works.
    I have attached a very simple program below:-
    import java.sql.*;
    import java.math.*;
    import oracle.xml.sql.query.*;
    import oracle.jdbc.*;
    import oracle.jdbc.driver.*;
    public class testXML{
    public static void main(String args[]) throws SQLException
    DriverManager.registerDriver
    (new oracle.jdbc.driver.OracleDriver());
    Connection conn = (Connection)
    DriverManager.getConnection("jdbc:oracle:oci8:scott/tiger@");
    Statement stmt = conn.createStatement();
    ResultSet rset = stmt.executeQuery("select * from emp");
    OracleXMLQuery qry = new OracleXMLQuery(conn,rset);
    String xmlString = qry.getXMLString();
    System.out.println(" OUPUT IS "+xmlString);
    This code does a select from emp table available in scott/tiger
    schema. U can change the login and the table names
    appropriately. Setup all the environment variables etc.. (see
    release notes), save this as testXML.java, run javac to get the
    class and execute it using "java testXML". If this doesnt work,
    try changing the getConnection line to use the thin jdbc, such
    as,
    DriverManager.getConnection
    ("jdbc:oracle:thin:@","scott","tiger");
    You can check out the JDBC documentation for how to specify
    your connection for your particular setup (such as specifying
    the port number etc.. if needed).
    Lemme know if it works,
    I think the problem in your case must be the JDBC connect
    string. Please check that and also make sure that the ORACLE_SID
    etc.. is set correctly.
    Thanks
    Murali
    ================================================================
    Chris Madison (guest) wrote:
    : I have a very annoying issue. I'm attempting to use the
    : OracleXML front-end client and I keep getting "oracle not
    : available" and "tns: couldn't resolve name" messages. I use
    JDBC
    : on this machine all the time so I doubt it is my environment.
    : Oracle has been installed on this machine for sometime,JDBC
    : developing has be working for sometime, now OracleXML breaks.
    : What is the deal?
    null

  • OEM and OSS on Solaris 7

    Can anyone help?
    I have written a complete Secure Configuration Guide/Policy for my company using Oracle 8 on Windows NT. However, they now want me to do another Guide for Oracle 8 on Solaris 7. I am trying to use my previous guide as a template, but a good third of my guide is dedicated to using OSS and OEM on Windows NT.
    I have come across a PDF document on installing OEM and the last section is for Installing on UNIX, but it begins with "Insert the OEM CD into the CD-ROM drive."
    Oracle 8 on Windows NT included OEM and OSS on the CD, but the CD I have for Oracle 8 on UNIX does not have these on it. Well, at least I cannot see it in the Software Asset Manager.
    Does anyone know:
    1) Do I need to get hold of OSS and OEM separately? Or are they on the CD-ROM, and I am simply doing this wrong by assuming use of The Software Asset Manager?
    2) Are there any Oracle 8 Administration documents on the web anywhere for UNIX including OEM, OSS, and general Oracle 8 Admin? I have been looking for over two weeks now, and can't seem to find anything...
    Someone please help! :)
    Russcle

    The OEM that came with my distribution of Oracle8i EE was on a separate CD to the server software. On the OEM CD was NT and Solaris versions of OEM plus some Win9x client stuff.
    hope this is of some use.
    derek.

  • Problems distinguish between OEM and GRID in documentation

    Hi all,
    I know, probably mine is an annoying question, but I really find difficult to distinguish the topis related to OEM and GRID. I have to configure the OEM dbconsole for a cluster, forcing a virtual IP, but I go lost in documentation (metalink too) because is quite impossible to have a clear and definitive guide to OEM NO GRID.
    Is anyone able to point me to an exhaustive documentation??
    Any help will be appreciated.
    thank you very much

    You are right, there's no specific DBConsole documentation. Standalone DBConsole is installed and configured by utility 'emca'. On metalink there's a comprehensive description of this utility,including for clustered environments.
    Overview Of The EMCA Commands Available for DB Control 10.2 Installations
    Doc ID: Note:330130.1
    Werner

  • Packet failures - ORA-12571 and TNS-12637

    Hello there -
    I've received several packet type errors for a Remedy application running Oracle 11g. Two of the errors are as follows - ORA-12571: TNS:PACKET WRITER FAILURE and TNS-12637: Packet receive failed. Apparently the DB seems to come down for a few moments and than come back up again. Anyone have any ideas on solutions?

    Anyone have any ideas on solutions?I see Oracle as victim; not culprit.
    bcm@bcm-laptop:~$ oerr ora 12571
    12571, 00000, "TNS:packet writer failure"
    // *Cause: An error occurred during a data send.
    // *Action: Not normally visible to the user. For further details, turn
    // on tracing and reexecute the operation. If error persists, contact
    // Oracle Customer Support.
    bcm@bcm-laptop:~$ oerr ora 12637
    12637, 00000, "Packet receive failed"
    // *Cause:  A process was unable to receive a packet from another process.
    //          Possible causes are:
    //          1. The other process was terminated.
    //          2. The machine on which the other process is running went down.
    //          3. Some other communications error occurred.
    // *Action: If the cause is not obvious, contact Oracle Customer Support.

  • Office 2013 OEM and Office Home & Business 2013 registration

    Hi to all,
    in our company we brought some Office 2013 OEM licenses and 1 Home and Business 2013. The problem is that i have registered the OEMs with my personal Microsoft account and now i need to register the Home and Business and i want to avoid to register it with
    this. Then, my questions are:
    1. What is the procedure to register a Microsoft company account.
    2. Is there the possibility to move OEM license from my personal account to a the company account ?
    Thank you.

    Hi,
    I noticed that the questions were about licensing rather than Office client issues, please understand we discuss questions and feedbacks about Office client in this forum, we are not familiar with the procedure/migration you mentioned.
    To help you get the best resource upon this topic, I suggest you contact your local customer service to get more appropriate assistance:
    http://support.microsoft.com/gp/customer-service-phone-numbers/en-us
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Office 2013 OEM and Group Policies

    Has anyone been able to apply group policy to a OEM (or Retail) version of Office 2013.
    Particularly I am not able to set the Workgroup Templates Location.
    Thank you.

    1st, group policy for Office 2013 will apply to all license editions of Office 2013.
    2nd, however, there is no such build-in policy for setting the Workgroup Templates Location. To manage the Workgroup Templates Location, we need to add the "SharedTemplates" string under the following registry key (via group policy
    or any method you prefer):
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Common\General
    The workgroup templates location is stored in the
    SharedTemplates
    string value.
    Max Meng
    TechNet Community Support
    Max that doesn't appear to be the case.  We have volume media and click to run installs of Office 2013 and the latter simply do not pick up the Group Policy settings whilst the volume media installs do.

  • How to set-up new user for 9i OEm and OMS

    Apologies since this is a 10g grid control forum but I wasn't sure where to post these questions..
    I am trying to give a DBA access to our 9i OEM Repository so he can add his servers and databases for monitoring. I know he will need 'SELECT ANY DICTIONARY' and that I will need to create his user id in the Repo DB with DBA authority. Are there any other roles or privileges that he will need?
    Will I also need to place an agent on each server for the 9i OEM/OMS to discover it? Will the listenere.ora need to have the OEM Repository entries added?
    I searched the OEM Admin Guide but only found info on using the OEM Security Manager which I am not able to access.
    Thanks for your help..
    Sam

    Hang on, you have a 9i OEM OMS setup and you want to give x access to this so x can add targets onto the oms?
    If I've understood you correctly, you do not need to create a database account on the repository. You need to create a user on the OEM9i Console (probably a super admin to add targets is required) for x.
    A 9i or 8i agent is required for the OEM9i OMS to discover the target server and associated databases.
    9i and 8i agents require an entry in the listener.ora on the target server. You do not need an entry where you OEM9i OMS is.
    Download the 9i documentation, all this info is there.

  • Fatal NI connect error 12170 and TNS-12535: TNS:operation timed out

    We are getting intermittently following error.
    TNS for Solaris: Version 10.2.0.3.0 - Production
    Oracle Bequeath NT Protocol Adapter for Solaris: Version 10.2.0.3.0 - Production
    TCP/IP NT Protocol Adapter for Solaris: Version 10.2.0.3.0 - Production
    Time: 26-FEB-2008 07:17:25
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS:operation timed out
    ns secondary err code: 12606
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    sql net ora file
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    # NAMES.DEFAULT_DOMAIN = world
    SQLNET.EXPIRE_TIME = 10
    Out of 10,000 sucessful connections, some 10 connections are getting the 12170 and 12535 error. It is due to firewall connection time out ?
    Appreciate advanced help
    Prasad

    Hi ,
    Even I am facing similar issue. Please let me know if you have any resolutions for this

Maybe you are looking for