Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • To check whether standby is recovering properly or not?? Oracle
  • findx.sql /* Find Indexes on specified USER.TABLE_NAME */ Oracle
  • create PLAN_TABLE command. Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • To see how much time or progress of long transaction Oracle
  • Getting started with notebook Python/PySpark
  • Recovering lost SYS password Oracle
  • arch_configUOCIOTTO.ora Oracle
  • Rman Notes -1 Oracle
  • exp syntax in oracle 10g Oracle
  • scp with ssh2 Linux/Unix
  • checking connectivity between two servers Linux/Unix
  • eplan.sql Oracle
  • Optimizer SORT Operations Oracle

Implementing Listener Security

Posted on 08-Jul-2009 By Admin No Comments on Implementing Listener Security

Step:1

======

Do following steps to implement encrypted listener password.

$ lsnrctl

LSNRCTL> set current_listener LISTENER

LSNRCTL>set save_config_on_stop on

LSNRCTL> change_password

Old password:

New password: e1

Reenter new password: e1

LSNRCTL> set password

Password: e1

LSNRCTL> stop

Step:2

======

Check your listener.ora file

Entries similar to the following should have been added to your listener.ora

automatically.

SAVE_CONFIG_ON_STOP_listener1 = ON

PASSWORDS_listener1 = 2D6C48144CF753AC

Step:3

======

Additionally, to prevent altering the running listener configuration, you can set the following parameter in the listener.ora file:

ADMIN_RESTRICTIONS_listener_name=ON

==========================

Script to stop listener using script.

————————————-

#!/bin/sh

lsnrctl < EOF
set current_listener listener_name

set password encrypted_password

stop

exit

EOF

Oracle, SQL scripts

Post navigation

Previous Post: Free conference number from http://www.freeconference.com
Next Post: run this before doing any dbchange pvm_pre_change.sql

Related Posts

  • How to analyze statspack or AWR report. Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • v$backup.status information Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Goog notes on X$ tables Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • DBMS_SQL for alter session. Oracle
  • cur_sql.sql Oracle
  • SAN Linux/Unix
  • Generate SSH without password authentication. Linux/Unix
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • sid_wise_sql.sql Oracle
  • Find long Running Transaction Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme