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?