Modify Oracle listening address under Linux

Source: Internet
Author: User

What if your server has switched to IP?

What if your server changed its name?

What about the former little buddy?

What about previous old customers?

It doesn't matter, simply teach you to modify the listening address, old friends casually find!

To modify the listening address first find two files, determine two things!

 First name of your host?

Second your IP address?

Third, where is your listener.ora?

Four, where's your tnsnames.ora?

The original file listens on localhost, and the name is mapped to an IP address in/etc/hosts 127.0.0.1

Lisenter.ora directory in

/opt/oracle/11g/network/admin

LISTENER =            = = = (PROTOCOL = IPC) (KEY = EXTPROC1521)) = (PROTOCOL       = TCP) (HOST = 10.1.111.123) (PORT = 1521))    )  =/opt/oracle

Tnsnames.ora

ORCL =      = = (PROTOCOL = TCP) (HOST = 10.1.111.123) (PORT = 1521))    = c18/>= dedicated)      = orcl)    )  )

It is possible to replace localhost with its own IP.

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.