Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleContents for Chapter 7 Resource

Overview

This resource controls the listener process of the Oracle DB.

Start

Starts the listener process using the "lsnrctl start" command.

If the service is already running, terminate the service through the finish process and start it again.

Terminate

Terminates the listener process using the "lsnrctl stop" command.

Monitor

Inquires about the listener process in the system process table.

정리

Finish

If the listener process is already running, terminate it forcibly.

Add

Selects a resource type for the Oracle listener in your resource addition wizard.

  1. Oracle home directory - Enter the directory path for Oracle.
  2. Oracle user - Enter the user account where you will run the listener process.

    Note

    User account must match the owner of the home directory.

  3. Oracle listener - Enter the listener name.


[Figure]Add Oracle Listener Resource Added

Status

 StatusDescriptions
OfflineListener process is terminated.
OnlineListener process is running.
TroubleListener process is abnormally terminated without a termination process while online.

Attribute

AttributeDescriptionsTypeDefaultModification
OracleHomePath for the Oracle DB SW Software installationSTRINGNoneO
UserOracle listener execution user accountSTRINGNoneO
ListenerOracle listener nameSTRINGNoneO

 

 

 

...