Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • send email from unix mailx with attachment. Linux/Unix
  • how to find OS block size Oracle
  • How to remove blank lines using vi editor command Linux/Unix
  • longtx.sql Oracle
  • Checking SQL Server Version SQL Server
  • Finding Oracle Patches with opatch Oracle
  • good linux notes Linux/Unix
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • online_ts_bkup.sql Oracle
  • Oracle Metalink useful notes Oracle
  • Export Oracle data and Compress at same time 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

  • USER_TABLES.Freelists Oracle
  • Wait.sql Oracle
  • Remove duplicate rows from table Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • export import with parameter file. Oracle
  • longtx.sql Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • pvm_pre_change.sql Oracle
  • Check Oracle installed products using one command Oracle
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • To find explain plan for a statement that occurred in past. Oracle
  • PLSQL Table Syntax 1 Oracle
  • Oracle Metalink useful notes Oracle
  • Important Solaris Commands Linux/Unix
  • Which environment is used by currently running process ( Very good) Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme