The difference between ORACLE dynamic registration and Static registration (RPM)

Source: Internet
Author: User

1, Oracle 10g is established by the NETCA mode is the dynamic registration method
2, if you want to change the method of static registration, add the following content in the Listener.ora

Sid_list_listener = (Sid_list = (     Sid_desc =        (sid_name = Plsextproc)        (oracle_home =/u01/app/oracle/product /10.2.0/db_1) (Program        = extproc)     )    (Sid_desc =           (sid_name = JEFF)            (oracle_home =/u01/app/oracle/ product/10.2.0/db_1)--for this paragraph           (global_dbname = Jeff))    LISTENER = (description_list =     (DESCRIPTION =                (ADDRESS = (PROTOCOL = TCP) (HOST = r1) (PORT = 1521))                (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC0)))     

3, the difference between the two
Static registration: Listener does not know the status of the instance, only when the process through its connection to the database can know, if you want to use the remote management database to use static monitoring
Dynamic registration: Listener real-time knowledge of the status of the instance, the database is closed dynamically from the listener , so the remote management database start and stop is not.

Http://zhidao.baidu.com/link?url=tlXp8w4el_DXOmVnjl72FzNsfYyhyGXj3XkSijcnIqr8x-xGH85LKdFrCFCXKclGxBi_ Lt-hk-qs2lziekdwuk1hanufq4ak7sk78kd0qcc

The difference between ORACLE dynamic registration and Static registration (RPM)

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.