Use ORACLE10G official documentation to find a template for a listening file (Listener.ora)

Source: Internet
Author: User

Statement ************************************************************** *********

Original works, from the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the source, otherwise hold the copyright legal responsibility.

Deep Blue Blog:http://blog.csdn.net/huangyanlong/article/details/39780739

*************************************************************************************************************** *************

Example:oracle10g Official document find a template for a listening file (Listener.ora)

Way One: Find a listening template by managing documents

Go to the Database Network Configuration guide, as shown in:

Locate the configuration Listener document location as follows:

Locate the template location, as shown in:

You can follow the template to write a listening file, as follows:

LISTENER =

(description=

(address_list=

(address= (protocol=tcp) (Host=sales-server) (port=1521))

(address= (PROTOCOL=IPC) (Key=extproc))))

Sid_list_listener =

(sid_list=

(sid_desc=

(Sid_name=plsextproc)

(oracle_home=/oracle10g)

(Program=extproc)))

method Two: Find the monitor template by reference document

Find the reference, as shown below:

LISTENER =
(description=
(address_list=
(Address= (PROTOCOL=TCP) (Host=sale-server) (port=1521))
(Address= (PROTOCOL=IPC) (Key=extproc))))
sid_list_LISTENER=
(sid_list=
(sid_desc=
(global_dbname=sales.us.acme.com)
(oracle_home=/oracle10g)
(Sid_name=sales))
(sid_desc=
(Sid_name=plsextproc)
(oracle_home=/oracle10g)
(Program=extproc)))

Statement ************************************************************** *********

Original works, from the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the source, otherwise hold the copyright legal responsibility.

Deep Blue Blog:http://blog.csdn.net/huangyanlong/article/details/39780739

*********************************************************************************************************** *****************

Use ORACLE10G official documentation to find a template for a listening file (Listener.ora)

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.