TNS-1190 despite listener password

Hi,
we are migrating from em 11g to em 12c. Now we are getting listener error TNS-1190 "trc_directory (TNS-1190),. Please check log for details. ". As per note 1399060.1 I set listener password and changed "Monitoring Configuration" in oms but the same error still occurs.
When I execute "show trc_directory" from shell everything works fine:
oracle@orarac11g:~ $ lsnrctl
LSNRCTL for Solaris: Version 11.2.0.3.0 - Production on 03-DEC-2012 09:48:37
Copyright (c) 1991, 2011, Oracle.  All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> show trc_directory
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
TNS-01190: The user is not authorized to execute the requested listener command
LSNRCTL> set password
Password:
The command completed successfully
LSNRCTL> show trc_directory
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
LISTENER parameter "trc_directory" set to /oraclebin/app/gridbase11.2/diag/tnslsnr/orarac11g/listener/trace
The command completed successfullyDoes anybody have the same error?
Thanks in advance

Hi
I suggest first check you listener log. If you still see messages "trc_directory * 1190", you have not fixed the problem with your listener password.
If you setup the listener password properly on the server, you need then to place it in the listener config on OEM side.
Go to Listener Menu ->Target Setup -> Monitoring Configuration and place the password in "Listener Password" field. Then save the config.
and see again. if it does not help try to reboot the agent.
Kirill Loifman, dadbm.com
Edited by: Kirill Loifman on Jan 14, 2013 1:40 AM
Edited by: Kirill Loifman on Apr 12, 2013 7:51 AM

