To modify the port number of an oracle 10g rac listener to 1523, rac1523

Source: Internet
Author: User

To modify the port number of an oracle 10g rac listener to 1523, rac1523
To modify the port number of an oracle 10g rac listener to 1523

I,
Modify listener. ora and change 1521 to 1523. Back up the file in advance for quick recovery

II,
Modify tnsnames. ora, change the value of remote_listener in tnsnames. ora to 1523, and back up the file in advance to facilitate quick recovery.

III,
Modify local_listener database initialization parameters

Alter system set local_listener = '(ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.216) (PORT = 1523) 'sid = 'orcl1 '; alter system set local_listener = '(ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.1.219) (PORT = 1523) 'sid = 'orcly ';
4. Restart the cluster listener
Srvctl stop listener-n node_name1srvclt stop listener-n node_name2srvctl start listener-n node_name1srvctl start listener-n node_name2


In addition, for details about How to Modify the listening Port number of rac of 11gR2, see: How to Modify SCAN Setting or SCAN Listener Port after Installation (Doc ID 972500.1)
Changing Listener Ports On RAC/EXADATA (Doc ID 1473035.1)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.