Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Giving Grant on v$DATABASE Oracle
  • ORACLE_SID in sqlplus Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Generate SSH without password authentication. Linux/Unix
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle
  • Getting started with notebook Python/PySpark
  • Oracle 10g Wait Model Oracle
  • create user with unlimited quota Oracle
  • First Entry in RAC Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • checking connectivity between two servers Linux/Unix
  • Sort with ASCII order and Numeric Order 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

  • Transfer SQL Profiles from One database to other database. Oracle
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • load SPM baseline from cursor cache Oracle
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • V$ROLLSTAT status is Full Oracle
  • How to find where datafile is created dbf_info.sql 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
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • grep multuple patterns Linux/Unix
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • V$transaction notes for finding XID composition. Oracle
  • good linux notes Linux/Unix
  • Read CSV File using Python Python/PySpark
  • runsql_once.ksh Linux/Unix
  • Oracle Data Direct to TAPE Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme