How Oracle can use the IP address after modifying it

Source: Internet
Author: User

Iamlaosong

After the Oracle database server IP changes, the listening process fails to start and the corresponding configuration file needs to be modified:

1, the server side $oracle_home/network/admin/listener.ora modify the address of the host can. The listening process is responsible for listening for requests sent on the network, then responding, and then restarting listener after modification. namely:

LISTENER =
(Description_list =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.178.40.196) (PORT = 1521))
)
)

2, the client Tnsnames.ora modify the address of the host, the client does not need to restart. Path C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN, this path will change with the version and installation point. That

DL580 =
(DESCRIPTION =
(Address_list =
(ADDRESS = (PROTOCOL = TCP) (HOST = 10.178.41.253) (PORT = 1521))
)
(Connect_data =
(service_name = ORCL)
)
)

How Oracle can use the IP address after modifying it

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.