Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ASM Instance registeration with LISTENER

767685May 7 2012 — edited May 7 2012
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,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2012
Added on May 7 2012
4 comments
2,824 views