Question:
: What is the
/etc/resolv.conf
file and how does /etc/resolv.conf
work on a RAC database system?
Answer: The
/etc/resolv.conf file allows the DNS to
translate user-friendly domain names into IP addresses.
The etc/resolv.conf
file must be edited on each RAC node.
The /etc/resolv.conf
file is used to point the node where the IP address and DNS matches
the system-wide DNS server name.
With RAC, you edit the
/etc/resolv.conf file on each RAC node and always make sure
the file contains the following entries, where the IP address and
domain match those of your DNS server and the domain you have
configured.
nameserver 192.192.1.1
search
localdomain
Here is the format of an
/etc/resolv.conf file:
search "same DNS domain
name"
domain "same
DNS local domain name"
nameserver "IP address of DNS domain name
server for first set of servers"
nameserver "IP address of DNS domain name
server for second set of servers"
nameserver "IP address of DNS domain name
server for third set of servers"
nameserver "IP address of DNS domain name
server for nth set of servers"
Here is an example of an /etc/resolv.conf
file:
cat
/etc/resolv.conf
search "192.192.1.1"
domain "diogenes"
nameserver "192.168.14.2"
Note that you can have up to three nameserver entries in
/etc/resolv.conf.
|
|
|
|
Guarantee your Success!
Oracle is the
world's most complex, robust and flexible database, considered
impossible to master without a mentor.
That's why all BC
Oracle trainers are working professionals, experts in Oracle who
share their tips and secrets. |
|
| |
|
Burleson is the American Team

Note:
This Oracle
documentation was created as a support and Oracle training reference for use by our
DBA performance tuning consulting professionals.
Feel free to ask questions on our
Oracle forum.
Verify
experience!
Anyone
considering using the services of an Oracle support expert should
independently investigate their credentials and experience, and not rely on
advertisements and self-proclaimed expertise. All legitimate Oracle experts
publish
their Oracle
qualifications.
Errata?
Oracle technology is changing and we
strive to update our BC Oracle support information. If you find an error
or have a suggestion for improving our content, we would appreciate your
feedback. Just
e-mail:
and include the URL for the page.
Copyright ? 1996 - 2012
All rights reserved.
Oracle ?
is the registered trademark of Oracle Corporation.
|
|