Similar Messages

  • 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

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

  • Listener passwords

    In
    http://www.petefinnigan.com/weblog/archives/00000639.htm
    Pete is worried about listeners with no passwords.
    Why cant the XE install script set a password for the listener.?

    While I generally agree with Pete, at this time I have two reactions:
    1) Look at the number of listener problems we have in the beta. Do we need the added complexity right now?
    2) The password is not for accessing the listener, but for accessing the listener control facility with which you make configuration changes. It seems to be designed for protection in remote administration environments.
    I have often wondered how critical the listener password is in an XE environment, when appropriate lsnrctl useage (at least in Linux) can be controlled by ACL. For example - on my system, without a password a non-DBA user would see:
    pops@fuzzy:~> lsnrctl stop
    LSNRCTL for Linux: Version 10.2.0.1.0 - Beta on 20-NOV-2005 07:36:33
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=fuzzy)(PORT=1521)))
    TNS-01190: The user is not authorized to execute the requested listener command

  • Oracle listener password

    Hi,
    I have set password for listener in 9i database (9.2.0.8).
    Password is prompted during stopping the listener but not during starting the listener. Below are the steps followed to set password for the listener,
    LSNRCTL>set cur LIST_TESTDB
    LSNRCTL>change_password
    LSNRCTL>set password
    LSNRCTL>save_config
    $lsnrctl stop LIST_TESTDB
    TNS-01169: The listener has not recognized the password.
    LSNRCTL>set cur LIST_TESTDB
    LSNRCTL>stop
    (the listener stops successfully)
    $lsnrctl start LIST_TESTDB
    (the listener gets started successfully).
    How to enable the password protection during starting the listener.
    Regards.

    I have set password for listener in 9i database (9.2.0.8).
    Password is prompted during stopping the listener but not during starting the listener. Below are the steps followed to set password for the listener,password is not required to start the listener even if it is set. except for start you need to enter/set password of all other listener administration.

  • TNS-01151: Missing listener name - APPS_VIS

    Hi,
    We completed the installation of E-BIZ Database and Application onto separate VMs via Oracle's eDelivery templates. Both new VMs are up and running per the OVM Manager.
    However, we are not able to connect to the eBusiness Application. Per the e-Business Suite Rapid Install guide, we should be able to verify installation by accessing:
    http://<host name>.<domain name>:<HTTP port>/OA_HTML/AppsLogin
    We receive a HTTP Internal Error when trying to access this.
    Numerous verification steps have been performed including:
    - Testing network connectivity (ping) between APP VM and DB VM using the hostname
    - Checking that the tnslsnr on DB VM is listening on port 1521, which is what was also configured for APP VM
    - Checking that the httpd on APP VM is listening on port 8000
    I am unable to run lsnrctl to check the status - how should my profile be set to be able to run this as I receive: lsnrctl: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    I have also included adalnctl.txt log from the E-BIZ Application Server. I'm not sure whether the LISTENER.ORA on the APP or DB server should be updated. And if so what should it be updated with?
    02/15/10-13:22:33 :: You are running adalnctl.sh version 120.3
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 15-FEB-2010 13:22:33
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    TNS-01101: Could not find service name APPS_VIS
    02/15/10-13:22:34 :: adalnctl.sh: Starting listener process APPS_VIS.
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 15-FEB-2010 13:22:34
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/E-BIZ/12.1.1/VIS/apps/tech_st/10.1.2/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.5.0 - Production
    Log messages written to /u01/E-BIZ/12.1.1/VIS/apps/tech_st/10.1.2/network/log/apps_vis.log
    TNS-01151: Missing listener name, APPS_VIS, in LISTENER.ORA
    Listener failed to start. See the error message(s) above...
    Thanks in advance.
    Regards,
    Martin

    Just a follow-up to this thread. We have now been able to start and successfully login to the e-Business Suite.
    The source of the problem was in the installation of the e-Business Suite (via template) - it previously never completed successfully due to:
    1) DNS - No DNS has been setup with the new virtual hosts as this is simply a prototyping activity. We found that it initiates connection with DB host during installation and will not complete successfully if one is not found. Furthermore, the /etc/hosts file is wiped of existing entries and replaced just with the host of the e-Business application server everytime ebiz_1211_reconfig.sh is run. Workaround is to login to the host during the reconfiguration and update the /etc/hosts file just after it instantiates the static IP address
    2) Apps Password - The application could not startup as it was connecting to the database with a locked out user account. It uses the 'app' user to login to the DB - hence the apps password set during the e-Business application installation must correlate with the app user on the database - in this instance we kept it as apps/apps
    After resolving the above issues we are able to connect through the web URL to e-Business Suite.
    My next question is, assuming our database instance is called 'VIS', why is adalnctl trying to look for APPS_VIS in the listener.ora? I read
    Thanks.

  • Setting up Listener Password for Oracle 9.2.0.7

    I am looking for information on configuration needed for "stopsap"  when password is set  up for the 9i listener.

    Hi Inho,
    When a listener password is set, you don't need a special configuration to start/stop sap.
    The password is to protect the listener operation, not the connection to it.
    It's started with the ora<sid> user before the sap instance starts, and stopped after it stops.
    Regards,
    JC Llanes.

  • Setting listener password in oracle 8i

    i have some very old windows databases that are 8.1.0.7. I am not able to upgrade these.
    I am trying to set a password.
    1. go to command line
    2. lsnrctl
    3. set password <password>
    LSNRCTL> set password l1stener1$
    The command completed successfully
    LSNRCTL> save_config
    Connecting to (DESCRIPTION=(ADDRESS=(
    21)))
    No changes to save for LISTENER.
    The command completed successfully
    LSNRCTL>Why does it say nothing to save?
    3. When I type status
    I get: Security: off
    How do I verify that there is a password? I can't turn the listener off. Its a production database.
    When I look in my listener.ora file, it does not appear to be getting updated with a password?
    Edited by: Guess2 on Sep 30, 2009 12:20 PM

    First: Always test in a test environment before doing it in production.
    Next: If you are very brief, you can stop and restart the listener without interupting service.
    The only people who might be affected would be someone who happened to be attempting to connect at the split second your listener is down. Otherwise, existing connections should not be impacted. But, do NOT do this in production (never, ever, ever). Got it?
    Finally, if you have set the password, changed the password, and saved your configuration, you should be able to look into your listener.ora file and see the password setting. It should look something like:
    #----ADDED BY TNSLSNR 30-SEP-2009 15:41:13---
    PASSWORDS_LISTENER = 9BD20802761D432E
    There are numerous sites discussing listener passwords.
    Do a search on "lsnrctl set password"
    Hope that helps...
    ji li

  • Listener password - good or bad idea?

    Hello
    We have recently been audited on one of our Oracle databases (10.2.0.4). One of the recommendations is that we apply a password to our Listener.
    I’ve looked at some of the Oracle documentation & checked a few references on the web. What I’m picking up is contradictory. One site (http://andrewfraserdba.com/2007/05/24/listener-passwords-always-for-9i-never-for-10g/) explicitly says do not set a password for Listener in Oracle 10 (unless you need to) because it makes the system less secure. This is also my reading of Metalink 260986.1 (“In Oracle 10g and newer versions of the listener, the listener is secure out of the box. There should be no need to set a listener password to prohibit privileged LSNRCTL commands from being executed.”)
    On the other hand the Oracle 10g security guide does explicitly say that a password should be applied (“Protect the listener with a password" p. 2-7). Though it doesn’t go into detail on this point.
    Does anyone have any comment on this – I prefer not to apply a password as long as the system remains secure mainly because it’s just another thing to manage.
    Any advice appreciated.
    Chris

    That portion of the 10g guide wasn't updated as it should have been.
    You could log an SR with Oracle Support. I am sure that they will refer you to the Notes already mentioned.
    The 11gR2 guide doesn't have such a statement. The 11gR2 Net Services Administrator's guide even goes on to say that a listener password is deprecated.
    Hemant K Chitale

  • TNS-12541: TNS:no listener   TNS-12560: TNS:protocol adapter error    TNS-00511: No listener

    Dear Team,
                            When I am trying to start my LISTENER  on my Windows server manually its showing error like The OracleOraDb11g_home1TNSListener service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.I Have created LISTENER twice also.When I am checking status on CMD prompt below is error is showing.Please help me out how to solve the issue.
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<host name>)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
      32-bit Windows Error: 61: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
      32-bit Windows Error: 2: No such file or directory
    Regards,
    Praveen K

    Hi,
    Did you check whether the windows service for listener is up and running? if not please start it, by typing "services.msc" in run window and start the service. Then check whether you have listener.ora file in $ORACLE_HOME/network/admin and also post listener.ora contents.
    Regards,
    Pradeep. V

  • Listener password

    Once u set up a password on the listener, how do you code it exactly on the listener utility to start a listener with a password? lsnrctl: start listener password
    I tried above, it doesn't work. (vs. 9i)

    A password isn't required to start the listener, even after setting a password. Just type lsnrctl start from the OS command line and this will start the listener. To stop the listener you will need to give the password. For example from the OS prompt:
    lsnrctl
    - once in the listener utility type:
    set password
    - you will then be prompted for a password
    Password: <enter your listener password>
    stop

  • TNS-00511: No listener- 64-bit Windows Error: 61: Unknown error

    SO - windows 2008 server R2 standard
    I've install oracle 10g r2 - 10.2.0.4 ( with some problem - i have modified oraparam.ini to install - 6.1 )
    Now when i try to start listener but i have some problems :
    LSNRCTL> start
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    and
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.11)(PORT=1521
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    64-bit Windows Error: 61: Unknown error
    LSNRCTL>
    i can connect
    sqlplus / as sysdba
    i can't conn user/user@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.11)(PORT=1521))
    i don't have the service OracleOraDb10g_home1TNSListener

    Windows 2008 R2 version is not yet certified for Oracle products by Oracle.
    You need reconsider your decision of using this operating system or switch to a certified combination.

  • TNS-01151: Missing listener name

    I found the following error in er.log. Does anyone know what this means? I am unable to start the listener service because of this.
    TNSLSNR for 32-bit Windows: Version 8.1.5.0.0 - Production on 07-MAY-01 11:46:07
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    System parameter file is D:\Oracle\iSuites\network\admin\listener.ora
    Log messages written to D:\Oracle\iSuites\network\log\er.log
    TNS-01151: Missing listener name, er, in LISTENER.ORA

    Check the HOST and PORT parameters in your
    Listener.ora file
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <machine>)(PORT = 1521))
    Hope this helps
    Ranga

  • My Time Capsule (gen 3) is being hacked via Wi-fi despite WPA2 password changes, anyone else?

    I have a recent 1 TB Time Capsule (gen3) that is now being hacked into via wi-fi on a regular basis. I can't seem to stop it despite repeated password changes. The hacker seems able to re-enter witin minutes of a password change on the TC. And even if I manually disconnect the TC from the ISP's cable modem. Hence the hack seems to be via wi-fi.  Computer passes anti-virus scans from several different brands. Traffic doesn't seem to show up in Little Snitch. Am thinking that someone has developed a new way to crack Apple's encryption for the Time Capsule.  This may be a vulnerability in the new June update for TC. Anyone had a similar experience? Hacker appears as a new connected PC under "Shared" in Finder's side bar.

    Exactly what are you seeing that causes you to suspect that the TC has been hacked?  Unplug your Xerox devices and see if the mystery device disappears from the network.  Also be aware that all network devices, including network printers, can be hacked.
    If someone has cracked the WPA2 encryption so that they can read your wifi traffic they would have to be within wifi range, which means they're very close to you.  That would allow you to create a short list of neighbors who have that kind of technical skill or give you an opportunity to glance through the windows of the cars parked within wifi range of your home to see who's sitting in there with a laptop.
    Otherwise, if your network is compromised, it's more likely that you have a hacked computer on your network that gives the hacker access to the TC through the LAN.

Maybe you are looking for

  • Error in creating a quotation DP80

    When creating a quotation for service orders that have external services, the system displays error message AD01155 "An error occured during material determination for a dynamic item". I checked the DIP profile and assigned the cost element used for

  • HT4623 since my laptop crashed and itunes had to be re-installed my iphone 5 will no longer sync?

    since my laptop crashed and itunes had to be re-installed my iphone 5 will no longer sync with itunes. can anyone suggest anything?

  • Open Files in selected application

    As with the files in "Finder" I click on them and they open in a particular application (default) or one of my choosing. Is there a way to transfer files to the iPad and them open them with the application of my choice?

  • Re: CSRFGuard failing to initialize in WebLogic 12c

    Hi, has this issue been solved meanwhile ? I'm asking because we have run into the same problem: We needed to 'harden' an older web application against Cross-Site Request Forgeries and we used OWASP's CSRFGuard (V 3.0.0.503) for the task. While devel

  • DVI connected external monitor now having mouse troubles

    Hi Everyone, I'm new. I recently bought a 27inch imac and a DVI adapter to hook up a second monitor. When the second monitor is plugged in and on everything is ok. When the second monitor is unplugged everything is ok. When the second monitor is plug