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

Similar Messages

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

  • 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

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

  • 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

  • Oracle 11G - set id password to not expire

    Hello, I've created an Oracle 11G database. The default on passwords is to expire every 180 days. I need to create an account that batch processes can use (for application code) which will not expire. How do I set a password on a user id to not expire? Maureen

    Maureen Blackford wrote:
    Hello, I've created an Oracle 11G database. The default on passwords is to expire every 180 days. I need to create an account that batch processes can use (for application code) which will not expire. How do I set a password on a user id to not expire? MaureenLook at PROFILEs.
    And rethink your goal. The longer a password is allowed to live, the more opportunity for it to become exposed. If you care at all about database security, never allow a password to have unlimited life. Our end users have 180 life, my internal administrative passwords have 90 life.

  • Help on preparing shell script for setting the listener password

    Hi All,
    I am working on checking all my DB servers listeners and if the password is not set for the listener then I need to set the password for that.
    As we have many servers, I am planning to prepare the shell script for doing this task.
    I am familiar with setting up the listener password manually, but strucked up to prepare the shell script to do the same task.
    Can any one kindly help me on this.
    Thanks in advance,
    Mahi

    815537 wrote:
    Could any body please help me.
    Thanks,
    MahiPatience, Grasshopper
    This forum is not a chat line, and it is not paid support.
    No one is responsible for monitoring it and giving a quick response.
    Furthermore, it is a global forum. The person with the information you seek may very well live 20 time zones away from you and was going to bed just as you posted. He will not even see your post for several more hours.
    Your original post went up in the middle of the night for half the world.
    No one with the information you seek is deliberately withholding it until you sound sufficiently desperate.

  • 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

  • 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

  • How to programmatically set initial password when a user is created in OID

    We are using the odihragent synchronization process to automatically create users in OID when an employee record is created. We would like to set the initial password for the newly created user to their last name + the last 4 digits of their SSN.
    The odihragent process is successfully creating the user in OID and populates the last name and the last 4 digits of the SSN in OID. According to an open SR I have with Oracle, we cannot use the odihragent process to set the initial password because any time the employee record is updated, the synchronization process will reset the password to last name + SSN. They have recommended that we use a pl/sql plug-in to set the password using the WHEN_ADD plug-in procedure.
    I am new to using OID and plug-ins and the examples provided in the Developer's Guide are limited.
    I would like to know if anyone else is using plug-ins or another process to set initial passwords when a user is created? If you are using plug-ins would you be willing to share a code sample?

    I am surprised that I have not received any responses... Surely there are others who are experienced with programmatically setting passwords when new users are programmatically created. Does anyone have any pointers on how to best accomplish this?

  • ATG 10.1.2 . How to set BCC password through CIM?

    I'm new to 10.1.2 version, trying to installing and configure it properly to learn it. With CIM I configured and set Publishing, Production and Staging instances.
    I ran BCC after installation (http://localhost:8180/atg/bcc) and was prompted for password - admin/admin or merchandising/merchandising set by default in previous ATG versions didn't work in 10.1.
    I learned from ATGInstallGuide that there is no default passwords preset in 10.1.2 and I have to set them though CIM. (Or ACC)
    Here what is says:
    *"Through CIM. During the post-installation setup process, CIM prompts you to set the passwords for the*
    *default profiles that your environment requires "*
    I do remember I was once asked one for password for merchandising user only, and the password I set didn't allow me into BCC, so probably it was for something else.
    Please, advise how to set BCC passwords for default account (admin, merchandising and etc) in CIM? I don't see this option in CIM - I everything in CIM and didn't find it
    Just in case there is the list of options CIM provides me after running:
    [1] Database Configuration - Done
    [2] Server Instance Configuration - Done
    [3] Application Assembly & Deployment - Done
    [P] Product Selection - Done (Oracle ATG Commerce Reference Store &
    ATG-Endeca Integration & ATG Site Administration)
    [A] Select Application Server - Done (JBoss)
    *[C] Custom CIM Plugin Launcher
    I'm still not able to open BCC application
    Edited by: 994398 on Mar 17, 2013 5:36 PM
    Edited by: 994398 on Mar 17, 2013 5:37 PM

    CIM will ask for new passwords when you select Create Schema and Import data. If you have forgotten the pwd given by you, you can reset it.
    Check the below threads regarding similar issue.
    ATG 10.1.1 BCC -Default password for admin
    not able to login into ATG Dyn admin
    Cheers
    R

  • Set the password for zip file in unix

    Hi All,
    I have used the below command to zip the file and it is working fine.
    cd /YYYY;zip -r ZZZZ.zip ZZZZ.TXT
    While using the below command to set the password on zip file , I am getting error like "zip error: Invalid command arguments (encryption not supported)
    zip -P password -r ZZZZ.zip ZZZZ.TXT
    Can you please help me how to set the password for zip file in UNIX.
    Thanks,

    Do you use any characters in the password that might confuse the zip command? (like '-' or ';'?)
    If I use the command in RHEL4:
    cd /tmp
    zip -P password -r tt.zip gconfd-oracle
    adding: gconfd-oracle/ (stored 0%)
    adding: gconfd-oracle/lock/ (stored 0%)
    adding: gconfd-oracle/lock/ior (deflated 67%)

  • What is the password for 'oracle' user created during XE installation?

    Hi,
    What is the password for 'oracle' user automatically created when XE is installed?
    I installed XE on Linux and it's created under 'oracle' user, but I don't know 'oracle' password. So, I cannot stop TNS listener.
    During configuration, it prompted me to enter SYS and SYSADMIN password but it didn't ask me to enter 'oracle' user password.
    Please let me know or point me to the document.
    Thanks,
    N

    Hi Jari,
    I tried your suggestion, but it didn't work unfortunately.
    When I type (sudo su -oracle) as follows, it still prompts the password. When I hit Enter key w/o anything, it seems to proceed and the prompt shows up in the following line. So, I thought it was successful, but when I checked 'whoami', it's not logged in as 'oracle'.
    So, I created the password for 'oracle' and logged in as 'oracle' using a new password. Then, I stopped TNS listener to uninstall XE.
    It would be nice if it's documented in XE document somewhere... since it's created by XE installation, I assumed some kind of default password was used.
    Thanks,
    N

  • How to disable Listener Pwd in Oracle?

    Hello,
    Can someone help me with the command to disable and enable listener password? This Step is required during HA test. Any help will be appreciated with points.
    Thanks.

    Dear learner,
    To Enable:
    Execute commands from lsnrctl utility
    1.set current_listener <your_listener_name>
    2.set save_config_on_stop on
    3.change_password ( first time old password nothing press enter)
    4.stop listener
    5.set password ( enter password )
    6.stop
    7.start
    To Disable:
    1.Remove save_config and password entry from listener.ora
    2.stop and start listener
    Regards
    Vinod

Maybe you are looking for

  • MacBook Pro with retina display freezes when streaming from Vudu

    I don't know if anyone has experienced this before. I have been trying to watch Non-Stop on Vudu tonight with a lot of issues. After streaming for a while, perhaps some 15-20 minutes or so, the video starts buffering non-stop (ha!). The problem is th

  • Catbundle.sql taking too much time while running it for CPU-April2011

    Hi , I am on oracle 11.1.0.7.0 and I am applying the CPU patch April 2011. OS is Solaris SPARC. As part of that , i am running the catbundle.sql. currently , for last 180 mins , the catbundle.sql is at this state : SQL> PROMPT Processing Oracle Java

  • Edits in Business Catalyst

    Hi I am wondering when I make edits in the Business Catalyst to my webage eg change text on a page When I go back and edit the site through muse the updates will not be there?

  • DISABLING INPUT FIELD

    HI Experts,                I hav used select-options date. I need to disable the high date range (S_DATE-HIGH). so that user can only change the lower limit. pLZ HELP. tHANKS. KHAN

  • Is possible to go wirelessly with a PS181C-00CET?

    I have a Toshiba Satellite, Model PS181C-00CET. It has an Ethernet LAN network card which works fine. Is there something I can do to operate it wireless on my G network or is this a matter of setting it up correctly. Note that I am using XP. Thanks,