Hi,
For the purpose of Oracle Security change, I wanted to add SECURE_REGISTER_LISTENER = (TCP) to the listener.ora file. Then, I need to stop and start the listener, and to get the database register with the listener, I am supposed to do ALTER SYSTEM REGISTER;
My question is:
How will I register the ASM instance with the listener, please?
is it same like registering database,i.e., ALTER SYSTEM REGISTER; while connecting with sys / as sysasm? will the ASM INSTANCE register dynamically?
DB=10.2.0.4 OS=RHL
[oracle@db ~]$ sqlplus / as sysasm
SQL*Plus: Release 11.2.0.1.0 Production on Mon May 7 14:58:37 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Automatic Storage Management option
SQL> show parameter local_listener
NAME TYPE
------------------------------------ ---------------------------------
VALUE
------------------------------
local_listener string
Thank you.
Regards,