Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Good RAC & Standby Notes Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository Oracle
  • Search and Replace vi editor command. Linux/Unix
  • Pending Distributed Transations Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • Reading config file from other folder inside class Python/PySpark
  • Proc Compilation Oracle
  • nfs mount command Linux/Unix
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • how to find VIP from ifconfig Linux/Unix
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix

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

  • Good RAC & Standby Notes Oracle
  • Sending SQLPLUS output in HTML format Oracle
  • sql_doing_fts.sql Oracle
  • How to set Processes Parameter Oracle
  • Oracle Standby Database Library Index from Metalink Oracle
  • find_open_cur.sql Find open cursorts per session 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 (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • move_arch_files.ksh Linux/Unix
  • Oracle Material from OTN Oracle
  • move_arch_files.ksh Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • crontab syntax Linux/Unix
  • Zip and unzip with tar Linux/Unix
  • Oracle Connections expire_time and firewall Oracle
  • PLSQL Table Syntax 1 Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme