Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Configure host for xdb service

user635456Sep 4 2014 — edited Sep 6 2014

Hi,

I have the following output from lsnrctl:

[oracle@ubuntu-gnome trace]$ lsnrctl

LSNRCTL for Linux: Version 12.1.0.2.0 - Production on 04-SEP-2014 08:32:39

Copyright (c) 1991, 2014, Oracle.  All rights reserved.

Welcome to LSNRCTL, type "help" for information.

LSNRCTL> services

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ubuntu-gnome)(PORT=1521)))

Services Summary...

Service "orcl" has 1 instance(s).

  Instance "orcl", status READY, has 1 handler(s) for this service...

    Handler(s):

      "DEDICATED" established:2 refused:0 state:ready

         LOCAL SERVER

Service "orclXDB" has 1 instance(s).

  Instance "orcl", status READY, has 1 handler(s) for this service...

    Handler(s):

      "D000" established:30 refused:0 current:20 max:1022 state:ready

         DISPATCHER <machine: ubuntu-gnome, pid: 4254>

         (ADDRESS=(PROTOCOL=tcp)(HOST=ubuntu-gnome.home)(PORT=40365))

Service "pdborcl" has 1 instance(s).

  Instance "orcl", status READY, has 1 handler(s) for this service...

    Handler(s):

      "DEDICATED" established:2 refused:0 state:ready

         LOCAL SERVER

The command completed successfully

My question is about this entry:

Service "orclXDB" has 1 instance(s).

  Instance "orcl", status READY, has 1 handler(s) for this service...

    Handler(s):

      "D000" established:30 refused:0 current:20 max:1022 state:ready

         DISPATCHER <machine: ubuntu-gnome, pid: 4254>

         (ADDRESS=(PROTOCOL=tcp)(HOST=ubuntu-gnome.home)(PORT=40365))

Where is this entry configured? In particular, where is HOST defined? How can I change it?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2014
Added on Sep 4 2014
6 comments
3,394 views